diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:21:28 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-13 18:21:28 +0000 |
| commit | 1f86d1521f5e69bbfb524148f1329928106ce93c (patch) | |
| tree | ceb953d2a58ea95f7b2d8dd7ce634f8cc690da4a /templates | |
| parent | 064f9a82e6195dfcf3a87feb534840179cf4b8cc (diff) | |
| download | install-1f86d1521f5e69bbfb524148f1329928106ce93c.tar.gz install-1f86d1521f5e69bbfb524148f1329928106ce93c.tar.bz2 install-1f86d1521f5e69bbfb524148f1329928106ce93c.zip | |
styling
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/install_cleanup.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/install_cleanup.tpl b/templates/install_cleanup.tpl index 60bd450..6df9e26 100644 --- a/templates/install_cleanup.tpl +++ b/templates/install_cleanup.tpl @@ -131,13 +131,13 @@ <table class="data"> <caption>Permissions that need amending</caption> {if $insPerms} - <tr><th colspan="5">New Permissions</th></tr> + <tr><th style="width:20px;"></th><th colspan="4" style="width:99%;">New Permissions</th></tr> <tr> <th></th> - <th>Permission</th> - <th>Description</th> - <th>Level</th> - <th>Package</th> + <th style="width:30%;">Permission</th> + <th style="width:40%;">Description</th> + <th style="width:15%;">Level</th> + <th style="width:14%;">Package</th> </tr> {foreach from=$insPerms item=perm} <tr class="{cycle values="odd,even"}"> @@ -151,7 +151,7 @@ {/if} {if $delPerms} - <tr><th colspan="5">Permissions no longer in use</th></tr> + <tr><th></th><th colspan="4">Permissions no longer in use</th></tr> <tr> <th></th> <th>Permission</th> |
