diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-24 10:21:23 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-24 10:21:23 +0000 |
| commit | df41f493d0bf27dc491e5567fdbd21cdcc5530fb (patch) | |
| tree | bffc916955c4a18cd0e1e336acc31eef2ee229d0 /templates/view_structure.tpl | |
| parent | ce679c371160e03bf1928924014f64bbe80b3851 (diff) | |
| download | pigeonholes-df41f493d0bf27dc491e5567fdbd21cdcc5530fb.tar.gz pigeonholes-df41f493d0bf27dc491e5567fdbd21cdcc5530fb.tar.bz2 pigeonholes-df41f493d0bf27dc491e5567fdbd21cdcc5530fb.zip | |
rename $gPigeonholes to $gContent since we're dealing with LibertyContent
fix some minor layout issues and add some basic prefs to schema_inc
add option to not show any category members, but only category name - can act as tagging system that way
Diffstat (limited to 'templates/view_structure.tpl')
| -rw-r--r-- | templates/view_structure.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_structure.tpl b/templates/view_structure.tpl index 34527d6..e3d074b 100644 --- a/templates/view_structure.tpl +++ b/templates/view_structure.tpl @@ -5,12 +5,12 @@ </div> <div class="body"> - {if $list_style == "table"} + {if $gBitSystemPrefs.pigeonholes_list_style == "table"} {include file="bitpackage:pigeonholes/view_structure_inc.tpl" no_details=true no_edit=true} {include file="bitpackage:pigeonholes/view_table_inc.tpl" no_details=true no_edit=true} {else} {if !$smarty.request.expand_all and !( $smarty.request.action eq 'edit' or $smarty.request.action eq 'create' )} - {smartlink ititle="Expand All" expand_all=1 structure_id=$gPigeonholes->mStructureId} + {smartlink ititle="Expand All" expand_all=1 structure_id=$gContent->mStructureId} {/if} {include file="bitpackage:pigeonholes/view_structure_inc.tpl"} |
