summaryrefslogtreecommitdiff
path: root/templates/list_content_inc.tpl
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-03-23 13:07:20 +0000
committerLester Caine <lester@lsces.co.uk>2008-03-23 13:07:20 +0000
commite790eb1e20c949ffd122db27b64e0d9910840cab (patch)
tree2786764c1667bf87ecbe9f7b2e784dd02266a455 /templates/list_content_inc.tpl
parent5095185ab8c109971703ce37bcda7cb0a72225ca (diff)
downloadliberty-e790eb1e20c949ffd122db27b64e0d9910840cab.tar.gz
liberty-e790eb1e20c949ffd122db27b64e0d9910840cab.tar.bz2
liberty-e790eb1e20c949ffd122db27b64e0d9910840cab.zip
Use ihash for navigation fields
Diffstat (limited to 'templates/list_content_inc.tpl')
-rw-r--r--templates/list_content_inc.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl
index c43b5c4..fe532ae 100644
--- a/templates/list_content_inc.tpl
+++ b/templates/list_content_inc.tpl
@@ -30,14 +30,14 @@
<table class="data">
<caption>{tr}Available Content{/tr} <span class="total">[ {$listInfo.total_records} ]</span></caption>
<tr>
- <th style="width:2%;">{smartlink ititle="ID" isort=content_id list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
- <th>{smartlink ititle="Title" isort=title list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find idefault=1}</th>
- <th>{smartlink ititle="Content Type" isort=content_type_guid list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
- <th>{smartlink ititle="Author" isort=$isort_author list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
- <th>{smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
- <th>{smartlink ititle="Last Modified" isort=last_modified list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
+ <th style="width:2%;">{smartlink ititle="ID" isort=content_id list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
+ <th>{smartlink ititle="Title" isort=title list_page=$listInfo.current_page idefault=1 ihash=$listInfo.ihash}</th>
+ <th>{smartlink ititle="Content Type" isort=content_type_guid list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
+ <th>{smartlink ititle="Author" isort=$isort_author list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
+ <th>{smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
+ <th>{smartlink ititle="Last Modified" isort=last_modified list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
{if $gBitUser->hasPermission('p_liberty_view_all_status')}
- <th>{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page user_id=$user_id content_type_guid=$content_type_guids find=$listInfo.find}</th>
+ <th>{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page ihash=$listInfo.ihash}</th>
{/if}
</tr>
{foreach from=$contentList item=item}