aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-03-04 19:00:43 +0000
committervdigital <vdigital@piwigo.org>2007-03-04 19:00:43 +0000
commit8cbe4e631f5fb93cb4e2dceba7e616dbbef12020 (patch)
treeed02d68c683235c8b2ab27a30b893200d25e134d /template/yoga/menubar.tpl
parentb72f6620e664e321815433adcb3f9ed9ff771a43 (diff)
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). git-svn-id: http://piwigo.org/svn/trunk@1869 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r--template/yoga/menubar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl
index 9dde24af7..feb8bf8fe 100644
--- a/template/yoga/menubar.tpl
+++ b/template/yoga/menubar.tpl
@@ -76,7 +76,7 @@
<!-- BEGIN summary -->
<!-- BEGIN quick_search -->
<form action="{pwg_root}qsearch.php" method="get" id="quicksearch">
- <p>
+ <p><span class="qsearch">{lang:qsearch}<br /></span>
<input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" />
</p>
</form>