diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 19:27:29 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 19:27:29 +0000 |
| commit | ae447631fa498f779f70fb3dd500f6ea37bf224a (patch) | |
| tree | 8e8e70cbb4d2d70cbfe163fce868b0c2c15bf583 | |
| parent | 790595664910a1db890e0738f78defe519062d18 (diff) | |
| download | liberty-ae447631fa498f779f70fb3dd500f6ea37bf224a.tar.gz liberty-ae447631fa498f779f70fb3dd500f6ea37bf224a.tar.bz2 liberty-ae447631fa498f779f70fb3dd500f6ea37bf224a.zip | |
fine tune single plural selection of type namepre_ctype_desc_name_schmeachange
| -rw-r--r-- | templates/list_content.tpl | 1 | ||||
| -rw-r--r-- | templates/list_content_inc.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index 8f362da..0c2efcb 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -8,7 +8,6 @@ {foreachelse} {tr}Content{/tr} {/foreach} - {tr}Listing{/tr} </h1> {if $smarty.request.user_id} {tr}User{/tr}: {displayname user_id=$smarty.request.user_id} diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index d51bd07..2da3f92 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -64,7 +64,7 @@ <td>{$item.content_status_name}</td> {/if} <td>{$item.display_link}</td> - <td>{assign var=content_type_guid value=`$item.content_type_guid`}{$contentTypes.$content_type_guid}</td> + <td>{assign var=content_type_guid value=`$item.content_type_guid`}{$gLibertySystem->getContentTypeName($content_type_guid)}</td> <td>{displayname real_name=$item.creator_real_name user=$item.creator_user}</td> <td class="alignright">{displayname real_name=$item.modifier_real_name user=$item.modifier_user}</td> <td class="alignright">{$item.last_modified|bit_short_date}</td> |
