diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-16 13:09:07 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-16 13:09:07 +0000 |
| commit | c83398085fa237abb97b827240eb3927d72ccc4a (patch) | |
| tree | d9ecd85632e4ed88ddd2a141e31d6d0a7cc0efb9 /templates | |
| parent | 73e6096cece721c6ba5ac1184cc8890d2ca45849 (diff) | |
| download | tags-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.tpl | 12 |
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'}"> |
