WIP : Condition : refactor name
This commit is contained in:
@@ -167,13 +167,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{if $noRules}
|
{if $noRules}
|
||||||
{include file='includes/notifications.html' message={intl l='Please save your Coupon in oder to affect it some application fields'}}
|
{include file='includes/notifications.html' message={intl l='Please save your Coupon in oder to affect it some conditions'}}
|
||||||
{else}
|
{else}
|
||||||
<section class="row">
|
<section class="row">
|
||||||
<div class="col-md-12 general-block-decorator">
|
<div class="col-md-12 general-block-decorator">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<caption class="clearfix">
|
<caption class="clearfix">
|
||||||
{intl l='Rules'}
|
{intl l='Conditions'}
|
||||||
</caption>
|
</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="constraint-list">
|
<tbody id="constraint-list">
|
||||||
{include file='coupon/rules.html' rules=$rules}
|
{include file='coupon/conditions.html' conditions=$rules}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
<section class="row">
|
<section class="row">
|
||||||
<div class="col-md-12 general-block-decorator clearfix">
|
<div class="col-md-12 general-block-decorator clearfix">
|
||||||
<a id="constraint-save-btn" title="{intl l='Save this rule'}" class="btn btn-default btn-primary pull-right" data-toggle="confirm" data-script="">
|
<a id="constraint-save-btn" title="{intl l='Save this rule'}" class="btn btn-default btn-primary pull-right" data-toggle="confirm" data-script="">
|
||||||
<span class="glyphicon glyphicon-plus-sign"></span> {intl l='Save this rule'}
|
<span class="glyphicon glyphicon-plus-sign"></span> {intl l='Save this condition'}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div id="rule-add-organizer" class="form-group col-md-2">
|
<div id="rule-add-organizer" class="form-group col-md-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user