mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX Fixed styling for "Delete selected files" in the left-hand tree actions for AssetAdmin. Thanks ajshort!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70613 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3386df063e
commit
0f6280c563
@ -16,7 +16,7 @@
|
|||||||
<p><% _t('SELECTTODEL','Select the folders that you want to delete and then click the button below') %></p>
|
<p><% _t('SELECTTODEL','Select the folders that you want to delete and then click the button below') %></p>
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="csvIDs" />
|
<input type="hidden" name="csvIDs" />
|
||||||
<input type="submit" value="<% _t('DELFOLDERS','Delete the selected folders') %>" />
|
<input type="submit" value="<% _t('DELFOLDERS','Delete the selected folders') %>" class="action delete" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user