Minahito
minah****@users*****
2006年 8月 9日 (水) 18:38:04 JST
Index: xoops2jp/html/modules/user/admin/templates/group_member.html diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.11 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.12 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.11 Thu Jul 13 19:53:25 2006 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Wed Aug 9 18:38:04 2006 @@ -133,7 +133,7 @@ <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> <td style="text-align:center;"> - <a href="<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user->getShow('uid')}>&op=modifyUser"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> + <a href="index.php?action=UserEdit&uid=<{$user->getShow('uid')}>&op=modifyUser"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> <{/if}>