Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
a04d0712cb
@ -3814,3 +3814,7 @@ form.form-forward-message .button:focus{
|
||||
.tab_customer_thread .button:focus{
|
||||
background-color: rgba(86,84,133,0.6);
|
||||
}
|
||||
|
||||
span.anticon {
|
||||
color: #000;
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit b26d6103a62b0eff495b785ec15edf0ad7020ea8
|
@ -1 +0,0 @@
|
||||
Subproject commit b26d6103a62b0eff495b785ec15edf0ad7020ea8
|
@ -1 +0,0 @@
|
||||
Subproject commit b26d6103a62b0eff495b785ec15edf0ad7020ea8
|
@ -97,16 +97,19 @@ class Order extends OrderCore
|
||||
default:
|
||||
case 0:
|
||||
$name = 'computer';
|
||||
$icon = 'display';
|
||||
break;
|
||||
case 1:
|
||||
$name = 'application';
|
||||
$icon = 'android';
|
||||
break;
|
||||
case 2:
|
||||
$name = 'mobile';
|
||||
$icon = 'mobile';
|
||||
break;
|
||||
}
|
||||
|
||||
return '<img src="/img/'.$name.'.png" alt="" width="18px"/>';
|
||||
return '<span title="'.$name.'" class="anticon anticon-'.$icon.'"></span>';
|
||||
}
|
||||
|
||||
public function printCarrier($value, $params)
|
||||
|
Loading…
Reference in New Issue
Block a user