#list_filter_id{width: 60px;} | #list_filter_id{width: 60px;} | ||||
.delivery-field .form-group{display: inline-block; margin-bottom: 0px; margin-right: 15px;} | .delivery-field .form-group{display: inline-block; margin-bottom: 0px; margin-right: 15px;} | ||||
.delivery-field .form-group .form-control{width: 150px;} | |||||
.delivery-field .form-group .form-control{width: 90px;} | |||||
.table{ | .table{ | ||||
thead a{color: #212529} | thead a{color: #212529} |
return null; | return null; | ||||
} | } | ||||
public function getDefaultValue(EntityInterface $entity, $settingDefault) | |||||
{ | |||||
$valueDefault = null; | |||||
if(is_array($settingDefault)) { | |||||
if(isset($settingDefault[$entity->getDevAlias()])) { | |||||
$valueDefault = $settingDefault[$entity->getDevAlias()]; | |||||
} | |||||
} | |||||
else { | |||||
$valueDefault = $settingDefault; | |||||
} | |||||
return $valueDefault; | |||||
} | |||||
} | } |