blob: 6c2f4c8efc61f9e6da32434e4308a13b10cf2206 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{strip}
<li {if $editingStructure}id="structure-node-{$structure_tree.structure_id}" content_id="{$structure_tree.content_id}" structure_id="{$structure_tree.structure_id}"{/if} {if $structure_tree.structure_id==$smarty.request.structure_id}class="highlight"{/if}>
{if $editingStructure}
<div class="inline-block">
<div class="btn btn-default btn-xs" onclick="deleteStructureNode('{$structure_tree.structure_id}','{$structure_tree.title|escape:javascript}')">{biticon ipackage="icons" iname="user-trash" class="icon"}</div>
<span class="inline-block" style="padding:5px;">{biticon ipackage="icons" iname="go-next" class="structure-sort-handle"}</span>
</div>
{/if}
<a href="{$structure_tree.display_url|default:"`$smarty.const.WIKI_PKG_URL`index.php?structure_id=`$structure_tree.structure_id`"}">{$structure_tree.title|escape}</a>
{/strip}
|