remove collision in "vendor" param name

This commit is contained in:
Oliver Gorwits
2013-09-22 18:20:31 +01:00
parent a09d494858
commit 8b22bf6c0d
3 changed files with 11 additions and 11 deletions

View File

@@ -12,10 +12,10 @@
</div>
<div class="clearfix input-prepend">
<label class="add-on">
<input type="checkbox" id="vendor"
name="vendor"[% ' checked="checked"' IF params.vendor %]/>
<input type="checkbox" id="show_vendor"
name="show_vendor"[% ' checked="checked"' IF params.show_vendor %]/>
</label>
<label class="nd_checkboxlabel" for="vendor">
<label class="nd_checkboxlabel" for="show_vendor">
<span class="nd_searchcheckbox uneditable-input">Vendor</span>
</label>
</div>