Dotclear


Ignore:
Files:
5 added
12 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • admin/_charte.html

    r1787 r1793  
    5656               <li><a href="#qx">Aller à la recherche</a></li> 
    5757          </ul> 
    58           <div id="top"><h1><a href="./_charte.html">Bibliothèque de styles - Dotclear - 2.6+</a></h1></div> 
     58          <div id="top"><h1><a href="./index.php">Bibliothèque de styles - Dotclear - 2.6+</a></h1></div> 
    5959          <div id="info-boxes"> 
    6060               <div id="info-box1"> 
  • admin/js/_preferences-dragdrop.js

    r1766 r1795  
    22     $("#my-favs ul").sortable({'cursor':'move'}); 
    33     $("#my-favs ul, #my-favs ul *").css({'cursor':'move'}); 
     4     $("#my-favs ul input").css({'cursor':'auto'}); 
    45     $('#favs-form').submit(function() { 
    56          var order=[]; 
  • admin/js/common.js

    r1789 r1798  
    346346$(function() { 
    347347     // remove class no-js from html tag; cf style/default.css for examples 
    348      $('body').removeClass('no-js'); 
    349      $('body').addClass('with-js'); 
    350  
     348     $('body').removeClass('no-js').addClass('with-js'); 
     349      
    351350     $('#wrapper').contents().each(function() { 
    352351          if (this.nodeType==8) { 
  • admin/style/default.css

    r1790 r1798  
    574574     color: #fff; 
    575575     background-color:#25A6E1; 
    576      border-color: #2C8FD1; 
     576     border: 1px solid #2C8FD1; 
    577577     background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    578578     background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
     
    589589          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#25A6E1',GradientType=0); 
    590590          } 
    591 /* suppression, reset, "neutres" */ 
    592 input[type=reset], input[type=delete], input[type=submit].delete, input[type=submit].reset, input[type=button], 
    593 input.delete, input.reset, input.button, 
    594 a.delete, a.reset, a.button { 
     591/* suppression, reset, "neutres" fond gris */ 
     592button, input[type=button], input.button, 
     593input[type=reset], input[type=submit].reset, input.reset,  
     594input[type=submit].delete, input.delete, 
     595a.button.delete, a.button.reset, a.button { 
    595596     color: #000; 
    596597     background-color: #f5f5f5; 
     
    599600     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
    600601     } 
    601      input[type=reset]:hover, input[type=delete]:hover, input[type=button]:hover, 
    602      input[type=submit].delete:hover, 
    603      input.delete:hover, input.reset:hover, input.button:hover, 
    604      a.delete:hover, a.reset:hover, a.button:hover, 
    605      input[type=reset]:focus, input[type=delete]:focus, input[type=button]:focus, 
    606      input[type=submit].delete:focus, 
    607      input.delete:focus, input.reset:focus, input.button:focus, 
    608      a.delete:focus, a.reset:focus, a.button:focus { 
     602     button:hover, input[type=button]:hover, input.button:hover, 
     603     button:focus, input[type=button]:focus, input.button:focus, 
     604     input[type=reset]:hover, input[type=submit].reset:hover, input.reset:hover,  
     605     input[type=reset]:focus, input[type=submit].reset:focus, input.reset:focus,  
     606     input[type=submit].delete:hover, input.delete:hover, 
     607     input[type=submit].delete:focus, input.delete:focus, 
     608     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
     609     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
    609610          background-color:#e9e9e9; 
    610611          background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
     
    612613          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9'); 
    613614          } 
    614      a.delete, input[type=delete], input.delete { 
     615     /* suppression */ 
     616     input[type=submit].delete, input.delete, a.button.delete { 
    615617          border-color: #ccc; 
    616618          color: #c00; 
    617619          margin-left: 1em; 
    618620          } 
    619      a.delete:first-child, input[type=delete]:first-child, input.delete:first-child { 
     621     a.delete:first-child, input.delete:first-child { 
    620622          margin-left: 0; 
    621623          } 
    622           a.delete:hover, input[type=delete]:hover, input.delete:hover, 
    623           a.delete:focus, input[type=delete]:focus, input.delete:focus {         
     624     input[type=submit].delete:hover, input.delete:hover, a.button.delete:hover, 
     625     input[type=submit].delete:focus, input.delete:focus, a.button.delete:focus { 
    624626               border-color: #c00; 
    625627               } 
     
    748750     .dc-update p { 
    749751          display: inline-block; 
     752          vertical-align: middle; 
    750753          } 
    751754     .dc-update a { 
     
    10791082               margin: 0.3em 0 1.5em 0; 
    10801083               } 
     1084/* 1. inside help block */ 
     1085#helplink p { 
     1086     padding: 0 0 0 .5em; 
     1087     } 
     1088/* 2. in footer */ 
     1089span.helplink { 
     1090     display: block; 
     1091     float: left; 
     1092     padding: 0 1.5em 0 30px; 
     1093     background: transparent url(../images/page_help.png) no-repeat 6px center; 
     1094     } 
     1095span.helplink a { 
     1096     border-bottom: 1px solid #2373A8; 
     1097     } 
    10811098/* ------------------------------------------------------------------ FOOTER ELEMENTS */ 
    10821099#footer p { 
     
    20342051     display: block; 
    20352052     } 
    2036  
    2037  
    2038 /*  
    2039                     tests dashboard  
    2040  
    2041 #content {width: auto;float:none !important; margin: 0;} 
    2042 #main {width: auto; display:inline-block; vertical-align: top; margin: 0;float: none !important} 
    2043 #main-menu {clear:both; width: auto} 
    2044 #main-menu {margin-top: 8em} 
    2045 #favorites-menu {display:none;} 
    2046 #plugins-menu, #blog-menu, #system-menu, #dashboard-items {display: inline-block;vertical-align: top; min-width: 17em; margin: 0; clear: none;} 
    2047  
    2048 */ 
    2049  
    2050  
    20512053/* ------------------------------------------------------------------------------------ 
    20522054                                                                           UN POIL DE MEDIA QUERIES 
     
    21212123     #info-box1 p.nomobile, label.nomobile { display: none; } 
    21222124     } 
    2123 } 
    2124  
  • inc/admin/lib.dc.page.php

    r1778 r1793  
    206206          echo 
    207207          '</div>'."\n".      // End of #main-menu 
    208           '<div id="footer"><a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 
     208          '<div id="footer">'. 
     209          '<span class="helplink"><a href="help.php">'.__('Global help').'</a></span> '. 
     210          '<a href="http://dotclear.org/" title="'.$text.'"><img src="style/dc_logos/w-dotclear90.png" alt="'.$text.'" /></a></div>'."\n". 
    209211          '<!-- '."\n". 
    210212'                  .'."\n". 
     
    434436          '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. 
    435437          $content. 
     438          '</div>'. 
     439          '<div id="helplink"><hr />'. 
     440          '<p>'. 
     441          sprintf(__('See also %s'),sprintf('<a href="help.php">%s</a>',__('the global help'))). 
     442          '</p>'. 
    436443          '</div></div>'; 
    437444     } 
  • inc/admin/prepend.php

    r1771 r1793  
    267267          'images/menu/langs.png','images/menu/langs-b.png', 
    268268          null,null,null)); 
     269 
     270     $_fav['help'] = new ArrayObject(array('help','Global help','help.php', 
     271          'images/menu/help.png','images/menu/help-b.png', 
     272          '*',null,null)); 
    269273      
    270274     # Menus creation 
  • locales/en/resources.php

    r1459 r1793  
    2323 
    2424$__resources['help'] = array( 
     25     'core_main' => dirname(__FILE__).'/help/main.html', 
    2526     'core_blog_pref' => dirname(__FILE__).'/help/blog_pref.html', 
    2627     'core_categories' => dirname(__FILE__).'/help/categories.html', 
  • locales/fr/main.po

    r1786 r1793  
    843843msgstr "Nouveau billet" 
    844844 
     845msgid "Global help" 
     846msgstr "Aide générale" 
     847 
     848msgid "See also %s" 
     849msgstr "Voir également %s" 
     850 
     851msgid "the global help" 
     852msgstr "l'aide générale" 
     853 
     854msgid "My dashboard" 
     855msgstr "Mon tableau de bord" 
     856 
    845857msgid "My preferences" 
    846858msgstr "Mes préférences" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map