diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-05 15:27:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-05 15:27:00 +0000 |
| commit | cbdec7e7d0ff64ead545bfe90b04445548d488b2 (patch) | |
| tree | 7079555dffd07b7c7496d230673642288b96c062 /templates/admin_permissions.tpl | |
| parent | cb10cf91c85341311b1660c75a4a0536658083a7 (diff) | |
| download | users-cbdec7e7d0ff64ead545bfe90b04445548d488b2.tar.gz users-cbdec7e7d0ff64ead545bfe90b04445548d488b2.tar.bz2 users-cbdec7e7d0ff64ead545bfe90b04445548d488b2.zip | |
further layout cleanup.
Diffstat (limited to 'templates/admin_permissions.tpl')
| -rw-r--r-- | templates/admin_permissions.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_permissions.tpl b/templates/admin_permissions.tpl index 0275e84..1905aeb 100644 --- a/templates/admin_permissions.tpl +++ b/templates/admin_permissions.tpl @@ -24,10 +24,10 @@ {foreach from=$allPerms item=perm key=p name=perms} {if $prev_package != $perm.package} <tr> - <th style="width:1%"></th> + <th class="width1p"></th> <th>{tr}Permission{/tr} - {$perm.package}</th> {foreach from=$allGroups item=group name=groups} - <th{if $group.group_id lt 4} colspan="2"{/if}> + <th class="width10p"{if $group.group_id lt 4} colspan="2"{/if}> <abbr title="{$group.group_name}">{if $smarty.foreach.groups.total > 8}{$group.group_id}{else}{$group.group_name}{/if}</abbr> </th> {/foreach} @@ -58,7 +58,7 @@ </td> {if $group.group_id lt 4} - <td class="alignleft {$class}"> + <td class="alignleft {$class} width5p"> {if $id == $group.group_id}<label for="{$p}{$group.group_id}">{biticon iname=dialog-ok iexplain="Default"}</label>{/if} </td> {/if} |
