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:
Ingo Schommer 2012-05-20 11:31:29 +02:00
parent fedb337aa5
commit 6f55b67f0e
1 changed files with 0 additions and 6 deletions

View File

@ -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>