Dotclear


Ignore:
Files:
5 added
6 edited

Legend:

Unmodified
Added
Removed
  • admin/_charte.html

    r1787 r1793  
    5656               <li><a href="#qx">Aller à la recherche</a></li> 
    5757          </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> 
    5959          <div id="info-boxes"> 
    6060               <div id="info-box1"> 
  • admin/style/default.css

    r1790 r1793  
    20482048*/ 
    20492049 
    2050  
    20512050/* ------------------------------------------------------------------------------------ 
    20522051                                                                           UN POIL DE MEDIA QUERIES 
     
    21212120     #info-box1 p.nomobile, label.nomobile { display: none; } 
    21222121     } 
     2122 
     2123/* Globalhelp */ 
     2124 
     2125/* 1. inside help block */ 
     2126#helplink p { 
     2127     padding: 0 0 0 .5em; 
    21232128} 
    21242129 
     2130/* 2. in footer */ 
     2131span.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} 
     2137span.helplink a { 
     2138     border-bottom: 1px solid #2373A8; 
     2139} 
  • inc/admin/lib.dc.page.php

    r1778 r1793  
    206206          echo 
    207207          '</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". 
    209211          '<!-- '."\n". 
    210212'                  .'."\n". 
     
    434436          '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. 
    435437          $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>'. 
    436443          '</div></div>'; 
    437444     } 
  • inc/admin/prepend.php

    r1771 r1793  
    267267          'images/menu/langs.png','images/menu/langs-b.png', 
    268268          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)); 
    269273      
    270274     # Menus creation 
  • locales/en/resources.php

    r1459 r1793  
    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

    r1786 r1793  
    843843msgstr "Nouveau billet" 
    844844 
     845msgid "Global help" 
     846msgstr "Aide générale" 
     847 
     848msgid "See also %s" 
     849msgstr "Voir également %s" 
     850 
     851msgid "the global help" 
     852msgstr "l'aide générale" 
     853 
     854msgid "My dashboard" 
     855msgstr "Mon tableau de bord" 
     856 
    845857msgid "My preferences" 
    846858msgstr "Mes préférences" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map