From acf116b962533031323663bb1d6bd553635beddb Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Sun, 10 Jun 2007 12:35:52 +0000 Subject: Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup display_description checking in templates. Need to add the attachment browser probably. --- templates/view_table_inc.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/view_table_inc.tpl') diff --git a/templates/view_table_inc.tpl b/templates/view_table_inc.tpl index 9106e1d..4f47043 100644 --- a/templates/view_table_inc.tpl +++ b/templates/view_table_inc.tpl @@ -4,8 +4,10 @@

{$gContent->getTitle()}

- {$pigeonItem.data|escape} -
+ {if !empty($pigeonItem.parsed_data) && $gBitSystem->isFeatureActive('pigeonholes_display_description')} + {$pigeonItem.parsed_data} +
+ {/if} {tr}This category contains {$pigeonItem.members_count} item(s){/tr}

{* calculate column width *} -- cgit v1.3