<{$gname}>
<{foreach from=$groupperms[$cid][$gid].perms item=gperm_value key=gperm_name name=gpermloop}>
|
<{if $gid eq 3 and ($gperm_name eq "allow_edit" or $gperm_name eq "allow_html" or $gperm_name eq "allow_regdate" or $gperm_name eq "allow_mailpost" or $gperm_name eq "allow_gpermission" or $gperm_name eq "allow_ppermission")}>
<{else}>
checked="checked"<{/if}> />
<{/if}>
<{/foreach}>
<{/foreach}>
|