2009-11-21 04:15:00 +01:00
|
|
|
<div id="treepanes">
|
|
|
|
<h3>
|
|
|
|
<a href="#"><% _t('FOLDERS','Folders') %></a>
|
|
|
|
</h3>
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 04:15:00 +01:00
|
|
|
<div>
|
|
|
|
<div id="TreeActions">
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2009-11-21 04:18:25 +01:00
|
|
|
<a href="#TreeActions-create" id="TreeActions-create-btn">
|
2009-11-21 04:15:00 +01:00
|
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2009-11-21 04:19:05 +01:00
|
|
|
<a href="#TreeActions-batchactions" id="batchactions">
|
|
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
2009-11-21 04:15:00 +01:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div id="TreeActions-create">
|
2009-11-21 04:19:05 +01:00
|
|
|
$AddForm
|
2009-11-21 04:15:00 +01:00
|
|
|
</div>
|
|
|
|
|
2009-11-21 04:19:05 +01:00
|
|
|
<div id="TreeActions-batchactions">
|
|
|
|
$BatchActionsForm
|
2009-11-21 04:15:00 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2009-05-01 00:47:28 +02:00
|
|
|
<div class="checkboxAboveTree">
|
2009-11-21 04:15:00 +01:00
|
|
|
<input type="checkbox" id="sortitems" />
|
|
|
|
<label for="sortitems">
|
|
|
|
<% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %>
|
|
|
|
</label>
|
2008-04-26 08:41:12 +02:00
|
|
|
</div>
|
2009-11-21 04:15:00 +01:00
|
|
|
|
2011-03-17 20:32:23 +01:00
|
|
|
<div id="sitetree_ul" data-url-tree="$Link(getsubtree)" data-url-savetreenode="$Link(savetreenode)" class="jstree jstree-apple">
|
2009-11-21 04:15:00 +01:00
|
|
|
$SiteTreeAsUL
|
|
|
|
</div>
|
|
|
|
|
2009-11-21 04:19:05 +01:00
|
|
|
<div id="TreeActions-sync">
|
|
|
|
$SyncForm
|
|
|
|
</div>
|
|
|
|
|
2009-11-21 04:15:00 +01:00
|
|
|
</div>
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
</div>
|