2007-09-16 18:37:15 +02:00
|
|
|
<h2><% _t('SECGROUPS','Security Groups') %></h2>
|
2007-09-15 23:12:05 +02:00
|
|
|
<div id="treepanes" style="overflow-y: auto;">
|
2007-07-19 12:40:05 +02:00
|
|
|
<ul id="TreeActions">
|
2007-09-16 18:37:15 +02:00
|
|
|
<li class="action" id="addgroup"><button><% _t('CREATE','Create') %></button></li>
|
2007-11-05 21:51:45 +01:00
|
|
|
<li class="action" id="deletegroup"><button><% _t('DEL','Delete') %></button></li>
|
2007-07-19 12:40:05 +02:00
|
|
|
</ul>
|
|
|
|
<div style="clear:both;"></div>
|
|
|
|
<form class="actionparams" id="addgroup_options" style="display: none" action="admin/security/addgroup">
|
|
|
|
<input type="hidden" name="ParentID" />
|
2007-09-16 18:37:15 +02:00
|
|
|
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
2007-07-19 12:40:05 +02:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<form class="actionparams" id="deletegroup_options" style="display: none" action="admin/security/deleteitems">
|
2007-09-16 18:37:15 +02:00
|
|
|
<p><% _t('SELECT','Select the pages that you want to delete and then click the button below') %></p>
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
<input type="hidden" name="csvIDs" />
|
2007-09-16 18:37:15 +02:00
|
|
|
<input type="submit" value="<% _t('DELGROUPS','Delete the selected groups') %>" />
|
2007-07-19 12:40:05 +02:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<form class="actionparams" id="sortitems_options" style="display: none" action="">
|
2007-09-16 18:37:15 +02:00
|
|
|
<p id="sortitems_message" style="margin: 0"><% _t('TOREORG','To reorganise your site, drag the pages around as desired.') %></p>
|
2007-07-19 12:40:05 +02:00
|
|
|
</form>
|
2008-04-26 08:41:12 +02:00
|
|
|
|
|
|
|
<div id="SortItems">
|
|
|
|
<input type="checkbox" id="sortitems" /> <label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
|
|
|
</div>
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
$SiteTreeAsUL
|
|
|
|
</div>
|