Minahito
minah****@users*****
2005年 12月 25日 (日) 19:57:59 JST
Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.1 Sat Dec 24 19:09:28 2005 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Sun Dec 25 19:57:58 2005 @@ -17,17 +17,17 @@ <tr class="<{cycle values='odd,even'}>"> <td style="text-align:center;"><img src="<{"images/group.gif"|theme}>" alt="group" /></td> <td style="text-align:center;"><{$group->getVar('groupid')}></td> - <td><{$group->getVar('name')}></td> + <td><a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><{$group->getVar('name')}></a></td> <td><{$group->getVar('description')}></td> <td><{$group->getVar('group_type')}></td> <td style="text-align:center;"><{$group->getVar('user_count')}></td> <td style="text-align:center;"> <a href="index.php?action=GroupEdit&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_EDIT}></a> | - <{if $group->getVar('groupid') >= $smarty.const.XOOPS_GROUP_ANONYMOUS }> + <{if $group->getVar('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_DELETE}></a> | <{/if}> <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}></a> | - <{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}> + <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}></a> </td> </tr> <{/foreach}>