diff --git a/resources/views/themes/default1/admin/layout/admin.blade.php b/resources/views/themes/default1/admin/layout/admin.blade.php
index bcf280eaa..a6b78ad70 100644
--- a/resources/views/themes/default1/admin/layout/admin.blade.php
+++ b/resources/views/themes/default1/admin/layout/admin.blade.php
@@ -321,7 +321,7 @@
+ class="img-circle elevation-2" style="width: 30px;height: 30px;">
diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/duetodayticket.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/duetodayticket.blade.php
index e0fc82183..46a49260d 100644
--- a/resources/views/themes/default1/agent/helpdesk/ticket/duetodayticket.blade.php
+++ b/resources/views/themes/default1/agent/helpdesk/ticket/duetodayticket.blade.php
@@ -1,48 +1,42 @@
@extends('themes.default1.agent.layout.agent')
@section('Tickets')
-class="active"
-@stop
-
-@section('ticket-bar')
-active
-@stop
-
-@section('open')
-class="active"
+class="nav-link active"
@stop
@section('PageHeader')
-
{{Lang::get('lang.today-due_tickets')}}
+
{{Lang::get('lang.tickets')}}
-@stop
+.tooltip1:hover .tooltiptext {
+ visibility: visible;
+}
+
+@stop
@section('content')
- role == 'admin' || Auth::user()->role == 'agent') {
$todaytickets = count(App\Model\helpdesk\Ticket\Tickets::where('status', '=', 1)->whereRaw('date(duedate) = ?', [date('Y-m-d')])->get());
@@ -51,58 +45,59 @@ class="active"
$todaytickets = App\Model\helpdesk\Ticket\Tickets::where('status', '=', 1)->whereRaw('date(duedate) = ?', [date('Y-m-d')])->where('dept_id', '=', $dept->id)->count();
}
?>
-
-
-