diff options
author | plegall <plg@piwigo.org> | 2006-05-15 22:19:48 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-05-15 22:19:48 +0000 |
commit | 357f1d842d7a5f937fe0d0479566401bb6e360de (patch) | |
tree | 23afd091f441221313327938d496b67ab65e15a9 /template/yoga | |
parent | 49682c913aec3855e576841dbfe18cba5ee2acfc (diff) |
bug 373 fixed: if there is no tag defined, an explicit message is displayed
in the administration section. In the public search screen, tag fieldset is
not displayed if no reachable tag.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1313 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/search.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 5fde2adcb..c077d590e 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -36,12 +36,15 @@ <input type="text" style="width: 300px" name="search_author" size="30" onfocus="this.className='focus';" onblur="this.className='nofocus';"/> </label> </fieldset> + +<!-- BEGIN tags --> <fieldset> <legend>{lang:Search tags}</legend> {TAG_SELECTION} <label><span><input type="radio" name="tag_mode" value="AND" checked="checked" /> {lang:All tags}</span></label> <label><span><input type="radio" name="tag_mode" value="OR" /> {lang:Any tag}</span></label> </fieldset> +<!-- END tags --> <fieldset> <legend>{lang:search_date}</legend> |