Dotclear


Ignore:
Timestamp:
09/14/13 09:30:52 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Améliorations sur la page blog_pref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r1846 r1848  
    394394     '</p>'. 
    395395 
    396      '<p><label for="note_title_tag">'.__('Note title HTML tag:').'</label>'. 
     396     '<p><label for="note_title_tag">'.__('HTML tag for the title of the notes on the blog:').'</label>'. 
    397397     form::combo('note_title_tag',$note_title_tag_combo,$blog_settings->system->note_title_tag). 
    398398     '</p>'. 
     
    403403 
    404404     echo 
    405           '<p class="form-note">'.__('XML/RPC interface allows you to edit your blog with an external client.').'</p>';  
     405          '<p class="form-note info">'.__('XML/RPC interface allows you to edit your blog with an external client.').'</p>';  
    406406 
    407407     if ($blog_settings->system->enable_xmlrpc) { 
     
    509509     '<div class="col">'. 
    510510     '<h5>'.__('Generated image sizes (in pixels)').'</h5>'. 
    511      '<p class="field"><label for="media_img_t_size">'.__('Thumbnails:').'</label> '. 
     511     '<p class="field"><label for="media_img_t_size">Thumbnail</label> '. 
    512512     form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</p>'. 
    513513      
    514      '<p class="field"><label for="media_img_s_size">'.__('Small:').'</label> '. 
     514     '<p class="field"><label for="media_img_s_size">Small</label> '. 
    515515     form::field('media_img_s_size',3,3,$blog_settings->system->media_img_s_size).'</p>'. 
    516516      
    517      '<p class="field"><label for="media_img_m_size">'.__('Medium:').'</label> '. 
     517     '<p class="field"><label for="media_img_m_size">Medium</label> '. 
    518518     form::field('media_img_m_size',3,3,$blog_settings->system->media_img_m_size).'</p>'. 
    519519     '</div>'. 
     
    521521     '<div class="col">'. 
    522522     '<h5>'.__('Default image insertion attributes').'</h5>'. 
    523      '<p class="field"><label for="media_img_title_pattern">'.__('Inserted image title').'</label>'. 
    524      form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).'</p>'. 
    525      '<p class="form-note">'.__('This defines image tag title when you insert it in a post from the media manager. It is retrieved from the picture\'s metadata.').'</p>'. 
    526      '<p><label for="media_img_use_dto_first" class="classic">'. 
     523     '<p class="vertical-separator"><label for="media_img_title_pattern">'.__('Inserted image title').'</label>'. 
     524     form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).' '. 
     525     '<label for="media_img_use_dto_first" class="classic">'. 
    527526     form::checkbox('media_img_use_dto_first','1',$blog_settings->system->media_img_use_dto_first). 
    528527     __('Use original media date if possible').'</label></p>'. 
    529  
    530      '<p class="field"><label for="media_img_default_size">'.__('Image size:').'</label>'. 
     528     '<p class="form-note info">'.__('It is retrieved from the picture\'s metadata.').'</p>'. 
     529 
     530     '<p class="field vertical-separator"><label for="media_img_default_size">'.__('Size of inserted image:').'</label>'. 
    531531     form::combo('media_img_default_size',$img_default_size_combo, 
    532532          (html::escapeHTML($blog_settings->system->media_img_default_size) != '' ? html::escapeHTML($blog_settings->system->media_img_default_size) : 'm')). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map