Use font icon
This commit is contained in:
parent
781f0c10d7
commit
411bf136e5
@ -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