[xoops-cvslog 4366] CVS update: xoops2jp/html/modules/user

Back to archive index

Minahito minah****@users*****
2006年 8月 26日 (土) 13:57:24 JST


Index: xoops2jp/html/modules/user/xoops_version.php
diff -u xoops2jp/html/modules/user/xoops_version.php:1.1.2.22 xoops2jp/html/modules/user/xoops_version.php:1.1.2.23
--- xoops2jp/html/modules/user/xoops_version.php:1.1.2.22	Thu Aug 10 18:50:06 2006
+++ xoops2jp/html/modules/user/xoops_version.php	Sat Aug 26 13:57:24 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.22 2006/08/10 09:50:06 minahito Exp $
+// $Id: xoops_version.php,v 1.1.2.23 2006/08/26 04:57:24 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -80,6 +80,12 @@
 $modversion['templates'][10]['file'] = 'user_misc_online.html';
 $modversion['templates'][10]['description'] = '';
 
+$modversion['templates'][11]['file'] = 'user_delete.html';
+$modversion['templates'][11]['description'] = '';
+
+$modversion['templates'][12]['file'] = 'user_delete_success.html';
+$modversion['templates'][12]['description'] = '';
+
 //Preference
 $modversion['config'][]=array (
 		"name"=>"allow_register",
@@ -215,6 +221,14 @@
 	);
 
 $modversion['config'][]=array (
+		"name"=>"self_delete_confirm",
+		"title"=>"_MI_USER_CONF_SELF_DELETE_CONF",
+		"formtype"=>"textarea",
+		"valuetype"=>"string",
+		"default"=>_MI_USER_CONF_SELF_DELETE_CONFIRM_DEFAULT
+	);
+
+$modversion['config'][]=array (
 		"name"=>"bad_unames",
 		"title"=>"_MI_USER_CONF_BAD_UNAMES",
 		"description"=>"_MI_USER_CONF_BAD_UNAMES_DESC",


xoops-cvslog メーリングリストの案内
Back to archive index