aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-06-20 04:45:09 +0000
committerrvelices <rv-github@modusoptimus.com>2014-06-20 04:45:09 +0000
commitc703e2dcd8c6045c5201038bef0fb05af1f86843 (patch)
tree3f72bb4feee933dea637fb22a0d71392f7d86f48 /themes
parenta61307e65286a239eee279428c11b4ac749830c2 (diff)
feature 3094: redesign of search form - fix space lost in previous commit
git-svn-id: http://piwigo.org/svn/trunk@28746 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/search.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl
index acec2ebd1..9a9ed101d 100644
--- a/themes/default/template/search.tpl
+++ b/themes/default/template/search.tpl
@@ -35,15 +35,15 @@ jQuery(document).ready(function() {
<p>
<input type="text" name="search_allwords">
<br>
- <label><input type="radio" name="mode" value="AND" checked="checked">{'Search for all terms'|@translate}</label>
- <label><input type="radio" name="mode" value="OR">{'Search for any term'|@translate}</label>
+ <label><input type="radio" name="mode" value="AND" checked="checked"> {'Search for all terms'|@translate}</label>
+ <label><input type="radio" name="mode" value="OR"> {'Search for any term'|@translate}</label>
</p>
<p>
<strong>{'Apply on properties'|translate}</strong><br>
- <label><input type="checkbox" name="fields[]" value="name" checked="checked">{'Photo title'|translate}</label>
- <label><input type="checkbox" name="fields[]" value="comment" checked="checked">{'Photo description'|translate}</label>
- <label><input type="checkbox" name="fields[]" value="file" checked="checked">{'File name'|translate}</label>
+ <label><input type="checkbox" name="fields[]" value="name" checked="checked"> {'Photo title'|translate}</label>
+ <label><input type="checkbox" name="fields[]" value="comment" checked="checked"> {'Photo description'|translate}</label>
+ <label><input type="checkbox" name="fields[]" value="file" checked="checked"> {'File name'|translate}</label>
</p>
</fieldset>
@@ -81,10 +81,10 @@ jQuery(document).ready(function() {
<ul>
<li><label>{'Kind of date'|@translate}</label></li>
<li><label>
- <input type="radio" name="date_type" value="date_creation" checked="checked">{'Creation date'|@translate}
+ <input type="radio" name="date_type" value="date_creation" checked="checked"> {'Creation date'|@translate}
</label></li>
<li><label>
- <input type="radio" name="date_type" value="date_available">{'Post date'|@translate}
+ <input type="radio" name="date_type" value="date_available"> {'Post date'|@translate}
</label></li>
</ul>
<ul>
@@ -133,7 +133,7 @@ jQuery(document).ready(function() {
<select id="categories" name="cat[]" multiple>
{html_options options=$category_options selected=$category_options_selected}
</select>
- <label><input type="checkbox" name="subcats-included" value="1" checked="checked">{'Search in sub-albums'|@translate}</label>
+ <label><input type="checkbox" name="subcats-included" value="1" checked="checked"> {'Search in sub-albums'|@translate}</label>
</p>
</fieldset>
<p>