Move #add_upload button inside the uploads tab to simplify interface.
References #26
This commit is contained in:
templates/2k11/admin
@ -15,7 +15,8 @@
|
||||
<div class="clearfix tabs">
|
||||
<h3>Upload</h3> {* i18n *}
|
||||
|
||||
<div id="uploads" class="panel">
|
||||
<div class="panel">
|
||||
<div id="uploads">
|
||||
<div id="upload_form_1" class="upload_form">
|
||||
<div class="form_field clearfix">
|
||||
<label for="userfile_1" class="uploadform_userfile_label">{$CONST.ENTER_MEDIA_UPLOAD}</label>
|
||||
@ -41,9 +42,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a id="add_upload" class="button_link icon_link" href="#" title="{$CONST.IMAGE_MORE_INPUT}"><span class="icon-plus"></span><span class="visuallyhidden"> {$CONST.IMAGE_MORE_INPUT}</span></a>
|
||||
</div>
|
||||
|
||||
<h3>Download</h3> {* i18n *}
|
||||
|
||||
<div id="downloads" class="panel">
|
||||
<div class="panel">
|
||||
<div id="downloads">
|
||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.ADD_MEDIA_BLAHBLAH_NOTE}</span>
|
||||
|
||||
<div class="clearfix form_field">
|
||||
@ -60,12 +65,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{serendipity_hookPlugin hook="backend_image_addform" hookAll=true}
|
||||
<div class="form_buttons">
|
||||
<input id="all_authors" name="serendipity[all_authors]" type="hidden" value="true" checked="checked">
|
||||
|
||||
<a id="add_upload" class="button_link" href="#" title="{$CONST.IMAGE_MORE_INPUT}"><span class="icon-plus"></span><span class="visuallyhidden"> {$CONST.IMAGE_MORE_INPUT}</span></a>
|
||||
<input class="check_inputs" type="submit" value="{$CONST.GO}">
|
||||
<input class="check_inputs" name="go_properties" type="submit" value="{$CONST.GO_ADD_PROPERTIES|@escape}">
|
||||
</div>
|
||||
|
@ -1345,7 +1345,8 @@ fieldset p,
|
||||
margin-top: .75em;
|
||||
}
|
||||
|
||||
.media_file .actions {
|
||||
.media_file .actions,
|
||||
.js #add_upload {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user