Fixed translations for coupon
This commit is contained in:
committed by
Julien Chanseaume
parent
c1c47ced52
commit
fa134bb9a3
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div id="condition-add-operators-values" class="form-group">
|
||||
<label for="operator">{$label}</label>
|
||||
<div class="row">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div class="form-group">
|
||||
<label for="operator">{intl l="Products are :"}</label>
|
||||
{$operatorSelectHtml nofilter}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div class="form-group">
|
||||
<label for="operator">{intl l="Products are :"}</label>
|
||||
{$operatorSelectHtml nofilter}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div id="condition-add-operators-values" class="form-group">
|
||||
<label for="operator">{$label}</label>
|
||||
<div class="row">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div class="form-group">
|
||||
|
||||
<label for="operator">{$label}</label>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<select class="form-control" id="{$inputKey}-operator" name="{$inputKey}[operator]">
|
||||
{foreach $operators as $key => $operator}
|
||||
<option value="{$key}"{if $key == $value}selected="selected"{/if}>{$operator}</option>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div class="form-group">
|
||||
<label for="operator">{$countryLabel}</label>
|
||||
{$operatorSelectHtml nofilter}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<select class="form-control" id="{$inputKey}-value" name="{$inputKey}[value]">
|
||||
{foreach $currencies as $key => $currency}
|
||||
<option value="{$key}"{if $key == $value}selected="selected"{/if}>{$currency}</option>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
<div class="form-group">
|
||||
<label for="operator">{intl l="Customer is"}</label>
|
||||
{$operatorSelectHtml nofilter}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<input type="number" value="{$value}" class="form-control" id="{$inputKey}-value" name="{$inputKey}[value]" placeholder="Enter quantity" />
|
||||
|
||||
<input type="number" value="{$value}" class="form-control" id="{$inputKey}-value" name="{$inputKey}[value]" placeholder="{intl l='Enter quantity'}" />
|
||||
{* Use a text field instead
|
||||
<select class="form-control" id="{$inputKey}-value" name="{$inputKey}[value]">
|
||||
{for $index=$min to $max}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
|
||||
<input type="hidden" name="{$fieldName}[operator]" value="{$criteria}" />
|
||||
|
||||
<div id="condition-add-operators-values" class="form-group">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
|
||||
{block name="discount-field"}{/block}
|
||||
|
||||
<div class="form-group input-coupon-attribute-id">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
|
||||
{block name="discount-field"}{/block}
|
||||
|
||||
<div class="form-group input-coupon-categories-id">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{default_translation_domain domain='bo.default'}
|
||||
|
||||
{block name="discount-field"}{/block}
|
||||
|
||||
<div class="form-group input-coupon-category-id">
|
||||
|
||||
Reference in New Issue
Block a user