Changeset 1519:0aabee64df46
- Timestamp:
- 08/22/13 04:01:33 (10 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1499 r1519 357 357 '<h3>'.__('Add files').'</h3>'. 358 358 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 359 ' <form id="fileupload" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 359 '<p class="max-sizer form-note info"> '.__('Maximum file size allowed:').' '.files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 360 '<form id="fileupload" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 360 361 '<p>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 361 362 $core->formNonce().'</p>'. … … 363 364 364 365 echo 365 '<div class="fileupload-buttonbar">'; 366 367 echo 368 '<p class="max-sier form-note info"> '.__('Maximum file size allowed:').' '.files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 366 '<div class="fileupload-buttonbar clear">'; 367 368 echo 369 369 '<p><label for="upfile">'.'<span class="add-label one-file">'.__('Choose file').'</span>'.'</label>'. 370 370 '<button class="button add">'.__('Choose files').'</button>'. -
admin/style/jsUpload/style.css
r1452 r1519 58 58 } 59 59 60 .enhanced_uploader .add { 61 margin-right: 4em; 62 } 63 64 .enhanced_uploader .cancel, .enhanced_uploader .clean, .enhanced_uploader .start { 65 margin-left: .5em; 60 .enhanced_uploader .add, .enhanced_uploader .cancel, 61 .enhanced_uploader .clean, .enhanced_uploader .start { 62 margin-right: .4em; 66 63 } 67 64 … … 97 94 98 95 .enhanced_uploader p.clear { 99 margin-top: 3em;100 margin-bottom: 0;96 padding-top: 1em; 97 margin-bottom: 1em; 101 98 } 102 99 … … 135 132 136 133 .upload-fileinfo { 137 margin-left: 16px;134 margin-left: 8px; 138 135 margin-bottom: .4em; 139 136 } 140 137 .upload-fileinfo span { 138 padding-right: 8px; 139 } 141 140 .upload-fileinfo .upload-filecancel { 142 141 display: block; 142 padding-right: 0; 143 143 margin-top: 3px; 144 144 width: 20px; … … 160 160 161 161 .upload-progress { 162 padding: 0 1em;162 padding: 0 8px; 163 163 } 164 164 … … 175 175 border-radius: 2px; 176 176 } 177 178 177 div.template-upload { 179 178 clear: both; … … 182 181 .queue-message { 183 182 font-weight: bold; 184 margin: 0 0 1em 16px;183 margin: 0 0 1em 0; 185 184 } -
locales/fr/plugins.po
r1518 r1519 1949 1949 msgid "Extended" 1950 1950 msgstr "Étendu" 1951 -
plugins/antispam/_admin.php
r1499 r1519 60 60 echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $ttl).' '. 61 61 sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 62 ' </p>';62 '.</p>'; 63 63 } 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.