芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/admin/templates/changegroupperm.tpl
{*
{$admin_group_warning}
*} {if isset($message)}
{$message}
{/if}
{$selectgroup}:
{foreach from=$allgroups item=thisgroup} {if $thisgroup->id == $disp_group}
{$thisgroup->name}
{else}
{$thisgroup->name}
{/if} {/foreach}
{$form_start}
{$hidden} {$submit} {$cancel}
{$title_permission}
{foreach from=$group_list item=thisgroup} {if $thisgroup->id != -1}
{$thisgroup->name}
{/if} {/foreach}
{foreach from=$perms item=perm} {cycle values='row1,row2' assign='currow'}
{$perm->name}
{foreach from=$group_list item=thisgroup} {if $thisgroup->id != -1} {assign var="gid" value=`$thisgroup->id`}
group[$gid]) || $gid == 1} checked="checked"{/if} {if $gid == 1} disabled="disabled"{/if} />
{/if} {/foreach}
{/foreach}
{$hidden} {$submit} {$cancel}