diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:54:23 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:54:23 +0000 |
| commit | 300a03c554874c55d3a6861450a7c780e19c89f4 (patch) | |
| tree | 8d981b7144d6720f2b2c28b27d3c4a1b4be6cb83 /templates/list_content_inc.tpl | |
| parent | 820d5024847583238bfc8cbc194887156e930dfc (diff) | |
| download | liberty-300a03c554874c55d3a6861450a7c780e19c89f4.tar.gz liberty-300a03c554874c55d3a6861450a7c780e19c89f4.tar.bz2 liberty-300a03c554874c55d3a6861450a7c780e19c89f4.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/list_content_inc.tpl')
| -rw-r--r-- | templates/list_content_inc.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index 4476e35..6c3e64c 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -30,6 +30,7 @@ <table class="data"> <caption>{tr}Available Content{/tr} <span class="total">[ {$contentCount} ]</span></caption> <tr> + <th style="width:2%;">{smartlink ititle="ID" isort=content_id page=$page user_id=$user_id content_type_guid=$contentSelect}</th> <th>{smartlink ititle="Title" isort=title page=$page user_id=$user_id idefault=1 content_type_guid=$contentSelect}</th> <th>{smartlink ititle="Content Type" isort=content_type_guid page=$page user_id=$user_id content_type_guid=$contentSelect}</th> <th>{smartlink ititle="Author" isort=$isort_author page=$page content_type_guid=$contentSelect}</th> @@ -37,6 +38,7 @@ </tr> {foreach from=$contentList item=item} <tr class="{cycle values='odd,even'}"> + <td style="text-align:right;">{$item.content_id}</td> <td>{$item.display_link}</td> <td>{assign var=content_type_guid value=`$item.content_type_guid`}{$contentTypes.$content_type_guid}</td> <td>{displayname real_name=$item.creator_real_name user=$item.creator_user}</td> |
