diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-03 16:32:24 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-03 16:32:24 +0000 |
commit | f755c1ac42c86c5e7bceaf1586a51e759470df76 (patch) | |
tree | 414aade5cc7904654e311055db59f7c94b6f30e4 /template | |
parent | 405e4c277bb9266fcaabc89d0c191c74ccc2f9c2 (diff) |
merge : from trunk r1336:1337 to branch 1.6 (fix bug 387)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1338 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/search.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index c077d590e..e40c1f243 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -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> |