mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removing duplicate "edit & organize" label from HTMLEditorField upload dialog, as its handled differently from the standard AssetAdmin: Fields go directly into edit mode, no need to duplicate this in a persistent upload status (fixes #7355)
This commit is contained in:
parent
fedb337aa5
commit
6f55b67f0e
@ -28,11 +28,5 @@
|
||||
</div>
|
||||
|
||||
<div class="ss-uploadfield-editandorganize">
|
||||
<h3>
|
||||
<span class="step-label">
|
||||
<span class="flyout">2</span><span class="arrow"></span>
|
||||
<span class="title"><% _t('AssetUploadField.EDITANDORGANIZE', 'Edit & organize') %></span>
|
||||
</span>
|
||||
</h3>
|
||||
<ul class="ss-uploadfield-files files"></ul>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user