arindam-changes
This commit is contained in:
@@ -1508,9 +1508,9 @@ return [
|
|||||||
* --------------------------------------------------------------------------------------------
|
* --------------------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
'agent_report' =>'Agent Report',
|
'agent_report' =>'Agent Report',
|
||||||
'assign_tickets'=>'Assign Tickets',
|
'assign_tickets' =>'Assign Tickets',
|
||||||
'delete_agent'=>'Delete Agent',
|
'delete_agent' =>'Delete Agent',
|
||||||
'delete_user'=>'Delete User',
|
'delete_user' =>'Delete User',
|
||||||
'confirm_deletion' => 'Confirm Deletion',
|
'confirm_deletion' => 'Confirm Deletion',
|
||||||
'delete_all_content' => ' Delete all content',
|
'delete_all_content' => ' Delete all content',
|
||||||
'agent_profile' => 'Agent Profile',
|
'agent_profile' => 'Agent Profile',
|
||||||
|
@@ -200,7 +200,7 @@ if ($thread->title != "") {
|
|||||||
<?php
|
<?php
|
||||||
$priority = App\Model\helpdesk\Ticket\Ticket_Priority::where('priority_id', '=', $tickets->priority_id)->first();
|
$priority = App\Model\helpdesk\Ticket\Ticket_Priority::where('priority_id', '=', $tickets->priority_id)->first();
|
||||||
?>
|
?>
|
||||||
<div class="callout callout-{{$priority->priority_color}}">
|
<div class="callout callout-{{$priority->priority_color}}" style = 'background-color:{{$priority->priority_color}}'>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user