summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-03-16 13:09:07 +0000
committerwjames5 <will@tekimaki.com>2007-03-16 13:09:07 +0000
commitc83398085fa237abb97b827240eb3927d72ccc4a (patch)
treed9ecd85632e4ed88ddd2a141e31d6d0a7cc0efb9 /templates
parent73e6096cece721c6ba5ac1184cc8890d2ca45849 (diff)
downloadtags-c83398085fa237abb97b827240eb3927d72ccc4a.tar.gz
tags-c83398085fa237abb97b827240eb3927d72ccc4a.tar.bz2
tags-c83398085fa237abb97b827240eb3927d72ccc4a.zip
fixes sorting links in content list
Diffstat (limited to 'templates')
-rw-r--r--templates/list_content.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl
index bf225c6..8d4d575 100644
--- a/templates/list_content.tpl
+++ b/templates/list_content.tpl
@@ -29,12 +29,12 @@
<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=$contentSelect find=$listInfo.find}</th>
- <th>{smartlink ititle="Title" isort=title list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect 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=$contentSelect find=$listInfo.find}</th>
- <th>{smartlink ititle="Author" isort=$isort_author list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
- <th colspan="2">{smartlink ititle="Most recent editor" isort=$isort_editor list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
- <th colspan="2">{smartlink ititle="IP" isort=ip list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
+ <th style="width:2%;">{smartlink ititle="ID" tags=$tagsReq isort=content_id list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
+ <th>{smartlink ititle="Title" tags=$tagsReq isort=title list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find idefault=1}</th>
+ <th>{smartlink ititle="Content Type" tags=$tagsReq isort=content_type_guid list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
+ <th>{smartlink ititle="Author" tags=$tagsReq isort=$isort_author list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
+ <th colspan="2">{smartlink ititle="Most recent editor" tags=$tagsReq isort=$isort_editor list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
+ <th colspan="2">{smartlink ititle="IP" tags=$tagsReq isort=ip list_page=$listInfo.current_page user_id=$user_id content_type_guid=$contentSelect find=$listInfo.find}</th>
</tr>
{foreach from=$contentList item=item}
<tr class="{cycle values='odd,even'}">