Fixed translations for coupon

This commit is contained in:
Julien Chanséaume
2014-07-21 12:26:24 +02:00
committed by Julien Chanseaume
parent c1c47ced52
commit fa134bb9a3
35 changed files with 87 additions and 107 deletions

View File

@@ -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">

View File

@@ -1,3 +1,4 @@
{default_translation_domain domain='bo.default'}
<div class="form-group">
<label for="operator">{intl l="Products are :"}</label>
{$operatorSelectHtml nofilter}

View File

@@ -1,3 +1,4 @@
{default_translation_domain domain='bo.default'}
<div class="form-group">
<label for="operator">{intl l="Products are :"}</label>
{$operatorSelectHtml nofilter}

View File

@@ -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">

View File

@@ -1,3 +1,4 @@
{default_translation_domain domain='bo.default'}
<div class="form-group">
<label for="operator">{$label}</label>

View File

@@ -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>

View File

@@ -1,3 +1,4 @@
{default_translation_domain domain='bo.default'}
<div class="form-group">
<label for="operator">{$countryLabel}</label>
{$operatorSelectHtml nofilter}

View File

@@ -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>

View File

@@ -1,3 +1,4 @@
{default_translation_domain domain='bo.default'}
<div class="form-group">
<label for="operator">{intl l="Customer is"}</label>
{$operatorSelectHtml nofilter}

View File

@@ -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}

View File

@@ -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">

View File

@@ -1,3 +1,5 @@
{default_translation_domain domain='bo.default'}
{block name="discount-field"}{/block}
<div class="form-group input-coupon-attribute-id">

View File

@@ -1,3 +1,5 @@
{default_translation_domain domain='bo.default'}
{block name="discount-field"}{/block}
<div class="form-group input-coupon-categories-id">

View File

@@ -1,3 +1,5 @@
{default_translation_domain domain='bo.default'}
{block name="discount-field"}{/block}
<div class="form-group input-coupon-category-id">