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:
|
default:
|
||||||
case 0:
|
case 0:
|
||||||
$name = 'computer';
|
$name = 'computer';
|
||||||
|
$icon = 'display';
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
$name = 'application';
|
$name = 'application';
|
||||||
|
$icon = 'android';
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
$name = 'mobile';
|
$name = 'mobile';
|
||||||
|
$icon = 'mobile';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<img src="/img/'.$name.'.png" alt="" width="18px"/>';
|
return '<span title="'.$name.'" class="anticon anticon-'.$icon.'"></span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function printCarrier($value, $params)
|
public function printCarrier($value, $params)
|
||||||
|
Loading…
Reference in New Issue
Block a user