summaryrefslogtreecommitdiff
path: root/templates/list.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-10-22 16:58:20 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-10-22 16:58:20 +0000
commita7fa9632ace29c8dc5aa3a05f91b9b0999786364 (patch)
tree998071ef409718eceee961c3f8792ec98bd30372 /templates/list.tpl
parentc2b349b7feaf2184c60191d2095371763fd0b6c7 (diff)
downloadpigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.tar.gz
pigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.tar.bz2
pigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.zip
minor layout improvemnt
Diffstat (limited to 'templates/list.tpl')
-rw-r--r--templates/list.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/list.tpl b/templates/list.tpl
index 4ac7f87..cea2b75 100644
--- a/templates/list.tpl
+++ b/templates/list.tpl
@@ -19,10 +19,10 @@
<table class="data">
<caption>{tr}Available Categories{/tr} <span class="total">[ {$pigeonCount} ]</span></caption>
<tr>
- <th>{smartlink ititle="Title" isort=title page=$page idefault=1} / {smartlink ititle="Description" isort=data page=$page}</th>
- <th>{tr}Categories{/tr}</th>
+ <th style="width:45%;">{smartlink ititle="Title" isort=title page=$page idefault=1} / {smartlink ititle="Description" isort=data page=$page}</th>
+ <th style="width:45%;">{tr}Categories{/tr}</th>
{if $gBitUser->hasPermission( 'bit_p_edit_pigeonholes' )}
- <th>{tr}Actions{/tr}</th>
+ <th style="width:10%;">{tr}Actions{/tr}</th>
{/if}
</tr>