2007-09-16 16:37:15 +00:00
|
|
|
<h2><% _t('FOLDERS','Folders') %></h2>
|
2007-09-15 21:12:05 +00:00
|
|
|
<div id="treepanes" style="overflow-y: auto;">
|
2007-07-19 10:40:05 +00:00
|
|
|
<ul id="TreeActions">
|
2007-09-16 16:37:15 +00:00
|
|
|
<li class="action" id="addpage"><button><% _t('CREATE','Create') %></button></li>
|
2007-11-05 20:51:45 +00:00
|
|
|
<li class="action" id="deletepage"><button><% _t('DELETE','Delete') %></button></li>
|
2007-07-19 10:40:05 +00:00
|
|
|
</ul>
|
2007-11-02 03:30:07 +00:00
|
|
|
<div style="clear:both;"></div>
|
2007-07-19 10:40:05 +00:00
|
|
|
<form class="actionparams" id="addpage_options" style="display: none" action="admin/assets/addfolder">
|
|
|
|
<div>
|
|
|
|
<input type="hidden" name="ParentID" />
|
2007-09-16 16:37:15 +00:00
|
|
|
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
2007-07-19 10:40:05 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
2009-01-06 02:18:33 +00:00
|
|
|
$DeleteItemsForm
|
2007-07-19 10:40:05 +00:00
|
|
|
|
|
|
|
<form class="actionparams" id="sortitems_options" style="display: none">
|
2007-09-16 16:37:15 +00:00
|
|
|
<p id="sortitems_message" style="margin: 0"><% _t('TOREORG','To reorganise your folders, drag them around as desired.') %></p>
|
2007-07-19 10:40:05 +00:00
|
|
|
</form>
|
2008-04-26 06:41:12 +00: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 10:40:05 +00:00
|
|
|
|
|
|
|
$SiteTreeAsUL
|
|
|
|
</div>
|