mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Code formatting fix in SecurityAdmin_left.ss
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70799 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e08fc1e0e5
commit
1febd10096
@ -1,29 +1,30 @@
|
||||
<h2><% _t('SECGROUPS','Security Groups') %></h2>
|
||||
<div id="treepanes" style="overflow-y: auto;">
|
||||
<ul id="TreeActions">
|
||||
<li class="action" id="addgroup"><button><% _t('CREATE','Create') %></button></li>
|
||||
<li class="action" id="deletegroup"><button><% _t('DEL','Delete') %></button></li>
|
||||
</ul>
|
||||
<div style="clear:both;"></div>
|
||||
<form class="actionparams" id="addgroup_options" style="display: none" action="admin/security/addgroup">
|
||||
<input type="hidden" name="ParentID" />
|
||||
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
||||
</form>
|
||||
|
||||
<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') %>" />
|
||||
</form>
|
||||
|
||||
<form class="actionparams" id="sortitems_options" style="display: none" action="">
|
||||
<p id="sortitems_message" style="margin: 0"><% _t('TOREORG','To reorganise your site, drag the pages around as desired.') %></p>
|
||||
</form>
|
||||
|
||||
<div id="SortItems">
|
||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||
</div>
|
||||
<div id="treepanes" style="overflow-y: auto;">
|
||||
<ul id="TreeActions">
|
||||
<li class="action" id="addgroup"><button><% _t('CREATE','Create') %></button></li>
|
||||
<li class="action" id="deletegroup"><button><% _t('DEL','Delete') %></button></li>
|
||||
</ul>
|
||||
<div style="clear:both;"></div>
|
||||
<form class="actionparams" id="addgroup_options" style="display: none" action="admin/security/addgroup">
|
||||
<input type="hidden" name="ParentID" />
|
||||
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
||||
</form>
|
||||
|
||||
<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>
|
||||
|
||||
$SiteTreeAsUL
|
||||
<input type="hidden" name="csvIDs" />
|
||||
<input type="submit" value="<% _t('DELGROUPS','Delete the selected groups') %>" />
|
||||
</form>
|
||||
|
||||
<form class="actionparams" id="sortitems_options" style="display: none" action="">
|
||||
<p id="sortitems_message" style="margin: 0"><% _t('TOREORG','To reorganise your site, drag the pages around as desired.') %></p>
|
||||
</form>
|
||||
|
||||
<div id="SortItems">
|
||||
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
||||
</div>
|
||||
|
||||
$SiteTreeAsUL
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user