2011-03-23 10:51:00 +01:00
|
|
|
<div id="treepanes">
|
|
|
|
<h3>
|
|
|
|
<a href="#"><% _t('SECGROUPS','Security Groups') %></a>
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div id="TreeActions">
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="#TreeActions-create" id="TreeActions-create-btn">
|
|
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#TreeActions-batchactions" id="batchactions">
|
|
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div id="TreeActions-create">
|
|
|
|
$AddForm
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="TreeActions-batchactions">
|
|
|
|
$BatchActionsForm
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="checkboxAboveTree">
|
|
|
|
<input type="checkbox" id="sortitems" />
|
|
|
|
<label for="sortitems">
|
|
|
|
<% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
|
2011-04-05 11:12:45 +02:00
|
|
|
<div id="sitetree" data-url-tree="$Link(getsubtree)" data-url-savetreenode="$Link(savetreenode)" class="jstree jstree-apple">
|
2011-03-23 10:51:00 +01:00
|
|
|
$SiteTreeAsUL
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|