feature #561, use font icons for checkbox

This commit is contained in:
plegall
2016-12-15 19:05:46 +01:00
parent c2da5ccc67
commit b8cd5912c9
+5 -1
View File
@@ -302,7 +302,11 @@ jQuery("input[name=confirm_deletion]").change(function() {
<!-- delete -->
<div id="action_delete" class="bulkAction">
<p>
<label><input type="checkbox" name="confirm_deletion" value="1"> {'Are you sure?'|@translate}</label>
<label class="font-checkbox">
<span class="icon-check"></span>
<input type="checkbox" name="confirm_deletion" value="1">
{'Are you sure?'|@translate}
</label>
<span class="errors" style="display:none"><i class="icon-cancel"></i> we really need you to confirm</span>
</p>
</div>