diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:10 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 22:46:10 +0000 |
| commit | d770785b05e10c6359f581450326ebc26646a78c (patch) | |
| tree | 5394542d8cd33baa37c9405e1561658862267b46 /templates/view_table_inc.tpl | |
| parent | 74e6d7495046fcdc85b757a6e8f4b63ec0756738 (diff) | |
| download | pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.tar.gz pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.tar.bz2 pigeonholes-d770785b05e10c6359f581450326ebc26646a78c.zip | |
SCHEMA CHANGE - liberty_content_types - change content_description to content_name, add column content_name_plural - update all class files and hashes where appropriateCVS_HEAD
Diffstat (limited to 'templates/view_table_inc.tpl')
| -rw-r--r-- | templates/view_table_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_table_inc.tpl b/templates/view_table_inc.tpl index b7c1492..dfb2f2b 100644 --- a/templates/view_table_inc.tpl +++ b/templates/view_table_inc.tpl @@ -28,7 +28,7 @@ {if $gBitSystem->isFeatureActive( 'pigeonholes_member_thumb' ) && $member.thumbnail_url.$size} <img src="{$member.thumbnail_url.$size}" alt="{$member.title|escape}" title="{$member.title|escape}" /><br /> {/if} - {$member.title|escape}{if $gBitSystem->isFeatureActive( 'pigeonholes_display_content_type' )} <small>{tr}{$member.content_description}{/tr}</small>{/if} + {$member.title|escape}{if $gBitSystem->isFeatureActive( 'pigeonholes_display_content_type' )} <small>{tr}{$member.content_name}{/tr}</small>{/if} </a> </li> {/foreach} |
