Bootstrap4 :: Organization module UI updates

This commit is contained in:
Sakthi002
2020-12-29 15:52:27 +05:30
committed by Manish Verma
parent fddad53e60
commit 84aa8f803d
14 changed files with 821 additions and 661 deletions

View File

@@ -2676,7 +2676,7 @@ class TicketController extends Controller
{
return \Datatable::table()
->addColumn(
'<a class="checkbox-toggle"><i class="fa fa-square-o fa-2x"></i></a>',
'<a class="checkbox-toggle"><i class="far fa-square fa-2x"></i></a>',
Lang::get('lang.subject'),
Lang::get('lang.ticket_id'),
Lang::get('lang.from'),