diff options
Diffstat (limited to 'templates/structure_toc_leaf.tpl')
| -rwxr-xr-x | templates/structure_toc_leaf.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/structure_toc_leaf.tpl b/templates/structure_toc_leaf.tpl index b21dd76..f3b063d 100755 --- a/templates/structure_toc_leaf.tpl +++ b/templates/structure_toc_leaf.tpl @@ -2,8 +2,8 @@ <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}')">{booticon iname="fa-trash" class="icon"}</div> - <span class="inline-block" style="padding:5px;">{booticon iname="fa-arrows-up-down-left-right" class="structure-sort-handle"}</span> + <div class="btn btn-default btn-xs" onclick="deleteStructureNode('{$structure_tree.structure_id}','{$structure_tree.title|escape:javascript}')">{biticon ipackage="icons" iname="edit-delete" 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> |
