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