Dotclear


Ignore:
Timestamp:
08/08/13 21:12:30 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Responsive enhancement + je sais plus quoi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r1310 r1311  
    177177          "</div>\n".         // End of #main 
    178178 
    179           '<div id="main-menu">'."\n"; 
     179          '<div id="main-menu">'."\n". 
     180 
     181          '<form id="search-menu" action="search.php" method="get">'. 
     182          '<p><label for="q" class="hidden">'.__('Search:').' </label>'.form::field('q',30,255,''). 
     183          '<input type="submit" value="'.__('OK').'" /></p>'. 
     184          '</form>'; 
    180185 
    181186          foreach ($menu as $k => $v) { 
     
    217222          'xml:lang="'.$core->auth->getInfo('user_lang').'" '. 
    218223          'lang="'.$core->auth->getInfo('user_lang').'">'."\n". 
     224          '<meta name="viewport" content="width=device-width, initial-scale=1.0" />'."\n". 
    219225          "<head>\n". 
    220226          '  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />'."\n". 
     
    242248          '<body id="dotclear-admin" class="popup">'."\n". 
    243249 
    244           '<div id="top"><h1>'.DC_VENDOR_NAME.'</h1></div>'."\n"; 
     250          '<div id="top hidden"><h1>'.DC_VENDOR_NAME.'</h1></div>'."\n"; 
    245251 
    246252          echo 
Note: See TracChangeset for help on using the changeset viewer.

Sites map