Changes in [510:35391bb5998a:511:50d43f4dea8e]
- Files:
-
- 5 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r500 r511 52 52 font-size: 1.2em; 53 53 } 54 54 55 p, div.p { 55 56 margin: 0 0 1em 0; 56 57 } 58 57 59 hr { 58 60 height: 1px; … … 61 63 border-style: solid; 62 64 } 65 63 66 pre, code { 64 67 font: 100% "Andale Mono","Courier New",monospace; … … 93 96 background:transparent; 94 97 } 95 #prelude a {98 #prelude li a { 96 99 color:#fff; 97 100 } … … 279 282 margin-bottom: 1em; 280 283 } 284 281 285 #main-menu h3 { 282 286 margin: 0 0 0.5em; … … 810 814 -webkit-border-bottom-left-radius: 1em; 811 815 color: #444; 816 } 817 .helplink { 818 margin-left: 0.5em; 819 float: left; 820 display: block; 812 821 } 813 822 .help-box { -
inc/admin/lib.dc.page.php
r489 r494 182 182 '</div>'."\n". // End of #main-menu 183 183 '<div id="footer"><p>'. 184 '<a class="helplink'.(preg_match('/help.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="help.php">'.__('Global help').'</a>'. 184 185 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 185 186 ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. … … 348 349 '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 349 350 $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>'. 350 356 '</div></div>'; 351 357 } -
inc/admin/prepend.php
r489 r494 239 239 'images/menu/langs.png','images/menu/langs-b.png', 240 240 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)); 241 245 242 246 # Menus creation -
locales/en/resources.php
r270 r491 23 23 24 24 $__resources['help'] = array( 25 'core_main' => dirname(__FILE__).'/help/main.html', 25 26 'core_blog_pref' => dirname(__FILE__).'/help/blog_pref.html', 26 27 'core_categories' => dirname(__FILE__).'/help/categories.html', -
locales/fr/main.po
r490 r494 795 795 msgstr "Nouveau billet" 796 796 797 msgid "Global help" 798 msgstr "Aide générale" 799 800 msgid "See also %s" 801 msgstr "Voir également %s" 802 803 msgid "the global help" 804 msgstr "l'aide générale" 805 797 806 msgid "My dashboard" 798 807 msgstr "Mon tableau de bord"
Note: See TracChangeset
for help on using the changeset viewer.