Dotclear

Changeset 2291:a3e033a82cbf


Ignore:
Timestamp:
10/06/13 11:29:06 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Présentation plus mieux bien des index (plugins et thèmes)
CSS. Fonte de base Helvetica à tester sur les différentes plates-formes
Traductions : ajout de "Volet" devant les items du sélecteur d'ajout.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_theme.php

    r2286 r2291  
    200200          echo 
    201201          '<div class="multi-part" id="new" title="'.__('Add themes').'">'. 
    202           '<h3>'.__('Add themes from repository').'</h3>'. 
    203           '<p>'.__('Search and install themes directly from repository.').'</p>'; 
     202          '<h3>'.__('Add themes from repository').'</h3>'; 
     203//        '<p>'.__('Search and install themes directly from repository.').'</p>'; 
    204204 
    205205          $list 
  • admin/plugins.php

    r2286 r2291  
    210210          echo 
    211211          '<div class="multi-part" id="new" title="'.__('Add plugins').'">'. 
    212           '<h3>'.__('Add plugins from repository').'</h3>'. 
    213           '<p>'.__('Search and install plugins directly from repository.').'</p>'; 
     212          '<h3>'.__('Add plugins from repository').'</h3>'; 
     213//        '<p>'.__('Search and install plugins directly from repository.').'</p>'; 
    214214 
    215215          $list 
  • admin/style/default.css

    r2282 r2291  
    261261     font-size: 1.2rem; 
    262262     line-height: 1.5; 
    263      font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; 
     263     /* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; */   
     264     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  
    264265     color: #333; 
    265266     background: #fff; 
     
    22742275     background-color: #ecf0f1; 
    22752276     } 
     2277.index .btn.no-link, .index a { 
     2278     padding: 2px 8px 3px; 
     2279     font-variant: small-caps; 
     2280     } 
     2281.index a { 
     2282     font-weight: bold; 
     2283     } 
     2284.index .btn.no-link { 
     2285     color: #ccc; 
     2286     } 
     2287.pager .active { 
     2288     padding: 4px 8px;  
     2289     color: #fff; 
     2290     background: #676e78; 
     2291     -webkit-border-radius: 3px; 
     2292             border-radius: 3px; 
     2293     font-variant: small-caps; 
     2294     } 
    22762295/* Etapes */ 
    22772296.step { 
  • inc/admin/lib.moduleslist.php

    r2288 r2291  
    258258          echo  
    259259          '<div class="modules-search">'. 
    260           '<form action="'.$this->getURL().'" method="get" class="fieldset">'. 
     260          '<form action="'.$this->getURL().'" method="get">'. 
    261261          '<p><label for="m_search" class="classic">'.__('Search in repository:').'&nbsp;</label><br />'. 
    262262          form::field(array('m_search','m_search'), 30, 255, html::escapeHTML($query)). 
    263           '<input type="submit" value="'.__('Search').'" /> '; 
     263          '<input type="submit" value="'.__('OK').'" /> '; 
    264264 
    265265          if ($query) {  
     
    358358          } 
    359359          # Parse navigation menu 
    360           echo '<div class="pager">'.__('Browse index:').' <ul>'.implode('',$buttons).'</ul></div>'; 
     360          echo '<div class="pager">'.__('Browse index:').' <ul class="index">'.implode('',$buttons).'</ul></div>'; 
    361361 
    362362          return $this; 
  • locales/fr/plugins.po

    r2285 r2291  
    18781878 
    18791879msgid "navigation" 
    1880 msgstr "navigation" 
     1880msgstr "Volet de navigation" 
    18811881 
    18821882msgid "extra" 
    1883 msgstr "extra" 
     1883msgstr "Volet d'extra" 
    18841884 
    18851885msgid "custom" 
    1886 msgstr "supplémentaire" 
     1886msgstr "Volet supplémentaire" 
    18871887 
    18881888msgid "empty string" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map