Changeset 2263:9afa97b913a2
- Timestamp:
- 10/04/13 19:18:58 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r2256 r2263 357 357 $fmt_form_media = '<form action="media.php" method="post" id="form-medias">'. 358 358 '<div class="files-group">%s</div>'. 359 '<p >'.$core->formNonce() . form::hidden(array('d'),$d).'</p>';359 '<p class="hidden">'.$core->formNonce() . form::hidden(array('d'),$d).'</p>'; 360 360 361 361 if (!$popup) { 362 362 $fmt_form_media .= 363 363 '<div class="medias-delete%s">'. 364 '<p class=" box smallcheckboxes-helpers"></p>'.365 '<p class="box small"><input type="submit" class="delete" name="delete_medias" value="'.__('Remove selected medias').'"/></p>'.364 '<p class="checkboxes-helpers"></p>'. 365 '<p><input type="submit" class="delete" name="delete_medias" value="'.__('Remove selected medias').'"/></p>'. 366 366 '</div>'; 367 367 } … … 447 447 448 448 # Get zip directory 449 if ($core_media_archivable )449 if ($core_media_archivable && !$popup) 450 450 { 451 451 echo -
admin/style/default.css
r2225 r2263 1133 1133 #help-button span { 1134 1134 padding: .5em 0 .1em 0; 1135 border-bottom: 1px solid #2373A8;1136 1135 } 1137 1136 #content.with-help #help-button { … … 1808 1807 border-bottom: none; 1809 1808 } 1810 1809 .medias-delete { 1810 text-align: right; 1811 } 1811 1812 .zip-dl { 1812 1813 background: transparent url(package.png) no-repeat 0 50%; … … 1879 1880 .upload-fileinfo { 1880 1881 margin-left: 0; 1881 /* margin-bottom: .4em;*/1882 1882 } 1883 1883 .upload-fileinfo input {
Note: See TracChangeset
for help on using the changeset viewer.