mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
067b7bcaeb
ENHANCEMENT Moved 'Sync files' action in AssetAdmin from toplevel tab to the bottom of the tree and hooked up to AssetAdmin->SyncForm to avoid hardcoding the URL. ENHANCEMENT Changed AssetAdmin interface 'create' button to show dialog and 'go' button, and behave similar to the main CMS interface git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92802 467b73ca-7a2a-4603-9d3b-597d59a354a9
49 lines
924 B
Scheme
Executable File
49 lines
924 B
Scheme
Executable File
<div id="treepanes">
|
|
<h3>
|
|
<a href="#"><% _t('FOLDERS','Folders') %></a>
|
|
</h3>
|
|
|
|
<div>
|
|
<div id="TreeActions">
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="#TreeActions-create" id="TreeActions-create-btn">
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#TreeActions-batchactions" id="batchactions">
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div id="TreeActions-create">
|
|
$AddForm
|
|
</div>
|
|
|
|
<div id="TreeActions-batchactions">
|
|
$BatchActionsForm
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="checkboxAboveTree">
|
|
<input type="checkbox" id="sortitems" />
|
|
<label for="sortitems">
|
|
<% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %>
|
|
</label>
|
|
</div>
|
|
|
|
<div id="sitetree_ul">
|
|
$SiteTreeAsUL
|
|
</div>
|
|
|
|
<div id="TreeActions-sync">
|
|
$SyncForm
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div> |