2007-09-16 18:37:15 +02:00
<h2><% _t ( 'FOLDERS ', 'Folders ' ) %></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= "addpage" ><button><% _t ( 'CREATE ', 'Create ' ) %></button></li>
2007-11-05 21:51:45 +01:00
<li class= "action" id= "deletepage" ><button><% _t ( 'DELETE ', 'Delete ' ) %></button></li>
2009-07-02 00:28:06 +02:00
<li class= "action" id= "filesystemsync" >
<button title= "<% _t('FILESYSTEMSYNC_DESC', 'SilverStripe maintains its own database of the files & images stored in your assets/ folder. Click this button to update that database, if files are added to the assets/ folder from outside SilverStripe, for example, if you have uploaded files via FTP.') %>" >
<% _t ( 'FILESYSTEMSYNC ', 'Look for new files ' ) %>
</button>
</li>
2007-07-19 12:40:05 +02:00
</ul>
2007-11-02 04:30:07 +01:00
<div style= "clear:both;" ></div>
2007-07-19 12:40:05 +02:00
<form class= "actionparams" id= "addpage_options" style= "display: none" action= "admin/assets/addfolder" >
<div>
<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
</div>
</form>
2009-01-06 03:18:33 +01:00
$DeleteItemsForm
2007-07-19 12:40:05 +02:00
<form class= "actionparams" id= "sortitems_options" style= "display: none" >
2007-09-16 18:37:15 +02:00
<p id= "sortitems_message" style= "margin: 0" ><% _t ( 'TOREORG ', 'To reorganise your folders, drag them around as desired . ' ) %></p>
2007-07-19 12:40:05 +02:00
</form>
2009-05-01 00:47:28 +02:00
<div class= "checkboxAboveTree" >
2008-04-26 08:41:12 +02:00
<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>