Changeset 2335:db52e903ff91
- Timestamp:
- 10/11/13 07:49:40 (12 years ago)
- Branch:
- default
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/color-picker.js
r2101 r2335 34 34 span.css('position','relative'); 35 35 } 36 span.css('display',' block');36 span.css('display','inline-block'); 37 37 38 38 /*ligne supprimée car elle ne fait pas le calcul -
locales/fr/plugins.po
r2311 r2335 588 588 589 589 msgid "Solid color" 590 msgstr "Couleur "590 msgstr "Couleur pleine" 591 591 592 592 msgid "Custom..." … … 624 624 625 625 msgid "Background color fill:" 626 msgstr " Couleur de remplissagedu fond :"626 msgstr "Remplissage de la couleur du fond :" 627 627 628 628 msgid "Main text font:" -
plugins/blowupConfig/index.php
r2256 r2335 290 290 291 291 echo 292 '<p class="field"><label for="blog_title_hide">'.__('Hide main title').' '.293 form::checkbox('blog_title_hide',1,$blowup_user['blog_title_hide']).'</ label></p>'.292 '<p class="field"><label for="blog_title_hide">'.__('Hide main title').'</label> '. 293 form::checkbox('blog_title_hide',1,$blowup_user['blog_title_hide']).'</p>'. 294 294 295 295 '<p class="field"><label for="blog_title_f">'.__('Main title font:').'</label> '. … … 316 316 317 317 echo 318 '<h 4 class="border-top">'.__('Top image').'</h4>'.318 '<h5 class="pretty-title">'.__('Top image').'</h4>'. 319 319 '<p class="field"><label for="top_image">'.__('Top image').'</label> '. 320 320 form::combo('top_image',$top_images,($blowup_user['top_image'] ? $blowup_user['top_image'] : 'default')).'</p>'. -
themes/ductile/_config.php
r2003 r2335 438 438 439 439 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'html' ? '' : '-html').'" title="'.__('Content').'">'. 440 '<h3 class="out-of-screen-if-js">'.__('Content').'</h3>';440 '<h3>'.__('Content').'</h3>'; 441 441 442 442 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 443 443 444 echo '<fieldset><legend>'.__('Header').'</legend>'. 445 '<p class="field"><label for="subtitle_hidden">'.__('Hide blog description:').' '. 446 form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</label>'.'</p>'; 444 echo '<h4>'.__('Header').'</h4>'. 445 '<p class="field"><label for="subtitle_hidden">'.__('Hide blog description:').'</label> '. 446 form::checkbox('subtitle_hidden',1,$ductile_user['subtitle_hidden']).'</p>'; 447 echo '<p class="field"><label for="logo_src">'.__('Logo URL:').'</label> '. 448 form::field('logo_src',40,255,$ductile_user['logo_src']).'</p>'; 447 449 if ($core->plugins->moduleExists('simpleMenu')) 448 450 { 449 451 echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'),'plugin.php?p=simpleMenu').'</p>'; 450 452 } 451 echo '<p class="field"><label for="logo_src">'.__('Logo URL:').' '. 452 form::field('logo_src',40,255,$ductile_user['logo_src']).'</label>'.'</p>'; 453 echo '</fieldset>'; 454 455 echo '<fieldset><legend>'.__('Stickers').'</legend>'; 453 454 echo '<h4 class="border-top pretty-title">'.__('Stickers').'</h4>'; 456 455 457 456 echo … … 483 482 '</table></div>'; 484 483 485 echo '</fieldset>'; 486 487 echo '<fieldset><legend>'.__('Entries list types and limits').'</legend>'; 488 489 echo '<table id="entrieslist">'.'<caption>'.__('Entries lists').'</caption>'. 484 echo '<h4 class="border-top pretty-title">'.__('Entries list types and limits').'</h4>'; 485 486 echo '<table id="entrieslist">'.'<caption class="hidden">'.__('Entries lists').'</caption>'. 490 487 '<thead>'. 491 488 '<tr>'. … … 513 510 '</table>'; 514 511 515 echo '</fieldset>'; 516 517 echo '<fieldset><legend>'.__('Miscellaneous options').'</legend>'; 518 echo '<p class="field"><label for="preview_not_mandatory">'.__('Comment preview is not mandatory:').' '. 519 form::checkbox('preview_not_mandatory',1,$ductile_user['preview_not_mandatory']).'</label>'.'</p>'; 520 echo '</fieldset>'; 512 echo '<h4 class="border-top pretty-title">'.__('Miscellaneous options').'</h4>'; 513 echo '<p><label for="preview_not_mandatory" class="classic">'.__('Comment preview is not mandatory:').'</label> '. 514 form::checkbox('preview_not_mandatory',1,$ductile_user['preview_not_mandatory']).'</p>'; 521 515 522 516 echo '<p><input type="hidden" name="conf_tab" value="html" /></p>'; … … 534 528 echo '<h3>'.__('General settings').'</h3>'; 535 529 536 echo '< fieldset><legend>'.__('Fonts').'</legend>';530 echo '<h4 class="pretty-title">'.__('Fonts').'</h4>'; 537 531 538 532 echo '<div class="two-cols">'; 539 533 echo '<div class="col">'; 540 534 echo 541 '<p class="field"><label for="body_font">'.__('Main:').' '. 542 form::combo('body_font',$fonts,$ductile_user['body_font']).'</label>'. 535 '<h5>'.__('Main text').'</h5>'. 536 '<p class="field"><label for="body_font">'.__('Main font:').'</label> '. 537 form::combo('body_font',$fonts,$ductile_user['body_font']). 543 538 (!empty($ductile_user['body_font']) ? ' '.fontDef($ductile_user['body_font']) : ''). 539 ' <span class="form-note">'.__('Set to Default to use a webfont.').'</span>'. 544 540 '</p>'. 545 '<p class="form-note">'.__('Set main font to Default to use webfont below.').'</p> '.546 541 '<p class="field"><label for="body_webfont_family">'.__('Webfont family:').'</label> '. 547 542 form::field('body_webfont_family',25,255,$ductile_user['body_webfont_family']).'</p>'. 548 543 '<p class="field"><label for="body_webfont_url">'.__('Webfont URL:').'</label> '. 549 544 form::field('body_webfont_url',50,255,$ductile_user['body_webfont_url']).'</p>'. 550 '<p class="field"><label for="body_webfont_url">'.__('Webfont API:').' '.551 form::combo('body_webfont_api',$webfont_apis,$ductile_user['body_webfont_api']).'</ label>'.'</p>';545 '<p class="field"><label for="body_webfont_url">'.__('Webfont API:').'</label> '. 546 form::combo('body_webfont_api',$webfont_apis,$ductile_user['body_webfont_api']).'</p>'; 552 547 echo '</div>'; 553 548 echo '<div class="col">'; 554 549 echo 555 '<p class="field"><label for="alternate_font">'.__('Secondary:').' '. 556 form::combo('alternate_font',$fonts,$ductile_user['alternate_font']).'</label>'. 550 '<h5>'.__('Secondary text').'</h5>'. 551 '<p class="field"><label for="alternate_font">'.__('Secondary font:').'</label> '. 552 form::combo('alternate_font',$fonts,$ductile_user['alternate_font']). 557 553 (!empty($ductile_user['alternate_font']) ? ' '.fontDef($ductile_user['alternate_font']) : ''). 554 ' <span class="form-note">'.__('Set to Default to use a webfont.').'</span>'. 558 555 '</p>'. 559 '<p class="form-note">'.__('Set secondary font to Default to use webfont below.').'</p> '.560 556 '<p class="field"><label for="alternate_webfont_family">'.__('Webfont family:').'</label> '. 561 557 form::field('alternate_webfont_family',25,255,$ductile_user['alternate_webfont_family']).'</p>'. 562 558 '<p class="field"><label for="alternate_webfont_url">'.__('Webfont URL:').'</label> '. 563 559 form::field('alternate_webfont_url',50,255,$ductile_user['alternate_webfont_url']).'</p>'. 564 '<p class="field"><label for="alternate_webfont_api">'.__('Webfont API:').' '.565 form::combo('alternate_webfont_api',$webfont_apis,$ductile_user['alternate_webfont_api']).'</ label>'.'</p>';566 echo '</div>'; 567 echo '</div>'; 568 echo '</fieldset>'; 569 560 '<p class="field"><label for="alternate_webfont_api">'.__('Webfont API:').'</label> '. 561 form::combo('alternate_webfont_api',$webfont_apis,$ductile_user['alternate_webfont_api']).'</p>'; 562 echo '</div>'; 563 echo '</div>'; 564 565 echo '<h4 class="clear border-top pretty-title">'.__('Titles').'</h4>'; 570 566 echo '<div class="two-cols">'; 571 567 echo '<div class="col">'; 572 573 echo '<fieldset><legend>'.__('Blog title').'</legend>'. 574 '<p class="field"><label for="blog_title_w">'.__('In bold:').' '. 575 form::checkbox('blog_title_w',1,$ductile_user['blog_title_w']).'</label>'.'</p>'. 568 echo '<h5>'.__('Blog title').'</h5>'. 569 '<p class="field"><label for="blog_title_w">'.__('In bold:').'</label> '. 570 form::checkbox('blog_title_w',1,$ductile_user['blog_title_w']).'</p>'. 576 571 577 572 '<p class="field"><label for="blog_title_s">'.__('Font size (in em by default):').'</label> '. … … 583 578 (!empty($ductile_user['blog_title_s']) ? $ductile_user['blog_title_s'] : '2em'), 584 579 $ductile_user['blog_title_w']). 585 '</p>'. 586 '</fieldset>'; 580 '</p>'; 587 581 588 582 echo '</div>'; 589 583 echo '<div class="col">'; 590 584 591 echo '< fieldset><legend>'.__('Post title').'</legend>'.592 '<p class="field"><label for="post_title_w">'.__('In bold:').' '.593 form::checkbox('post_title_w',1,$ductile_user['post_title_w']).'</ label>'.'</p>'.585 echo '<h5>'.__('Post title').'</h5>'. 586 '<p class="field"><label for="post_title_w">'.__('In bold:').'</label> '. 587 form::checkbox('post_title_w',1,$ductile_user['post_title_w']).'</p>'. 594 588 595 589 '<p class="field"><label for="post_title_s">'.__('Font size (in em by default):').'</label> '. … … 601 595 (!empty($ductile_user['post_title_s']) ? $ductile_user['post_title_s'] : '2.5em'), 602 596 $ductile_user['post_title_w']). 603 '</p>'. 604 '</fieldset>'; 605 606 echo '</div>'; 607 echo '</div>'; 608 609 echo '<fieldset><legend>'.__('Titles without link').'</legend>'. 597 '</p>'; 598 599 echo '</div>'; 600 echo '</div>'; 601 602 echo '<h5>'.__('Titles without link').'</h5>'. 610 603 611 604 '<p class="field picker"><label for="post_simple_title_c">'.__('Color:').'</label> '. … … 614 607 '1.1em', // H5 minimum size 615 608 false). 616 '</p>'. 617 '</fieldset>'; 618 619 echo '<fieldset><legend>'.__('Inside posts links').'</legend>'. 620 '<p class="field"><label for="post_link_w">'.__('In bold:').' '. 621 form::checkbox('post_link_w',1,$ductile_user['post_link_w']).'</label>'.'</p>'. 609 '</p>'; 610 611 echo '<h4 class="border-top pretty-title">'.__('Inside posts links').'</h4>'. 612 '<p class="field"><label for="post_link_w">'.__('In bold:').'</label> '. 613 form::checkbox('post_link_w',1,$ductile_user['post_link_w']).'</p>'. 622 614 623 615 '<p class="field picker"><label for="post_link_v_c">'.__('Normal and visited links color:').'</label> '. … … 633 625 '1em', 634 626 $ductile_user['post_link_w']). 635 '</p>'. 636 '</fieldset>'; 637 638 echo '<h3>'.__('Mobile specific settings').'</h3>'; 627 '</p>'; 628 629 echo '<h3 class="border-top">'.__('Mobile specific settings').'</h3>'; 639 630 640 631 echo '<div class="two-cols">'; 641 632 echo '<div class="col">'; 642 633 643 echo '< fieldset><legend>'.__('Blog title').'</legend>'.644 '<p class="field"><label for="blog_title_w_m">'.__('In bold:').' '.645 form::checkbox('blog_title_w_m',1,$ductile_user['blog_title_w_m']).'</ label>'.'</p>'.634 echo '<h4 class="pretty-title">'.__('Blog title').'</h4>'. 635 '<p class="field"><label for="blog_title_w_m">'.__('In bold:').'</label> '. 636 form::checkbox('blog_title_w_m',1,$ductile_user['blog_title_w_m']).'</p>'. 646 637 647 638 '<p class="field"><label for="blog_title_s_m">'.__('Font size (in em by default):').'</label> '. … … 653 644 (!empty($ductile_user['blog_title_s_m']) ? $ductile_user['blog_title_s_m'] : '1.8em'), 654 645 $ductile_user['blog_title_w_m']). 655 '</p>'. 656 '</fieldset>'; 646 '</p>'; 657 647 658 648 echo '</div>'; 659 649 echo '<div class="col">'; 660 650 661 echo '< fieldset><legend>'.__('Post title').'</legend>'.662 '<p class="field"><label for="post_title_w_m">'.__('In bold:').' '.663 form::checkbox('post_title_w_m',1,$ductile_user['post_title_w_m']).'</ label>'.'</p>'.651 echo '<h4 class="pretty-title">'.__('Post title').'</h4>'. 652 '<p class="field"><label for="post_title_w_m">'.__('In bold:').'</label> '. 653 form::checkbox('post_title_w_m',1,$ductile_user['post_title_w_m']).'</p>'. 664 654 665 655 '<p class="field"><label for="post_title_s_m">'.__('Font size (in em by default):').'</label> '. … … 671 661 (!empty($ductile_user['post_title_s_m']) ? $ductile_user['post_title_s_m'] : '1.5em'), 672 662 $ductile_user['post_title_w_m']). 673 '</p>'. 674 '</fieldset>'; 663 '</p>'; 675 664 676 665 echo '</div>'; … … 678 667 679 668 echo '<p><input type="hidden" name="conf_tab" value="css" /></p>'; 680 echo '<p class="clear "><input type="submit" value="'.__('Save').'" />'.$core->formNonce().'</p>';669 echo '<p class="clear border-top"><input type="submit" value="'.__('Save').'" />'.$core->formNonce().'</p>'; 681 670 echo '</form>'; 682 671
Note: See TracChangeset
for help on using the changeset viewer.