Coupons conditions HTML fragments

This commit is contained in:
Franck Allimant
2014-05-02 12:08:22 +02:00
parent b776a36bbd
commit 6d533149af
6 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<div id="condition-add-operators-values" class="form-group">
<label for="operator">{$label}</label>
<div class="row">
<div class="col-lg-6">
{$operatorSelectHtml nofilter}
</div>
<div class="input-group col-lg-6">
<input type="text" class="form-control" id="{$inputKey}-value" name="{$inputKey}[value]" value="{$currentValue}">
</div>
</div>
</div>