Dotclear

Changeset 1590:2f9ce3cd2940


Ignore:
Timestamp:
08/26/13 17:10:25 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add search link to the prelude menu

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/js/prelude.js

    r1446 r1590  
    77               aElts[i].onfocus=function() { 
    88                    $('#prelude a').removeClass('hidden'); 
    9                     $('#main-menu').css('padding-top', '4.5em'); 
     9                    $('#main-menu').css('padding-top', '6em'); 
    1010               } 
    1111          } 
  • inc/admin/lib.dc.page.php

    r1589 r1590  
    125125 
    126126          '<div id="header">'. 
    127           '<ul id="prelude"><li><a href="#content">'.__('Go to the content').'</a></li><li><a href="#main-menu">'.__('Go to the menu').'</a></li></ul>'."\n". 
     127          '<ul id="prelude">'. 
     128          '<li><a href="#content">'.__('Go to the content').'</a></li>'. 
     129          '<li><a href="#main-menu">'.__('Go to the menu').'</a></li>'. 
     130          '<li><a href="#qx">'.__('Go to search').'</a></li>'. 
     131          '</ul>'."\n". 
    128132          '<div id="top"><h1><a href="index.php">'.DC_VENDOR_NAME.'</a></h1></div>'."\n"; 
    129133 
  • locales/fr/main.po

    r1587 r1590  
    21682168msgstr "Aller au menu" 
    21692169 
     2170msgid "Go to search" 
     2171msgstr "Aller à la recherche" 
     2172 
    21702173msgid "Go to site" 
    21712174msgstr "Aller sur le site" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map