mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: changing template to make delete icon appear in the list of uploaded files
This commit is contained in:
parent
29d7a9a679
commit
196ec032a0
@ -2,7 +2,9 @@
|
||||
<div class="overview">
|
||||
<span class="thumbnail">$Preview</span>
|
||||
<span class="title">$Name</span>
|
||||
<a href="#" class="btn-icon-cross-circle ui-button-icon-primary ui-icon action-delete"><% _t('HtmlEditorField.DeleteItem', 'delete') %></a>
|
||||
<a href="#" class="action-delete ui-state-default">
|
||||
<span class="ui-button-icon-primary ui-icon btn-icon-cross-circle"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="details">
|
||||
<fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user