Minahito
minah****@users*****
2007年 2月 28日 (水) 16:27:02 JST
Index: xoops2jp/html/modules/user/admin/templates/user_search_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.13.2.1 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.13.2.1.2.1 --- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.13.2.1 Thu Oct 12 23:45:32 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search_list.html Wed Feb 28 16:27:02 2007 @@ -48,6 +48,7 @@ <td class="user_list_number"><{$user->getShow('posts')}></td> <td class="user_list_order"><{$user->getShow('level')}></td> <td class="user_list_control"> + <a href="./index.php?action=UserView&uid=<{$user->getShow('uid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> <a href="./index.php?action=UserEdit&uid=<{$user->getShow('uid')}>"><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>