NobuNobu
nobun****@users*****
2006年 5月 18日 (木) 01:42:32 JST
Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.9 Thu Apr 13 00:31:39 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Thu May 18 01:42:32 2006 @@ -50,6 +50,7 @@ <form action="index.php?action=GroupPerm" method="POST"> <{xoops_token form=$actionForm}> +<{if $systemPermissions }> <table class="outer"> <tr> <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> @@ -67,7 +68,7 @@ </tbody> </table> <br /> - +<{/if}> <table class="outer"> <tr> <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_MODULE}></th> Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.7 Thu Apr 13 00:31:39 2006 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Thu May 18 01:42:32 2006 @@ -76,6 +76,7 @@ <h4><{$smarty.const._AD_USER_LANG_PERM_ACCESS_ADMIN}></h4> <h5><{$smarty.const._AD_USER_LANG_PERM_MODULE_ACCESS}></h5> +<{if $systemPermissions }> <table class="outer"> <tr class="head"> <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> @@ -97,6 +98,7 @@ </tbody> </table> <br /> +<{/if}> <table class="outer" cellspacing="2"> <tr class="head"> <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_MODULE}></th>