Dotclear


Ignore:
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • admin/blog.php

    r1474 r1482  
    7979     '<form action="blog.php" method="post" id="blog-form">'. 
    8080      
    81      '<div>'$core->formNonce().'</div>'. 
     81     '<div>'.$core->formNonce().'</div>'. 
    8282     '<p><label class="required" for="blog_id"><abbr title="'.__('Required field').'">*</abbr> '.__('Blog ID:').'</label> '. 
    8383     form::field('blog_id',30,32,html::escapeHTML($blog_id)).'</p>'. 
  • admin/comments.php

    r1474 r1480  
    3737$type_combo = array( 
    3838'-' => '', 
    39 __('comment') => 'co', 
    40 __('trackback') => 'tb' 
     39__('Comment') => 'co', 
     40__('Trackback') => 'tb' 
    4141); 
    4242 
     
    261261      
    262262     '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 
    263      form::combo('action',$combo_action,$default,'','','','title="'.__('action: ').'"'). 
     263     form::combo('action',$combo_action,$default,'','','','title="'.__('Actions').'"'). 
    264264     $core->formNonce(). 
    265265     '<input type="submit" value="'.__('ok').'" /></p>'. 
  • locales/fr/plugins.po

    r1474 r1480  
    17561756 
    17571757msgid "Custom sidebar" 
    1758 msgstr "Bandeau supplémentaire" 
     1758msgstr "Volet supplémentaire" 
    17591759 
    17601760msgid "Update sidebars" 
    1761 msgstr "Mettre à jour les bandeaux" 
     1761msgstr "Mettre à jour les volets" 
    17621762 
    17631763msgid "Reset sidebars" 
    1764 msgstr "Réinitialiser les bandeaux" 
     1764msgstr "Réinitialiser les volets" 
    17651765 
    17661766msgid "Use of widgets" 
  • plugins/pages/page.php

    r1474 r1480  
    500500     '</p>'. 
    501501      
    502      '<div class="lockable" class="ib">'. 
     502     '<div class="lockable ib">'. 
    503503     '<p><label for="post_url" class="ib">'.__('Basename:').'</label>'. 
    504504     form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). 
  • plugins/tags/tag_posts.php

    r1358 r1480  
    130130     { 
    131131          echo 
     132          '<div class="fieldset">'. 
    132133          '<form action="'.$this_url.'" method="post">'. 
    133           '<div class="fieldset"><h3>'.__('Actions for this tag').'</h3>'. 
     134          '<h3>'.__('Actions for this tag').'</h3>'. 
    134135          '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
    135136          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
     
    161162     '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 
    162163     form::combo('action',$combo_action). 
    163      '<input type="submit" value="'.__('ok').'" /></p>'. 
     164     '<input type="submit" value="'.__('OK').'" /></p>'. 
    164165     form::hidden('post_type',''). 
    165166     form::hidden('redir',$p_url.'&amp;m=tag_posts&amp;tag='. 
  • plugins/widgets/style.css

    r1301 r1480  
    22     float: left; 
    33     width: 33%; 
     4} 
     5#listWidgets fieldset { 
     6     background: #eee; 
     7} 
     8#listWidgets #widgets p.widget-name { 
     9     background: #fff; 
    410} 
    511 
     
    3440.widgets fieldset { 
    3541     border: 1px solid #999; 
    36 } 
    37 .widgets legend { 
    38      border: 1px solid #999; 
     42     background: #E4E0EC; 
    3943} 
    4044 
    4145.widgets p.widget-name { 
    42      background: #F0EFEA; 
     46     background: #f5f5f5; 
    4347     color: #000; 
    44      padding: 4px; 
     48     padding: 4px 6px; 
    4549     margin: 0.5em 0 0 0; 
    4650     border-width: 1px 1px 1px 1px; 
    4751     border-style: solid; 
    48      border-color: #bbb; 
     52     border-color: #999; 
    4953     font-weight: bold; 
    5054} 
     
    5862     border-style: solid; 
    5963     border-color: #666; 
    60      padding: 4px; 
    61      background: #E5E3DA; 
     64     padding: 4px 6px; 
     65     background: #fff; 
    6266} 
    6367 
Note: See TracChangeset for help on using the changeset viewer.

Sites map