Changeset 1760:70e6ba18a169 for admin/media.php
- Timestamp:
- 09/08/13 18:13:34 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1725 r1760 348 348 echo 349 349 '<h3 class="hidden">'.sprintf(__('In %s:'),($d == '' ? '“'.__('Media manager').'”' : '“'.$d.'”')).'</h3>'. 350 '<div class=" media-action-box">';350 '<div class="two-boxes odd fieldset">'; 351 351 352 352 if ($user_ui_enhanceduploader) { … … 404 404 if ($core_media_writable || $core_media_archivable) { 405 405 406 echo '<div class=" media-action-box">';406 echo '<div class="two-boxes even fieldset">'; 407 407 408 408 # Create directory … … 428 428 '<h4>'.__('Backup content').'</h4>'. 429 429 '<p>'.__('Compress this directory with its content as a zip file and download it.').'</p>'. 430 '<p><a class=" submit" href="'.html::escapeURL($page_url).'&zipdl=1">'.430 '<p><a class="button submit" href="'.html::escapeURL($page_url).'&zipdl=1">'. 431 431 __('Download').'</a></p>'; 432 432 }
Note: See TracChangeset
for help on using the changeset viewer.