[-] BO : #PSTEST-795 : fix bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14061 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-03-13 08:59:25 +00:00
parent b60eba1611
commit fc53c0a5f8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3}
.table_grid {width:100%;}
.table{ background-color:#fff;border:1px solid #ccc;padding:0: border-radius:3px; -moz-border-radius:3px;-webkit-border-radius:3px;}
.filter {background-color:#f1f9ff;}
.table .filter {margin:2px;}
.table th a{text-decoration:underline}
.table a:hover{text-decoration:none}
.table tr th{ background-color: #F1F1F1; text-shadow:0 1px 0 #fff; padding:4px 6px;
@@ -101,12 +101,12 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
),
'from' => array(
'title' => $this->l('Beginning'),
'align' => 'center',
'align' => 'right',
'type' => 'date',
),
'to' => array(
'title' => $this->l('End'),
'align' => 'center',
'align' => 'right',
'type' => 'date'
),
);