2009-11-21 04:15:00 +01:00
<div id= "treepanes" >
<h3>
<a href= "#" ><% _t ( 'FOLDERS ', 'Folders ' ) %></a>
</h3>
2007-07-19 12:40:05 +02:00
2009-11-21 04:15:00 +01:00
<div>
<div id= "TreeActions" >
<ul>
<li>
2009-11-21 04:18:25 +01:00
<a href= "#TreeActions-create" id= "TreeActions-create-btn" >
2009-11-21 04:15:00 +01:00
<% _t ( 'CREATE ', 'Create ',PR_HIGH ) %>
</a>
</li>
<li>
2009-11-21 04:18:25 +01:00
<a href= "#TreeActions-delete" id= "TreeActions-delete-btn" >
2009-11-21 04:15:00 +01:00
<% _t ( 'DELETE ', 'Delete ',PR_HIGH ) %>
</a>
</li>
<li>
<a href= "#" 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 ' ) %>
</a>
</li>
</ul>
<div id= "TreeActions-create" >
<form class= "actionparams" id= "addpage_options" action= "admin/assets/addfolder" >
<div>
<input type= "hidden" name= "ParentID" />
<input class= "action" type= "submit" value= "<% _t('GO','Go') %>" />
</div>
</form>
</div>
<div id= "TreeActions-delete" >
<form class= "actionparams" id= "deletepage_options" style= "display: none" action= "admin/assets/deletefolder" >
<p><% _t ( 'SELECTTODEL ', 'Select the folders that you want to delete and then click the button below ' ) %></p>
<div>
<input type= "hidden" name= "csvIDs" />
<input type= "submit" value= "<% _t('DELFOLDERS','Delete the selected folders') %>" class= "action delete" />
</div>
</form>
</div>
</div>
2009-05-01 00:47:28 +02:00
<div class= "checkboxAboveTree" >
2009-11-21 04:15:00 +01:00
<input type= "checkbox" id= "sortitems" />
<label for= "sortitems" >
<% _t ( 'ENABLEDRAGGING ', 'Allow drag & ; drop reordering', PR_HIGH) %>
</label>
2008-04-26 08:41:12 +02:00
</div>
2009-11-21 04:15:00 +01:00
<div id= "sitetree_ul" >
$SiteTreeAsUL
</div>
</div>
2007-07-19 12:40:05 +02:00
</div>