<{* $Id: form_admin_groupperm.html,v 1.2 2009/12/24 06:32:22 ohwada Exp $ *}>
<{foreach item=h from=$hidden_list}> <{/foreach}> <{* --- outer table --- *}> <{* === group list === *}> <{foreach item=g from=$group_list}> <{/foreach}> <{* --- group list end --- *}> <{* === onclick === *}> <{* === submit === *}>
<{$lang_title_groupperm}>
<{* link to group manager *}> <{if $smarty.const.XOOPS_CUBE_LEGACY }> <{else}> <{/if}> <{$g.group_name}>

<{if $g.mod_right_name != "" }> ( <{$g.mod_right_name}> )
<{/if}> <{if $g.cat_id > 0}> <{$lang_group_mod_category}>
( <{$g.cat_title}> )
<{/if}>
<{* --- module table --- *}>
" ><{$lang_gperm_module_read}>
" ><{$lang_gperm_module_admin}>
<{* --- module table end --- *}> <{* --- item table --- *}> <{* --- item list --- *}> <{foreach item=i from=$g.item_list name=item_list key=count }> <{* -- table line start -- *}> <{if $smarty.foreach.item_list.iteration mod $cols == 1}> <{/if}> <{* -- table line end -- *}> <{if ($smarty.foreach.item_list.iteration is div by $cols) || $smarty.foreach.item_list.last}> <{/if}> <{/foreach}> <{* --- item list end --- *}>
" ><{$i.item_name}>
<{* --- item table end --- *}>
     
     
<{* --- outer table end --- *}>
<{* --- form end --- *}>