Dotclear

Changeset 1519:0aabee64df46


Ignore:
Timestamp:
08/22/13 04:01:33 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Typo in antispam page.
CSS in media uploader.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/media.php

    r1499 r1519  
    357357     '<h3>'.__('Add files').'</h3>'. 
    358358     '<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">&nbsp;'.__('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">'. 
    360361     '<p>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 
    361362     $core->formNonce().'</p>'. 
     
    363364 
    364365     echo 
    365      '<div class="fileupload-buttonbar">'; 
    366  
    367      echo 
    368      '<p class="max-sier form-note info">&nbsp;'.__('Maximum file size allowed:').' '.files::size(DC_MAX_UPLOAD_SIZE).'</p>'. 
     366     '<div class="fileupload-buttonbar clear">'; 
     367 
     368     echo 
    369369     '<p><label for="upfile">'.'<span class="add-label one-file">'.__('Choose file').'</span>'.'</label>'. 
    370370     '<button class="button add">'.__('Choose files').'</button>'. 
  • admin/style/jsUpload/style.css

    r1452 r1519  
    5858} 
    5959 
    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; 
    6663} 
    6764 
     
    9794 
    9895.enhanced_uploader p.clear { 
    99      margin-top: 3em; 
    100      margin-bottom: 0; 
     96     padding-top: 1em; 
     97     margin-bottom: 1em; 
    10198} 
    10299 
     
    135132 
    136133.upload-fileinfo { 
    137      margin-left: 16px; 
     134     margin-left: 8px; 
    138135     margin-bottom: .4em; 
    139136} 
    140  
     137.upload-fileinfo span { 
     138     padding-right: 8px; 
     139} 
    141140.upload-fileinfo .upload-filecancel { 
    142141     display: block; 
     142     padding-right: 0; 
    143143     margin-top: 3px; 
    144144     width: 20px; 
     
    160160 
    161161.upload-progress { 
    162      padding: 0 1em; 
     162     padding: 0 8px; 
    163163} 
    164164 
     
    175175     border-radius: 2px; 
    176176} 
    177  
    178177div.template-upload { 
    179178     clear: both; 
     
    182181.queue-message { 
    183182     font-weight: bold; 
    184      margin: 0 0 1em 16px; 
     183     margin: 0 0 1em 0; 
    185184} 
  • locales/fr/plugins.po

    r1518 r1519  
    19491949msgid "Extended" 
    19501950msgstr "Étendu" 
     1951 
  • plugins/antispam/_admin.php

    r1499 r1519  
    6060               echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $ttl).' '. 
    6161               sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 
    62                '</p>'; 
     62               '.</p>'; 
    6363          } 
    6464     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map