Changeset 2291:a3e033a82cbf
- Timestamp:
- 10/06/13 11:29:06 (12 years ago)
- Branch:
- default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r2286 r2291 200 200 echo 201 201 '<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>'; 204 204 205 205 $list -
admin/plugins.php
r2286 r2291 210 210 echo 211 211 '<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>'; 214 214 215 215 $list -
admin/style/default.css
r2282 r2291 261 261 font-size: 1.2rem; 262 262 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; 264 265 color: #333; 265 266 background: #fff; … … 2274 2275 background-color: #ecf0f1; 2275 2276 } 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 } 2276 2295 /* Etapes */ 2277 2296 .step { -
inc/admin/lib.moduleslist.php
r2288 r2291 258 258 echo 259 259 '<div class="modules-search">'. 260 '<form action="'.$this->getURL().'" method="get" class="fieldset">'.260 '<form action="'.$this->getURL().'" method="get">'. 261 261 '<p><label for="m_search" class="classic">'.__('Search in repository:').' </label><br />'. 262 262 form::field(array('m_search','m_search'), 30, 255, html::escapeHTML($query)). 263 '<input type="submit" value="'.__(' Search').'" /> ';263 '<input type="submit" value="'.__('OK').'" /> '; 264 264 265 265 if ($query) { … … 358 358 } 359 359 # 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>'; 361 361 362 362 return $this; -
locales/fr/plugins.po
r2285 r2291 1878 1878 1879 1879 msgid "navigation" 1880 msgstr " navigation"1880 msgstr "Volet de navigation" 1881 1881 1882 1882 msgid "extra" 1883 msgstr " extra"1883 msgstr "Volet d'extra" 1884 1884 1885 1885 msgid "custom" 1886 msgstr " supplémentaire"1886 msgstr "Volet supplémentaire" 1887 1887 1888 1888 msgid "empty string"
Note: See TracChangeset
for help on using the changeset viewer.