mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
e56852dcd8
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92831 467b73ca-7a2a-4603-9d3b-597d59a354a9
45 lines
837 B
Scheme
45 lines
837 B
Scheme
<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>
|
|
|
|
<div id="sitetree_ul">
|
|
$SiteTreeAsUL
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> |