mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
merge -r1312:1313 from branch 1.6 to trunk (bug 373 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1314 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user