Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r1746 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:').' '. 
    512      form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</label></p>'. 
    513       
    514      '<p class="field"><label for="media_img_s_size">'.__('Small:').' '. 
    515      form::field('media_img_s_size',3,3,$blog_settings->system->media_img_s_size).'</label></p>'. 
    516       
    517      '<p class="field"><label for="media_img_m_size">'.__('Medium:').' '. 
    518      form::field('media_img_m_size',3,3,$blog_settings->system->media_img_m_size).'</label></p>'. 
    519      '</div>'. 
    520       
    521      '<div class="col">'. 
    522      '<h5><label for="media_img_title_pattern">'.__('Inserted image title').'</label></h5>'. 
    523      '<p>'.__('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>'. 
    524      '<p>'.form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).'</p>'. 
    525      '<p><label for="media_img_use_dto_first" class="classic">'. 
     511     '<p class="field"><label for="media_img_t_size">Thumbnail</label> '. 
     512     form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</p>'. 
     513      
     514     '<p class="field"><label for="media_img_s_size">Small</label> '. 
     515     form::field('media_img_s_size',3,3,$blog_settings->system->media_img_s_size).'</p>'. 
     516      
     517     '<p class="field"><label for="media_img_m_size">Medium</label> '. 
     518     form::field('media_img_m_size',3,3,$blog_settings->system->media_img_m_size).'</p>'. 
     519     '</div>'. 
     520      
     521     '<div class="col">'. 
     522     '<h5>'.__('Default image insertion attributes').'</h5>'. 
     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">'. 
    526526     form::checkbox('media_img_use_dto_first','1',$blog_settings->system->media_img_use_dto_first). 
    527527     __('Use original media date if possible').'</label></p>'. 
    528  
    529      '<h5>'.__('Default image insertion attributes').'</h5>'. 
    530      '<p><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')). 
    533533     '</p>'. 
    534      '<p><label for="media_img_default_alignment">'.__('Image alignment:').'</label>'. 
     534     '<p class="field"><label for="media_img_default_alignment">'.__('Image alignment:').'</label>'. 
    535535     form::combo('media_img_default_alignment',$img_default_alignment_combo,html::escapeHTML($blog_settings->system->media_img_default_alignment)). 
    536536     '</p>'. 
    537      '<p><label for="media_img_default_link" class="classic">'. 
     537     '<p><label for="media_img_default_link">'. 
    538538     form::checkbox('media_img_default_link','1',$blog_settings->system->media_img_default_link). 
    539      __('As a link to original image').'</label></p>'. 
     539     __('Insert a link to the original image').'</label></p>'. 
    540540     '</div>'. 
    541541     '</div>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map