diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-10 12:35:52 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-10 12:35:52 +0000 |
| commit | acf116b962533031323663bb1d6bd553635beddb (patch) | |
| tree | 0d12c7375bd9e09163779b1aa27eacab3bef57e3 /templates/list.tpl | |
| parent | 7d6e8febc228909303e686e99ab44d443d5c7811 (diff) | |
| download | pigeonholes-acf116b962533031323663bb1d6bd553635beddb.tar.gz pigeonholes-acf116b962533031323663bb1d6bd553635beddb.tar.bz2 pigeonholes-acf116b962533031323663bb1d6bd553635beddb.zip | |
Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup display_description checking in templates. Need to add the attachment browser probably.
Diffstat (limited to 'templates/list.tpl')
| -rw-r--r-- | templates/list.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/list.tpl b/templates/list.tpl index 2091dd3..b5ec031 100644 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -36,7 +36,9 @@ </div> {/if} <h2>{$item.display_link}</h2> - {$item.data|escape} + {if $gBitSystem->isFeatureActive('pigeonholes_display_description')} + {$item.parsed_data} + {/if} {if $gBitSystem->isFeatureActive( 'pigeonholes_display_subtree' ) && count($item.subtree) > 1} {include file="bitpackage:pigeonholes/view_structure_inc.tpl" subtree=$item.subtree no_details=true} {/if} |
