blob: 8737b6792eb5815d05a6982d6e1dd3a7635e5fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{strip}
<div class="display pigeonholes">
<div class="header">
<h1>{tr}Category Listing{/tr}</h1>
</div>
<div class="body">
{if $gBitSystem->getConfig('pigeonholes_list_style') == "table"}
{include file="bitpackage:pigeonholes/view_structure_inc.tpl" no_details=true no_edit=true}
{formfeedback hash=$memberFeedback}
{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=$gContent->mStructureId}
{/if}
{include file="bitpackage:pigeonholes/view_structure_inc.tpl"}
{/if}
</div><!-- end .body -->
</div><!-- end .liberty -->
{/strip}
|