// UI fixs

This commit is contained in:
Kevin Granger
2013-10-31 12:20:29 +01:00
parent 03564fe0e5
commit 534421fb6b
4 changed files with 8 additions and 6 deletions
@@ -138,6 +138,7 @@
</table>
<input type="hidden" name="token" value="{$token}" />
</div>
</div>
</form>
<script type="text/javascript">
var confirmation = new Array();
@@ -36,7 +36,7 @@
<div class="panel">
<h3><i class="icon-tasks"></i> {l s='Conditions'}</h3>
<form class="form-horizontal">
<div class="row">
<div class="form-group">
<label for="id_category" class="control-label col-lg-3">{l s='Category'}</label>
<div class="col-lg-9">
<div class="col-lg-8">
@@ -53,7 +53,7 @@
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label for="id_manufacturer" class="control-label col-lg-3">{l s='Manufacturer'}</label>
<div class="col-lg-9">
<div class="col-lg-8">
@@ -70,7 +70,7 @@
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label for="id_supplier" class="control-label col-lg-3">{l s='Supplier'}</label>
<div class="col-lg-9">
<div class="col-lg-8">
@@ -87,7 +87,7 @@
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label for="id_attribute" class="control-label col-lg-3">{l s='Attributes'}</label>
<div class="col-lg-9">
<div class="col-lg-4">
@@ -114,7 +114,7 @@
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label for="id_attribute" class="control-label col-lg-3">{l s='Features'}</label>
<div class="col-lg-9">
<div class="col-lg-4">
@@ -137,6 +137,7 @@
</td>
</tr>
</table>
</div>
<input type="hidden" name="token" value="{$token}" />
</form>
@@ -44,7 +44,7 @@ class AdminCartRulesControllerCore extends AdminController
'code' => array('title' => $this->l('Code'), 'class' => 'fixed-width-sm'),
'quantity' => array('title' => $this->l('Quantity'), 'align' => 'center', 'class' => 'fixed-width-xs'),
'date_to' => array('title' => $this->l('Until'), 'class' => 'fixed-width-lg'),
'active' => array('title' => $this->l('Status'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false),
'active' => array('title' => $this->l('Status'), 'active' => 'status', 'type' => 'bool', 'orderby' => false),
);
parent::__construct();