Changeset 1869


Ignore:
Timestamp:
Mar 4, 2007, 8:00:43 PM (17 years ago)
Author:
vdigital
Message:

Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)

New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden).

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r1866 r1869  
    216216                                    $category['count_categories'],
    217217                                    true,
    218                                     '<BR>'
     218                                    '<br />'
    219219                                  ),
    220220          'DESCRIPTION' => @$comment,
  • trunk/language/en_UK.iso-8859-1/common.lang.php

    r1862 r1869  
    615615$lang['yes'] = 'Yes';
    616616$lang['page_end'] = 'Page bottom';
     617$lang['qsearch'] = 'Quick search';
    617618?>
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r1862 r1869  
    615615$lang['yes'] = 'Oui';
    616616$lang['page_end'] = 'Bas de page';
     617$lang['qsearch'] = 'Recherche rapide';
    617618?>
  • trunk/template/yoga/menubar.tpl

    r1832 r1869  
    7777      <!-- BEGIN quick_search -->
    7878      <form action="{pwg_root}qsearch.php" method="get" id="quicksearch">
    79       <p>
     79      <p><span class="qsearch">{lang:qsearch}<br /></span>
    8080      <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
    8181      </p>
  • trunk/template/yoga/theme/clear/theme.css

    r1832 r1869  
    100100.calForeDate { color: #fff; }
    101101.virtual_cat { background: #fff !important; }
     102.qsearch { font-size: 80%; font-style: normal; }
     103#mbMenu #quicksearch > p { text-align: left; }
     104#qsearchInput { color: #d3d3d3; }
     105#qsearchInput:focus { color: #005e89; }
  • trunk/template/yoga/theme/dark/theme.css

    r1856 r1869  
    143143  display: inline;
    144144}
     145.qsearch { font-size: 80%; font-style: normal; }
     146#mbMenu #quicksearch > p { text-align: left; }
  • trunk/template/yoga/theme/p0w0/theme.css

    r1856 r1869  
    281281  font-style: normal;
    282282}
     283.qsearch { font-size: 80%; font-style: italic; }
    283284* { outline: none; }
  • trunk/template/yoga/theme/wipi/theme.css

    r1862 r1869  
    327327#imageToolBar .navButtons a:hover { background-color: #111; }
    328328#menubar .menuInfoCat,
    329 #menubar .menuInfoCatByChild,
     329#menubar .menuInfoCatByChild, .qsearch,
    330330h2.showtitle, #theImage p.showlegend { display: none }
    331 
    332331* { outline-width: 0px; }
Note: See TracChangeset for help on using the changeset viewer.