mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fix bug 387 : html errors in search.tpl
git-svn-id: http://piwigo.org/svn/trunk@1337 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
</label></li>
|
||||
<li><label>
|
||||
<input type="radio" name="date_type" value="date_available" />{lang:Post date}
|
||||
</li></label>
|
||||
</label></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><label>{lang:search_date_from}</label></li>
|
||||
@@ -116,13 +116,13 @@
|
||||
</label></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><label>{lang:search_sort}</li></label>
|
||||
<li><label>{lang:search_sort}</label></li>
|
||||
<li><label>
|
||||
<input type="radio" name="sd" value="AND" />{lang:search_ascending}
|
||||
</li></label>
|
||||
</label></li>
|
||||
<li><label>
|
||||
<input type="radio" name="sd" value="d" checked="checked" />{lang:search_descending}
|
||||
</li></label>
|
||||
</label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user