Changes in [1792:3ad2e47ed52d:1793:a25f8d0fd400]
- Files:
-
- 5 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.html
r1787 r1793 56 56 <li><a href="#qx">Aller à la recherche</a></li> 57 57 </ul> 58 <div id="top"><h1><a href="./ _charte.html">Bibliothèque de styles - Dotclear - 2.6+</a></h1></div>58 <div id="top"><h1><a href="./index.php">Bibliothèque de styles - Dotclear - 2.6+</a></h1></div> 59 59 <div id="info-boxes"> 60 60 <div id="info-box1"> -
admin/style/default.css
r1790 r1793 2048 2048 */ 2049 2049 2050 2051 2050 /* ------------------------------------------------------------------------------------ 2052 2051 UN POIL DE MEDIA QUERIES … … 2121 2120 #info-box1 p.nomobile, label.nomobile { display: none; } 2122 2121 } 2122 2123 /* Globalhelp */ 2124 2125 /* 1. inside help block */ 2126 #helplink p { 2127 padding: 0 0 0 .5em; 2123 2128 } 2124 2129 2130 /* 2. in footer */ 2131 span.helplink { 2132 display: block; 2133 float: left; 2134 padding: 0 1.5em 0 30px; 2135 background: transparent url(../images/page_help.png) no-repeat 6px center; 2136 } 2137 span.helplink a { 2138 border-bottom: 1px solid #2373A8; 2139 } -
inc/admin/lib.dc.page.php
r1778 r1793 206 206 echo 207 207 '</div>'."\n". // End of #main-menu 208 '<div id="footer"><a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 208 '<div id="footer">'. 209 '<span class="helplink"><a href="help.php">'.__('Global help').'</a></span> '. 210 '<a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 209 211 '<!-- '."\n". 210 212 ' .'."\n". … … 434 436 '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. 435 437 $content. 438 '</div>'. 439 '<div id="helplink"><hr />'. 440 '<p>'. 441 sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 442 '</p>'. 436 443 '</div></div>'; 437 444 } -
inc/admin/prepend.php
r1771 r1793 267 267 'images/menu/langs.png','images/menu/langs-b.png', 268 268 null,null,null)); 269 270 $_fav['help'] = new ArrayObject(array('help','Global help','help.php', 271 'images/menu/help.png','images/menu/help-b.png', 272 '*',null,null)); 269 273 270 274 # Menus creation -
locales/en/resources.php
r1459 r1793 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
r1786 r1793 843 843 msgstr "Nouveau billet" 844 844 845 msgid "Global help" 846 msgstr "Aide générale" 847 848 msgid "See also %s" 849 msgstr "Voir également %s" 850 851 msgid "the global help" 852 msgstr "l'aide générale" 853 854 msgid "My dashboard" 855 msgstr "Mon tableau de bord" 856 845 857 msgid "My preferences" 846 858 msgstr "Mes préférences"
Note: See TracChangeset
for help on using the changeset viewer.