Dotclear


Ignore:
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1338 r1344  
    3636} 
    3737 
    38 h1, h2, h3, h4, h5, h6, p { 
     38h1, h2, h3, .as_h3, h4, h5, h6, p { 
    3939     margin-top: 0; 
    4040     margin-bottom: 1rem; 
     
    5858     background: #fff url(bg_h2.png) repeat-x center bottom; 
    5959} 
    60 h3 { 
     60h3, .as_h3 { 
    6161     color: #575859; 
    6262     font-size: 1.4rem; 
     
    410410     padding: 1em 1em 0 1em; 
    411411     border-radius: 4px; 
     412     background: #fff; 
    412413} 
    413414#login-screen legend { 
     
    11891190     background: #f5f5f5; 
    11901191} 
     1192.fieldset { 
     1193     background: #eef; 
     1194} 
    11911195legend { 
    11921196     font-weight: bold; 
     
    11951199     border-style: solid; 
    11961200     border-color: #ccc; 
    1197      background: #f5f5f5; 
     1201     background: #eef; 
    11981202     margin-bottom: 0.5em; 
    11991203} 
  • locales/en/resources.php

    r1179 r1343  
    1515 
    1616$__resources['doc'] = array( 
    17      "Dotclear 2 documentation" => 'http://dotclear.org/documentation/2.0', 
    18      'Dotclear 2 presentation' => 'http://dotclear.org/documentation/2.0/overview/tour', 
     17     "Dotclear documentation" => 'http://dotclear.org/documentation/2.0', 
     18     'Dotclear presentation' => 'http://dotclear.org/documentation/2.0/overview/tour', 
    1919     "User manual" => 'http://dotclear.org/documentation/2.0/usage', 
    2020     "Installation and administration guides" => 'http://dotclear.org/documentation/2.0/admin', 
    21      "Dotclear 2 support forum" => 'http://forum.dotclear.net/' 
     21     "Dotclear support forum" => 'http://forum.dotclear.net/' 
    2222); 
    2323 
  • locales/fr/plugins.po

    r1338 r1342  
    10241024msgid "" 
    10251025"On the other hand, in WordPress, a post can not be uncategorized, and a " 
    1026 "default installation has a first category labelised <i>\"Uncategorized\"</" 
    1027 "i>. If you did not change that category, you can just ignore it while " 
     1026"default installation has a first category labelised <i>\"Uncategorized\"</i>." 
     1027"If you did not change that category, you can just ignore it while " 
    10281028"importing your blog, as Dotclear allows you to actually keep your posts " 
    10291029"uncategorized." 
  • locales/fr/resources.php

    r1179 r1343  
    1515 
    1616$__resources['doc'] = array( 
    17      "Accueil de l'aide Dotclear 2" => 'http://doc.dotclear.net/2.0', 
    18      'Présentation de Dotclear 2' => 'http://doc.dotclear.net/2.0/overview/tour', 
     17     "Accueil de l'aide Dotclear" => 'http://fr.dotclear.org/documentation/2.0', 
     18     'Présentation de Dotclear' => 'http://doc.dotclear.net/2.0/overview/tour', 
    1919     "Manuel de l'utilisateur" => 'http://doc.dotclear.net/2.0/usage', 
    2020     "Guide d'installation et d'administration" => 'http://doc.dotclear.net/2.0/admin', 
    21      "Forum de support de Dotclear 2" => 'http://forum.dotclear.net/' 
     21     "Forum de support de Dotclear" => 'http://forum.dotclear.net/' 
    2222); 
    2323?> 
  • plugins/aboutConfig/index.php

    r1339 r1341  
    134134 
    135135<?php 
    136 $table_header = '<table class="settings" id="%s"><caption>%s</caption>'. 
     136$table_header = '<table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 
    137137'<thead>'. 
    138138'<tr>'."\n". 
  • plugins/antispam/index.php

    r1339 r1341  
    178178     # Filters 
    179179     echo 
    180      '<form action="'.$p_url.'" method="post" class="fieldset" id="filters-form">'; 
     180     '<form action="'.$p_url.'" method="post" id="filters-form">'; 
    181181 
    182182     if (!empty($_GET['upd'])) { 
     
    186186     echo 
    187187     '<table class="dragable">'. 
    188      '<caption>'.__('Available spam filters').'</caption>'. 
     188     '<caption class="as_h3">'.__('Available spam filters').'</caption>'. 
    189189     '<thead><tr>'. 
    190190     '<th>'.__('Order').'</th>'. 
  • plugins/userPref/index.php

    r1339 r1341  
    130130 
    131131<?php  
    132 $table_header = '<table class="prefs" id="%s"><caption>%s</caption>'. 
     132$table_header = '<table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 
    133133'<thead>'. 
    134134'<tr>'."\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map