arindam-changes

This commit is contained in:
arindam85
2016-10-24 15:05:48 +05:30
parent d2c5be138e
commit 296736f092
2 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -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