Dotclear

Changeset 1526:b17db2367958


Ignore:
Timestamp:
08/22/13 22:55:04 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Admin stays sexy without javascript.

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_theme.php

    r1499 r1526  
    290290          '<div class="multi-part clear" id="add-theme" title="'.__('Install or upgrade a theme').'">'. 
    291291          '<h3>'.__('Add themes to your installation').'</h3>'. 
    292           '<p>'.sprintf(__('You can find additional themes for your blog on %s.'), 
     292          '<p class="form-note info">'.sprintf(__('You can find additional themes for your blog on %s.'), 
    293293          '<a href="http://themes.dotaddict.org/galerie-dc2/">Dotaddict</a>').'</p>'; 
    294294           
     
    337337 
    338338     echo 
    339      '<p><a class="back" href="blog_theme.php">'.__('back').'</a></p>'; 
     339     '<p><a class="back" href="blog_theme.php">'.__('Back to Blog appearance').'</a></p>'; 
    340340      
    341341     try 
  • admin/media.php

    r1519 r1526  
    383383 
    384384     echo 
    385      '<p><button class="button clean">'.__('Refresh').'</button>'. 
     385     '<p class="clear"><button class="button clean">'.__('Refresh').'</button>'. 
    386386     '<input class="button cancel one-file" type="reset" value="'.__('Clear all').'"/>'. 
    387387     '<input class="button start" type="submit" value="'.__('Upload').'"/></p>'. 
     
    389389 
    390390     echo 
    391      '<p>'.form::hidden(array('d'),$d).'</p>'. 
     391     '<p style="clear:both;">'.form::hidden(array('d'),$d).'</p>'. 
    392392     '</form>'. 
    393393     '</div></div>'; 
  • admin/style/default.css

    r1523 r1526  
    351351} 
    352352#main-menu .active { 
    353      font-weight: bolder; 
     353     font-weight: bold; 
    354354} 
    355355#search-menu { 
  • admin/style/jsUpload/style.css

    r1519 r1526  
    101101     margin-top: 1em; 
    102102     margin-bottom: 0; 
     103     clear: both; 
    103104} 
    104105 
  • locales/fr/main.po

    r1525 r1526  
    603603msgstr "Catégorie supprimée avec succès." 
    604604 
    605 msgid "The categories have been successfully removed." 
    606 msgstr "Catégories supprimées avec succès." 
    607  
    608605msgid "Categories have been successfully reordered." 
    609606msgstr "Catégories réordonnées avec succès." 
     
    17741771msgstr "Action sur les billets sélectionnés :" 
    17751772 
    1776 msgid "Selected categories action:" 
    1777 msgstr "Action sur les categories sélectionnés :" 
    1778  
    17791773msgid "This user does not exist" 
    17801774msgstr "Cet utilisateur n'existe pas" 
     
    22082202msgstr "Êtes-vous certain de vouloir supprimer les billets sélectionnés (%s) ?" 
    22092203 
    2210 #, php-format 
    2211 msgid "Are you sure you want to delete selected categories (%s)?" 
    2212 msgstr "Êtes-vous certain de vouloir supprimer les categories sélectionnées (%s) ?" 
    2213  
    22142204msgid "Are you sure you want to delete this entry?" 
    22152205msgstr "Êtes-vous certain de vouloir supprimer ce billet ?" 
     
    30753065 
    30763066msgid "You can also install themes by uploading or downloading zip files." 
    3077 msgstr "Vous pouvez aussi installer des thèmes en les déposant ou en téléchargeant des fichiers zip." 
     3067msgstr "Vous pouvez aussi installer des thèmes en déposant ou en téléchargeant des fichiers zip." 
    30783068 
    30793069msgid "Add themes to your installation" 
     
    31463136msgstr "Retour au profil utilisateur" 
    31473137 
    3148 msgid "Back to Blog themes" 
     3138msgid "Back to Blog appearance" 
    31493139msgstr "Retour à Apparence du blog" 
    31503140 
  • locales/fr/plugins.po

    r1519 r1526  
    5656msgstr "Ok" 
    5757 
     58msgid "Global settings" 
     59msgstr "Réglages généraux" 
     60 
    5861msgid "global settings" 
    59 msgstr "Réglages généraux" 
     62msgstr "réglages généraux" 
    6063 
    6164msgid "Akismet" 
     
    15461549 
    15471550msgid "Actions for this tag" 
    1548 msgstr "Actions pour ce mot-clé" 
     1551msgstr "Actions sur ce mot-clé" 
    15491552 
    15501553msgid "Edit tag name:" 
     
    19501953msgstr "Étendu" 
    19511954 
     1955msgid "List of entries with the tag “%s”" 
     1956msgstr "Liste des billets avec le mot-clé “%s”" 
  • plugins/aboutConfig/index.php

    r1474 r1526  
    189189</div> 
    190190 
    191 <div id="global" class="multi-part" title="<?php echo __('global settings'); ?>"> 
     191<div id="global" class="multi-part" title="<?php echo __('Global settings'); ?>"> 
    192192 
    193193<?php 
     
    210210          '<form action="plugin.php" method="post">'. 
    211211          '<p class="anchor-nav">'. 
    212           '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo). 
    213           ' <input type="submit" value="'.__('Ok').'" id="gs_submit" />'. 
     212          '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo).' '. 
     213          '<input type="submit" value="'.__('Ok').'" id="gs_submit" />'. 
    214214          '<input type="hidden" name="p" value="aboutConfig" />'. 
    215215          $core->formNonce().'</p></form>'; 
  • plugins/blowupConfig/index.php

    r1499 r1526  
    235235 
    236236echo 
    237 '<p><a class="back" href="blog_theme.php">'.__('Back to Blog themes').'</a></p>'; 
     237'<p><a class="back" href="blog_theme.php">'.__('Back to Blog appearance').'</a></p>'; 
    238238 
    239239 
  • plugins/tags/tag_posts.php

    r1480 r1526  
    123123} 
    124124 
    125 echo '<p><a href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
     125echo '<p><a class="back" href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
    126126 
    127127if (!$core->error->flag()) 
     
    132132          '<div class="fieldset">'. 
    133133          '<form action="'.$this_url.'" method="post">'. 
    134           '<h3>'.__('Actions for this tag').'</h3>'. 
     134          '<h3>'.__('Actions').'</h3>'. 
    135135          '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
    136136          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
     
    142142               echo 
    143143               '<form id="tag_delete" action="'.$this_url.'" method="post">'. 
    144                '<p class="no-margin">'.__('Delete this tag:'). 
    145                '</p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
     144               '<p>'.__('Delete this tag:').' '. 
     145               '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
    146146               $core->formNonce(). 
    147147               '</p></form>'; 
     
    151151      
    152152     # Show posts 
    153      echo '<h3>'.__('List of entries with this tag').'</h3>'; 
     153     echo '<h3>'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h3>'; 
    154154     $post_list->display($page,$nb_per_page, 
    155155     '<form action="posts_actions.php" method="post" id="form-entries">'. 
  • plugins/widgets/style.css

    r1518 r1526  
    44     background: #eee; 
    55     padding: 1.5em 1% 0;  
    6      border: 1px solid #ccc; 
    76     margin: 0 1% 0 0; 
    87} 
    9 #widgets .widget-name { 
     8#widgets > div { 
     9     border: 1px solid #ccc; 
     10     margin-bottom: .5em; 
    1011     background: #fff; 
    1112     min-height: 3em; 
     13     padding: 0 0 4px 0; 
     14} 
     15#widgets .widget-name, #widgets .js-remove { 
     16     background: #fff; 
     17     margin-bottom: 0; 
     18     padding: 4px 8px;  
     19} 
     20#widgets .widget-name { 
     21     min-height: 3em; 
     22     padding-bottom: 0; 
    1223} 
    1324#listWidgets h3 { 
     
    3041     padding: 1em 0; 
    3142} 
     43#dndnav > div, #dndextra > div, #dndcustom > div { 
     44     padding: O; 
     45     border: 1px solid #999; 
     46     margin-bottom: 1em; 
     47} 
    3248 
    3349.widget-name { 
     
    3551     color: #000; 
    3652     padding: 4px 6px; 
    37      margin: 0.5em 0 0 0; 
    38      border-width: 1px 1px 1px 1px; 
    39      border-style: solid; 
    40      border-color: #999; 
     53     margin: 0; 
    4154     font-weight: bold; 
    4255} 
     
    5063     margin-bottom: -1px; 
    5164} 
     65.removeWidget { 
     66     padding: 8px 6px; 
     67     margin: 0; 
     68} 
    5269 
    5370.widgetSettings { 
    54      border-width: 0 1px 1px 1px; 
    55      border-style: solid; 
    56      border-color: #666; 
    57      padding: 4px 6px; 
     71     border-top: 1px solid #ddd; 
     72     padding: 8px 6px; 
    5873     background: #f5f5f5; 
    5974} 
    60  
    6175#widgets .widgetSettings { 
    6276     display: none; 
    6377} 
    64  
    6578.hideControls .widgetSettings { 
    6679     display: none; 
  • themes/ductile/_config.php

    r1096 r1526  
    5454 
    5555$fonts = array( 
    56      __('default') => '', 
     56     __('Default') => '', 
    5757     __('Ductile primary') => 'Ductile body', 
    5858     __('Ductile secondary') => 'Ductile alternate', 
     
    540540(!empty($ductile_user['body_font']) ? ' '.fontDef($ductile_user['body_font']) : ''). 
    541541'</p>'. 
    542 '<p class="form-note">'.__('Set main font to default to use webfont below.').'</p> '. 
     542'<p class="form-note">'.__('Set main font to Default to use webfont below.').'</p> '. 
    543543'<p class="field"><label for="body_webfont_family">'.__('Webfont family:').'</label> '. 
    544544form::field('body_webfont_family',25,255,$ductile_user['body_webfont_family']).'</p>'. 
     
    554554(!empty($ductile_user['alternate_font']) ? ' '.fontDef($ductile_user['alternate_font']) : ''). 
    555555'</p>'. 
    556 '<p class="form-note">'.__('Set secondary font to default to use webfont below.').'</p> '. 
     556'<p class="form-note">'.__('Set secondary font to Default to use webfont below.').'</p> '. 
    557557'<p class="field"><label for="alternate_webfont_family">'.__('Webfont family:').'</label> '. 
    558558form::field('alternate_webfont_family',25,255,$ductile_user['alternate_webfont_family']).'</p>'. 
  • themes/ductile/locales/fr/admin.po

    r1096 r1526  
    11msgid "Theme configuration upgraded." 
    2 msgstr "Configuration du thème mise à jour." 
     2msgstr "La configuration du thème a été mise à jour." 
    33 
    44msgid "Content" 
     
    5151 
    5252msgid "Search result entries" 
    53 msgstr "Billets résultants d'une recherche" 
     53msgstr "Billets résultant d'une recherche" 
    5454 
    5555msgid "Month archive entries" 
     
    6969 
    7070msgid "Comment preview is not mandatory:" 
    71 msgstr "Prévisualisation du commentaire optionnelle :" 
     71msgstr "Prévisualisation du commentaire non obligatoire :" 
    7272 
    7373msgid "Presentation" 
     
    8787 
    8888msgid "Font size (in em by default):" 
    89 msgstr "Taille de police (en em par défaut) :" 
     89msgstr "Taille du texte courant (en em par défaut) :" 
    9090 
    9191msgid "Color:" 
     
    125125msgstr "feuille de style (Google)" 
    126126 
    127 msgid "Set main font to default to use webfont below." 
     127msgid "Set main font to Default to use webfont below." 
    128128msgstr "Mettre la police de caractère principale à Défaut pour utiliser la fonte web ci-dessous." 
    129129 
    130 msgid "Set secondary font to default to use webfont below." 
     130msgid "Set secondary font to Default to use webfont below." 
    131131msgstr "Mettre la police de caractère secondaire à Défaut pour utiliser la fonte web ci-dessous." 
    132132 
Note: See TracChangeset for help on using the changeset viewer.

Sites map