//carrier wizard step validation
This commit is contained in:
@@ -844,10 +844,7 @@ class AdminCarrierWizardControllerCore extends AdminController
|
||||
$step_field[] = $row;
|
||||
}
|
||||
|
||||
$rules = array();
|
||||
|
||||
if ($step_number == 1)
|
||||
$rules = Carrier::getValidationRules('Carrier');
|
||||
$rules = Carrier::getValidationRules('Carrier');
|
||||
|
||||
foreach ($rules as $key_r => $rule)
|
||||
foreach ($rule as $key_f => $field)
|
||||
|
||||
@@ -2630,6 +2630,8 @@ margin-bottom:7px;
|
||||
#carrier_wizard tr.fees_all { background: #CCCCCC}
|
||||
#carrier_wizard #zones_table input[type=text] {width: 45px;}
|
||||
#carrier_wizard #fieldset_form { min-height: 190px}
|
||||
#carrier_wizard #zone_ranges label { float: none; width: inherit }
|
||||
|
||||
|
||||
/*** IE10 ***/
|
||||
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
|
||||
Reference in New Issue
Block a user