mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
e30f92a2f8
BUGFIX Adjusted AssetAdmin_left.ss, CommentAdmin_left.ss MINOR Removed CommentAdmin_right.ss, SecurityAdmin_right.ss - inherits a more generic LeftAndMain_right.ss instead MINOR Merged CommentAdmin_SiteTree.ss template back into CommentAdmin_left.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92705 467b73ca-7a2a-4603-9d3b-597d59a354a9
48 lines
1.3 KiB
Scheme
48 lines
1.3 KiB
Scheme
<div id="treepanes">
|
|
<h3>
|
|
<a href="#"><% _t('SECGROUPS','Security Groups') %></a>
|
|
</h3>
|
|
|
|
<div>
|
|
<div id="TreeActions">
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="#TreeActions-create">
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#TreeActions-delete">
|
|
<% _t('DELETE','Delete',PR_HIGH) %>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div id="TreeActions-create">
|
|
<form class="actionparams" id="addgroup_options" action="admin/security/addgroup">
|
|
<input type="hidden" name="ParentID" />
|
|
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
|
</form>
|
|
</div>
|
|
|
|
<div id="TreeActions-delete">
|
|
<form class="actionparams" id="deletegroup_options" style="display: none" action="admin/security/deleteitems">
|
|
<p><% _t('SELECT','Select the pages that you want to delete and then click the button below') %></p>
|
|
|
|
<input type="hidden" name="csvIDs" />
|
|
<input type="submit" value="<% _t('DELGROUPS','Delete the selected groups') %>" class="action delete" />
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="checkboxAboveTree">
|
|
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
|
</div>
|
|
|
|
$SiteTreeAsUL
|
|
|
|
</div>
|
|
|
|
</div> |