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

Back to archive index

Minahito minah****@users*****
2006年 8月 27日 (日) 12:14:02 JST


Index: xoops2jp/html/modules/user/templates/user_userinfo.html
diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.14 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.15
--- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.14	Fri Aug 18 18:07:19 2006
+++ xoops2jp/html/modules/user/templates/user_userinfo.html	Sun Aug 27 12:14:01 2006
@@ -1,6 +1,6 @@
-<{if $user_ownpage == true && $user_candelete == true}>
+<{if $user_ownpage == true && $enableSelfDelete == true}>
   <div style="text-align:right;">
-    <a href="<{$smarty.const.XOOPS_URL}>/user.php?op=delete"><{$smarty.const._MD_USER_LANG_DELACCOUNT}></a>
+      <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=UserDelete"><{$smarty.const._MD_USER_LANG_DELACCOUNT}></a>
   </div>
 <{elseif $xoops_isadmin == true}>
   <div style="text-align:right;">


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