remove collision in "vendor" param name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user