mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: remove the 'close button' from template used to edit an image detail in HTMLEditor popup
This commit is contained in:
parent
45197b1205
commit
095b62a0b4
@ -2,9 +2,6 @@
|
||||
<div class="overview">
|
||||
<span class="thumbnail">$Preview</span>
|
||||
<span class="title">$Name</span>
|
||||
<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