mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
3cae2fb249
Changes: * Remove the 'Move Files' button and enable multi-file drag and drop file moving * Position the 'Delete selected files' button under the checkboxes and make it turn red on hover * Add 'Ctrl' and 'Shift' range selection to file checkboxes * Add 'X' delete links to the right of each file * Rename the 'Save' button to 'Save folder name' and don't show it when listing 'assets' folder since it can't be renamed More info: http://www.silverstripe.com/google-summer-of-code-forum/flat/1607 (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41927 467b73ca-7a2a-4603-9d3b-597d59a354a9
33 lines
821 B
Scheme
Executable File
33 lines
821 B
Scheme
Executable File
<!-- <div class="title"><div >Folder contents</div></div> -->
|
|
|
|
<div id="form_actions_right" class="ajaxActions">
|
|
</div>
|
|
|
|
<!--
|
|
<form class="actionparams" id="action_movemarked_options" style="display:none" action="admin/assets/movemarked">
|
|
<fieldset>
|
|
<input type="hidden" name="ID" />
|
|
<div class="field">
|
|
<label class="left">Move files to</label>
|
|
$ChooseFolderField
|
|
</div>
|
|
</fieldset>
|
|
|
|
<p class="actions">
|
|
<input type="submit" value="Move marked files" />
|
|
</p>
|
|
</form>
|
|
-->
|
|
|
|
<% if EditForm %>
|
|
$EditForm
|
|
<% else %>
|
|
<form id="Form_EditForm" action="admin/assets/?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
|
<h1>$ApplicationName</h1>
|
|
|
|
<p>Welcome to $ApplicationName! Please choose a page from the left.</p>
|
|
</form>
|
|
<% end_if %>
|
|
|
|
<p id="statusMessage" style="visibility:hidden"></p>
|