Dotclear


Ignore:
Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r500 r511  
    5252     font-size: 1.2em; 
    5353} 
     54 
    5455p, div.p { 
    5556     margin: 0 0 1em 0; 
    5657} 
     58 
    5759hr { 
    5860     height: 1px; 
     
    6163     border-style: solid; 
    6264} 
     65 
    6366pre, code { 
    6467     font: 100% "Andale Mono","Courier New",monospace; 
     
    9396     background:transparent; 
    9497     } 
    95 #prelude a { 
     98#prelude li a { 
    9699     color:#fff; 
    97100     } 
     
    279282     margin-bottom: 1em; 
    280283} 
     284 
    281285#main-menu h3 { 
    282286     margin: 0 0 0.5em; 
     
    810814     -webkit-border-bottom-left-radius: 1em; 
    811815     color: #444; 
     816} 
     817.helplink { 
     818     margin-left: 0.5em; 
     819     float: left; 
     820     display: block; 
    812821} 
    813822.help-box { 
  • inc/admin/lib.dc.page.php

    r489 r494  
    182182          '</div>'."\n".      // End of #main-menu 
    183183          '<div id="footer"><p>'. 
     184          '<a class="helplink'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="help.php">'.__('Global help').'</a>'. 
    184185          sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 
    185186          ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. 
     
    348349          '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 
    349350          $content. 
     351          '</div>'. 
     352          '<div id="helplink"><hr />'. 
     353          '<p>'. 
     354          sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 
     355          '</p>'. 
    350356          '</div></div>'; 
    351357     } 
  • inc/admin/prepend.php

    r489 r494  
    239239          'images/menu/langs.png','images/menu/langs-b.png', 
    240240          null,null,null)); 
     241 
     242     $_fav['help'] = new ArrayObject(array('help','Global help','help.php', 
     243          'images/menu/help.png','images/menu/help-b.png', 
     244          '*',null,null)); 
    241245      
    242246     # Menus creation 
  • locales/en/resources.php

    r270 r491  
    2323 
    2424$__resources['help'] = array( 
     25     'core_main' => dirname(__FILE__).'/help/main.html', 
    2526     'core_blog_pref' => dirname(__FILE__).'/help/blog_pref.html', 
    2627     'core_categories' => dirname(__FILE__).'/help/categories.html', 
  • locales/fr/main.po

    r490 r494  
    795795msgstr "Nouveau billet" 
    796796 
     797msgid "Global help" 
     798msgstr "Aide générale" 
     799 
     800msgid "See also %s" 
     801msgstr "Voir également %s" 
     802 
     803msgid "the global help" 
     804msgstr "l'aide générale" 
     805 
    797806msgid "My dashboard" 
    798807msgstr "Mon tableau de bord" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map