Minahito
minah****@users*****
2006年 1月 8日 (日) 16:50:26 JST
Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.3 Sun Jan 8 14:22:34 2006 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Sun Jan 8 16:50:26 2006 @@ -57,7 +57,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&uid=<{$user->getVar('uid')}>&op=modifyUser"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> + <a href="./index.php?action=UserEdit&uid=<{$user->getVar('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> <{if $user->getVar('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getVar('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}>