Dotclear

Changeset 2116:5b6631127f4e


Ignore:
Timestamp:
09/27/13 20:59:55 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Aide générale, onglet doc dev, présentation des listes
Dashboard (index.php), suppression des codes commentés, désormais inutiles
Maintenance: minuscule amélioration du module de tableau de bord
CSS: améliorations mineures

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r2085 r2116  
    288288if (!empty($plugins_install['success'])) 
    289289{ 
    290      echo '<div class="static-msg">'.__('Following plugins have been installed:').'<ul>'; 
     290     echo '<div class="success">'.__('Following plugins have been installed:').'<ul>'; 
    291291     foreach ($plugins_install['success'] as $k => $v) { 
    292292          echo '<li>'.$k.'</li>'; 
     
    332332} 
    333333 
     334# Dashboard elements 
     335echo '<div id="dashboard-main">'; 
     336 
    334337# Dashboard icons 
    335 echo '<div id="dashboard-main"><div id="icons">'; 
     338echo '<div id="icons">'; 
    336339foreach ($__dashboard_icons as $i) 
    337340{ 
     
    403406} 
    404407 
    405 //$class = ' '.(($dashboardItems != '') && ($dashboardContents != '') ? 'two-boxes' : 'one-box'); 
    406  
    407408if ($dashboardContents != '' || $dashboardItems != '') { 
    408409     echo  
    409      //'<hr />'. 
    410      '<div id="dashboard-boxes">'; 
    411           echo  
    412                '<div class="db-items">'. 
    413                     $dashboardItems.$dashboardContents. 
    414                '</div>'; 
    415           //echo ($dashboardContents ? '<div class="db-contents'.$class.'">'.$dashboardContents.'</div>' : ''); 
    416           //echo ($dashboardItems ? '<div class="db-items'.$class.'">'.$dashboardItems.'</div>' : ''); 
    417      echo 
     410     '<div id="dashboard-boxes">'. 
     411     '<div class="db-items">'.$dashboardItems.$dashboardContents.'</div>'. 
    418412     '</div>';       
    419413} 
    420414 
    421 echo '</div>'; 
     415echo '</div>'; #end dashboard-main 
    422416 
    423417dcPage::close(); 
  • admin/style/default.css

    r2111 r2116  
    14921492          .db-items li, .db-contents li { 
    14931493               margin: 0.25em 0 0 0; 
    1494                color: #676e78; 
    14951494               } 
    14961495     #news dt { 
     
    25642563 .colorEndValidatorMsg { 
    25652564     color: #ffcc00; 
    2566      }     
     2565     } 
  • locales/fr/help/index.html

    r2112 r2116  
    164164          <div class="three-boxes first-child"> 
    165165               <h4 class="pretty-title">Design &amp; Thèmes</h4> 
    166                <ul> 
     166               <ul class="from-left"> 
    167167                    <li><a href="/documentation/2.0/resources/themes">Thèmes</a> 
    168168                         <ul><li>Guide d&#039;utilisation des thèmes</li><li>Les balises template</li><li>Annexes</a></li></ul></li> 
     
    176176          <div class="three-boxes first-child"> 
    177177               <h4 class="pretty-title">Code &amp; Plugins</h4> 
    178                <ul> 
     178               <ul class="from-left"> 
    179179                    <li><a href="/documentation/2.0/resources/tpl">Création d’une balise tpl pour un plugin ou un thème</a> 
    180180                         <ul><li>Introduction</li><li>Les valeurs</li><li>Les blocs d’instruction</li><li>Démonstration de l&#039;influence du cache des templates</li></ul></li> 
     
    191191          <div class="three-boxes"> 
    192192               <h4 class="pretty-title">Contribution &amp; Support</h4> 
    193                <ul> 
     193               <ul class="from-left"> 
    194194                    <li><a href="/documentation/2.0/resources/contribute">Contribuer</a> 
    195195                         <ul><li>Améliorer la documentation</li><li>Où envoyer vos œuvres?</li><li>Rapporter les bugs ou proposer une amélioration</li><li>Suggestions</li><li>Traduction</li></ul></li> 
  • plugins/maintenance/_admin.php

    r2087 r2116  
    171171               '<div id="maintenance-expired" class="box small">'. 
    172172               '<h3><img src="index.php?pf=maintenance/icon-small.png" alt="" /> '.__('Maintenance').'</h3>'. 
    173                '<p class="warn">'.sprintf(__('There is a task to execute.', 'There are %s tasks to execute.', count($lines)), count($lines)).'</p>'. 
     173               '<p class="warning no-margin">'.sprintf(__('There is a task to execute.', 'There are %s tasks to execute.', count($lines)), count($lines)).'</p>'. 
    174174               '<ul>'.implode('',$lines).'</ul>'. 
    175175               '<p><a href="plugin.php?p=maintenance">'.__('Manage tasks').'</a></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map