Changeset 1848:b6aeda068a05 for admin/blog_pref.php
- Timestamp:
- 09/14/13 09:30:52 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/blog_pref.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r1846 r1848 394 394 '</p>'. 395 395 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>'. 397 397 form::combo('note_title_tag',$note_title_tag_combo,$blog_settings->system->note_title_tag). 398 398 '</p>'. … … 403 403 404 404 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>'; 406 406 407 407 if ($blog_settings->system->enable_xmlrpc) { … … 509 509 '<div class="col">'. 510 510 '<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> '. 512 512 form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</p>'. 513 513 514 '<p class="field"><label for="media_img_s_size"> '.__('Small:').'</label> '.514 '<p class="field"><label for="media_img_s_size">Small</label> '. 515 515 form::field('media_img_s_size',3,3,$blog_settings->system->media_img_s_size).'</p>'. 516 516 517 '<p class="field"><label for="media_img_m_size"> '.__('Medium:').'</label> '.517 '<p class="field"><label for="media_img_m_size">Medium</label> '. 518 518 form::field('media_img_m_size',3,3,$blog_settings->system->media_img_m_size).'</p>'. 519 519 '</div>'. … … 521 521 '<div class="col">'. 522 522 '<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">'. 527 526 form::checkbox('media_img_use_dto_first','1',$blog_settings->system->media_img_use_dto_first). 528 527 __('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>'. 531 531 form::combo('media_img_default_size',$img_default_size_combo, 532 532 (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.
