diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-22 16:58:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-22 16:58:20 +0000 |
| commit | a7fa9632ace29c8dc5aa3a05f91b9b0999786364 (patch) | |
| tree | 998071ef409718eceee961c3f8792ec98bd30372 /templates/list.tpl | |
| parent | c2b349b7feaf2184c60191d2095371763fd0b6c7 (diff) | |
| download | pigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.tar.gz pigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.tar.bz2 pigeonholes-a7fa9632ace29c8dc5aa3a05f91b9b0999786364.zip | |
minor layout improvemnt
Diffstat (limited to 'templates/list.tpl')
| -rw-r--r-- | templates/list.tpl | 6 |
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> |
