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

Back to archive index

Minahito minah****@users*****
2005年 12月 25日 (日) 19:57:34 JST


Index: xoops2jp/html/modules/user/admin/templates/user_list.html
diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.3
--- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.2	Sat Dec 24 19:11:44 2005
+++ xoops2jp/html/modules/user/admin/templates/user_list.html	Sun Dec 25 19:57:33 2005
@@ -40,7 +40,7 @@
       <td style="text-align:right;"><{$user->getVar('posts')}></td>
       <td style="text-align:right;"><{$user->getVar('level')}></td>
       <td style="text-align:center;"><a href="<{$xoops_url}>/modules/system/admin.php?fct=users&amp;uid=<{$user->getVar('uid')}>&amp;op=modifyUser"><{$smarty.const._MD_A_USER_LANG_EDIT}></a> | 
-        <{$smarty.const._MD_A_USER_LANG_DELETE}>
+        <a href="index.php?action=UserDelete&amp;uid=<{$user->getVar('uid')}>"><{$smarty.const._MD_A_USER_LANG_DELETE}></a>
       </td>
     </tr>
   <{/foreach}>


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