Minahito
minah****@users*****
2006年 2月 4日 (土) 17:38:12 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.5 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.6 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.5 Tue Jan 31 14:32:07 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Sat Feb 4 17:38:12 2006 @@ -6,6 +6,14 @@ <h3><{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}> ( <{$group->getVar('name')}> )</h3> +<{if $actionForm->hasError()}> + <ul> + <{foreach item=message from=$actionForm->getErrorMessages()}> + <li><{$message|escape}></li> + <{/foreach}> + </ul> +<{/if}> + <table class="outer"> <tr> <th> </th> @@ -41,6 +49,7 @@ <h5><{$smarty.const._AD_USER_LANG_PERM_MODULE_ACCESS}></h5> <form action="index.php?action=GroupPerm" method="POST"> +<{xoops_token form=$actionForm}> <table class="outer"> <tr> <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th>