update v1.0.5.1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
@extends('themes.default1.agent.layout.agent')
|
||||
|
||||
@section('Tools')
|
||||
|
||||
@@ -14,7 +14,8 @@ class="active"
|
||||
|
||||
@section('content')
|
||||
|
||||
<link type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
|
||||
<link type="text/css" href="{{asset("lb-faveo/css/bootstrap-datetimepicker4.7.14.min.css")}}" rel="stylesheet">
|
||||
{{-- <script src="{{asset("lb-faveo/dist/js/bootstrap-datetimepicker4.7.14.min.js")}}" type="text/javascript"></script> --}}
|
||||
|
||||
<div class="box box-info">
|
||||
<div class="box-header with-border">
|
||||
@@ -216,6 +217,6 @@ $delete = App\Model\helpdesk\Ticket\Tickets::where('dept_id','=',$department->id
|
||||
</script>
|
||||
|
||||
<script src="{{asset("lb-faveo/plugins/moment-develop/moment.js")}}" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/js/bootstrap-datetimepicker.min.js"></script>
|
||||
|
||||
{{-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/js/bootstrap-datetimepicker.min.js"></script> --}}
|
||||
<script src="{{asset("lb-faveo/js/bootstrap-datetimepicker4.7.14.min.js")}}" type="text/javascript"></script>
|
||||
@stop
|
||||
@@ -85,14 +85,4 @@ class="active"
|
||||
});
|
||||
</script>
|
||||
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
@stop
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@@ -78,14 +78,4 @@ class="active"
|
||||
});
|
||||
</script>
|
||||
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
@stop
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@@ -150,7 +150,7 @@ class="active"
|
||||
<label>{!! Lang::get('lang.assign_to') !!}:</label>
|
||||
<?php $agents = App\User::where('role','!=','user')->get();?>
|
||||
|
||||
{!! Form::select('assignto', ['Agents'=>$agents->lists('first_name','id')],null,['class' => 'form-control select']) !!}
|
||||
{!! Form::select('assignto', [''=>'Select an Agent','Agents'=>$agents->lists('first_name','id')],null,['class' => 'form-control select']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- <link href="{{asset("downloads/bootstrap.min.css")}}" rel="stylesheet" type="text/css" /> -->
|
||||
<link href="{{asset("lb-faveo/dist/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/aaaaaa/css/AdminLTE.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h2>
|
||||
|
||||
@@ -157,7 +157,7 @@ echo UTC::usertimezone(date_format($time, 'Y-m-d H:i:s'));
|
||||
<div class="col-md-4">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="hide2">
|
||||
@@ -240,7 +240,7 @@ echo UTC::usertimezone(date_format($time, 'Y-m-d H:i:s'));
|
||||
<div class="col-md-4">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
</br>
|
||||
</br>
|
||||
@@ -336,7 +336,7 @@ $canneds = App\Model\helpdesk\Agent_panel\Canned::where('user_id','=',Auth::user
|
||||
<div class="col-md-4">
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
</br>
|
||||
</br>
|
||||
@@ -593,7 +593,7 @@ $data = $ConvDate[0];
|
||||
<div class="user-block" style="margin-bottom:-5px;margin-top:-2px;">
|
||||
|
||||
@if($role->profile_pic != null)
|
||||
<img src="{{asset('lb-faveo/profilepic')}}{{'/'}}{{$role->profile_pic}}"class="img-circle img-bordered-sm" alt="User Image"/>
|
||||
<img src="{{asset('lb-faveo/media/profilepic')}}{{'/'}}{{$role->profile_pic}}"class="img-circle img-bordered-sm" alt="User Image"/>
|
||||
@else
|
||||
<img src="{{ Gravatar::src($role->email) }}" class="img-circle img-bordered-sm" alt="img-circle img-bordered-sm">
|
||||
@endif
|
||||
@@ -776,7 +776,7 @@ $data = $ConvDate[0];
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
@@ -882,7 +882,7 @@ $data = $ConvDate[0];
|
||||
<div class="col-md-4">
|
||||
</div>
|
||||
<div class="col-md-6" id="assign_loader" style="display:none;">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="assign_body">
|
||||
@@ -959,7 +959,7 @@ $count_teams = count($teams);
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}">
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}">
|
||||
</div>
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
@@ -985,7 +985,7 @@ $count_teams = count($teams);
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}">
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}">
|
||||
</div>
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
@@ -1546,167 +1546,6 @@ function remove_collaborator(id) {
|
||||
}
|
||||
|
||||
|
||||
// editor
|
||||
// bkLib.onDomLoaded(function() {
|
||||
// nicEditors.editors.push(
|
||||
// new nicEditor().panelInstance(
|
||||
// document.getElementById('body'),
|
||||
// document.getElementById('body2')
|
||||
// )
|
||||
// );
|
||||
// });
|
||||
|
||||
|
||||
// editor2
|
||||
// bkLib.onDomLoaded(function() {
|
||||
// nicEditors.editors.push(
|
||||
// new nicEditor().panelInstance(
|
||||
// document.getElementById('body2')
|
||||
// )
|
||||
// );
|
||||
// );
|
||||
// });
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// // Change Owner
|
||||
// jQuery(document).ready(function($) {
|
||||
// $('#form4').on('submit', function() {
|
||||
// $.ajax({
|
||||
// type: "POST",
|
||||
// url: "../change/owner/{{ $tickets->id }}",
|
||||
// dataType: "html",
|
||||
// data: $(this).serialize(),
|
||||
// success: function(response) {
|
||||
|
||||
// if (response == 1)
|
||||
// {
|
||||
// $("#refresh1").load("../thread/{{$tickets->id}} #refresh1");
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// alert('fail');
|
||||
// // $( "#dismis4" ).trigger( "click" );
|
||||
// }
|
||||
// }
|
||||
// })
|
||||
// return false;
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
// jQuery(document).ready(function(cash) {
|
||||
// $('select').on('change', function (e) {
|
||||
// $('#submt2').on('click', function (e) {
|
||||
// var data1 = $(this).children('option:selected').data('id');
|
||||
|
||||
// $.ajax({
|
||||
// type : "GET",
|
||||
// url : "http://localhost/faveo/public/ticket/assign/{{$tickets->id}}",
|
||||
// dataType : 'html',
|
||||
// data : ({data2:data1}) ,
|
||||
// success : function(response) {
|
||||
|
||||
// alert(response);
|
||||
// }
|
||||
// })
|
||||
// return false;
|
||||
// });
|
||||
// });
|
||||
// });
|
||||
// $(document).ready(function($){
|
||||
// $('#tags').autocomplete({
|
||||
// source:'auto',
|
||||
// minLength:2
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
// $(document).ready(function() {
|
||||
// $('#selelectall').click(function(event) {
|
||||
// //alert('yes');
|
||||
// //on click
|
||||
// if(this.checked) { // check select status
|
||||
// $('.checkbox1').each(function() { //loop through each checkbox
|
||||
// this.checked = true; //select all checkboxes with class "checkbox1"
|
||||
// });
|
||||
// }else{
|
||||
// $('.checkbox1').each(function() { //loop through each checkbox
|
||||
// this.checked = false; //deselect all checkboxes with class "checkbox1"
|
||||
// });
|
||||
// }
|
||||
// });
|
||||
|
||||
// });
|
||||
|
||||
|
||||
|
||||
|
||||
// Auto Populate Change Owner
|
||||
$("#search").autocomplete({
|
||||
source: function(request, response) {
|
||||
$.ajax({
|
||||
url: 'http://localhost/faveo/public/change/owner',
|
||||
dataType: "json",
|
||||
data: {
|
||||
name_startsWith: request.term,
|
||||
type: 'product'
|
||||
},
|
||||
success: function(data) {
|
||||
response($.map(data, function(item) {
|
||||
return {
|
||||
label: item,
|
||||
value: item
|
||||
}
|
||||
}));
|
||||
}
|
||||
});
|
||||
},
|
||||
autoFocus: true,
|
||||
minLength: 0
|
||||
});
|
||||
$('#item').autocomplete({
|
||||
source: function(request, response) {
|
||||
$.ajax({
|
||||
url: 'http://localhost/LAKSA/public/select',
|
||||
dataType: "json",
|
||||
data: {
|
||||
name_startsWith: request.term,
|
||||
type: 'product_table',
|
||||
row_num: 1
|
||||
},
|
||||
success: function(data) {
|
||||
response($.map(data, function(item) {
|
||||
var code = item.split("|");
|
||||
return {
|
||||
label: code[0],
|
||||
value: code[0],
|
||||
data: item
|
||||
}
|
||||
}));
|
||||
}
|
||||
});
|
||||
},
|
||||
autoFocus: true,
|
||||
minLength: 0,
|
||||
select: function(event, ui) {
|
||||
var names = ui.item.data.split("|");
|
||||
console.log(names[0], names[1], names[2]);
|
||||
$('#item').val(names[0]);
|
||||
$('#desc').val(names[1]);
|
||||
$('#box1').val(names[2]);
|
||||
}
|
||||
});
|
||||
//End of Autopopulate
|
||||
|
||||
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
// function update(text) {
|
||||
// document.form3.ReplyContent.value += text + '\r\n';
|
||||
// }
|
||||
</script>
|
||||
|
||||
@stop
|
||||
@@ -131,14 +131,4 @@ class="active"
|
||||
</script>
|
||||
|
||||
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
@stop
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
@@ -109,41 +109,21 @@ class="active"
|
||||
{!! Form::radio('ban','0') !!}{{Lang::get('lang.disable')}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Internal Notes : Textarea -->
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
{!! Form::label('internal_note',Lang::get('lang.internal_notes')) !!}
|
||||
{!! Form::textarea('internal_note',null,['class' => 'form-control']) !!}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$("textarea").wysihtml5();
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
@stop
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
@stop
|
||||
@@ -18,7 +18,7 @@ class="active"
|
||||
|
||||
@section('profileimg')
|
||||
@if(Auth::user() && Auth::user()->profile_pic)
|
||||
<img src="{{asset('lb-faveo/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
<img src="{{asset('lb-faveo/media/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
@else
|
||||
@if(Auth::user())
|
||||
<img src="{{ Gravatar::src(Auth::user()->email,200) }}" class="img-circle" alt="User Image">
|
||||
@@ -47,16 +47,28 @@ class="active"
|
||||
@endif
|
||||
<?php
|
||||
if($user->primary_dpt){
|
||||
$dept = App\Model\helpdesk\Agent\Department::where('id','=',$user->primary_dpt)->first();
|
||||
$dept = App\Model\helpdesk\Agent\Department::where('id','=', $user->primary_dpt)->first();
|
||||
$dept = $dept->name;
|
||||
} else {
|
||||
$dept = "";
|
||||
}
|
||||
if($user->assign_group){
|
||||
$grp = App\Model\helpdesk\Agent\Groups::where('id','=',$user->assign_group)->first();
|
||||
$grp = App\Model\helpdesk\Agent\Groups::where('id','=', $user->assign_group)->first();
|
||||
$grp = $grp->name;
|
||||
} else {
|
||||
$grp = "";
|
||||
}
|
||||
if($user->agent_tzone){
|
||||
$timezone = App\Model\helpdesk\Utility\Timezones::where('id','=', $user->agent_tzone)->first();
|
||||
$timezone = $timezone->name;
|
||||
} else {
|
||||
$timezone = "";
|
||||
}
|
||||
?>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.department') !!}:</b></h4></th><td class="col-md-6"><h4>{{ $dept->name }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.group') !!}:</b></h4></th><td class="col-md-6"><h4>{{ $grp->name }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.department') !!}:</b></h4></th><td class="col-md-6"><h4>{{ $dept }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.group') !!}:</b></h4></th><td class="col-md-6"><h4>{{ $grp }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.company') !!}:</b></h4></th><td class="col-md-6"> <h4>{{ $user->company }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.time_zone') !!}:</b></h4></th><td class="col-md-6"><h4> {{ $user->agent_tzone }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.time_zone') !!}:</b></h4></th><td class="col-md-6"><h4> {{ $timezone }}</h4></td></tr>
|
||||
<tr><th class="col-md-8"><h4><b>{!! Lang::get('lang.role') !!}:</b></h4></th><td class="col-md-6"> <h4>{{ $user->role }}</h4></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -559,7 +559,7 @@ $deleted = count(App\Model\helpdesk\Ticket\Tickets::where('user_id', '=', $users
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
<div class="col-xs-2">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}">
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}">
|
||||
</div>
|
||||
<div class="col-xs-5">
|
||||
</div>
|
||||
@@ -638,7 +638,7 @@ $deleted = count(App\Model\helpdesk\Ticket\Tickets::where('user_id', '=', $users
|
||||
<div class="col-md-4">
|
||||
</div>
|
||||
<div class="col-md-6" id="assign_loader" style="display:none;">
|
||||
<img src="{{asset("lb-faveo/dist/img/gifloader.gif")}}"><br/><br/><br/>
|
||||
<img src="{{asset("lb-faveo/media/images/gifloader.gif")}}"><br/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="assign_body">
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
@section('add-category')
|
||||
class="active"
|
||||
@stop
|
||||
<script type="text/javascript" src="{{asset('lb-faveo/dist/js/nicEdit.js')}}"></script>
|
||||
|
||||
@section('content')
|
||||
{!! Form::open(array('action' => 'Agent\kb\CategoryController@store' , 'method' => 'post') )!!}
|
||||
@@ -96,8 +95,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
|
||||
@@ -5,11 +5,6 @@
|
||||
active
|
||||
@stop
|
||||
|
||||
<script type="text/javascript" src="{{asset('dist/js/EditnicEdit.js')}}"></script>
|
||||
<script type="text/javascript">
|
||||
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
|
||||
</script>
|
||||
|
||||
@section('content')
|
||||
{!! Form::model($category,['url' => 'category/'.$category->id , 'method' => 'PATCH'] )!!}
|
||||
|
||||
@@ -99,8 +94,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
|
||||
@@ -113,4 +113,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
<!-- /content -->
|
||||
|
||||
@@ -109,4 +109,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
<!-- /content -->
|
||||
|
||||
@@ -72,9 +72,3 @@
|
||||
});
|
||||
</script>
|
||||
@stop
|
||||
</div><!-- /.box -->
|
||||
|
||||
@stop
|
||||
<!-- /content -->
|
||||
|
||||
@stop
|
||||
@@ -59,5 +59,3 @@
|
||||
</script>
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
@section('side1')
|
||||
class="active"
|
||||
@stop
|
||||
<script type="text/javascript" src="{{asset('dist/js/SetnicEdit.js')}}"></script>
|
||||
<script type="text/javascript">
|
||||
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
|
||||
</script>
|
||||
|
||||
@section('content')
|
||||
|
||||
@@ -76,5 +72,3 @@
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
@section('side2')
|
||||
class="active"
|
||||
@stop
|
||||
<script type="text/javascript" src="{{asset('dist/js/SetnicEdit.js')}}"></script>
|
||||
<script type="text/javascript">
|
||||
bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
|
||||
</script>
|
||||
|
||||
@section('content')
|
||||
|
||||
@@ -75,5 +71,3 @@
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
|
||||
<!-- /content -->
|
||||
|
||||
@@ -182,11 +182,3 @@
|
||||
</div>
|
||||
</div></div>
|
||||
@stop
|
||||
</div><!-- /.box -->
|
||||
@section('FooterInclude')
|
||||
|
||||
@stop
|
||||
@stop
|
||||
<!-- /content -->
|
||||
|
||||
@stop
|
||||
@@ -6,29 +6,26 @@
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<meta name="_token" content="{!! csrf_token() !!}"/>
|
||||
<!-- Bootstrap 3.3.2 -->
|
||||
<link href="{{asset("lb-faveo/downloads/bootstrap.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/css/bootstrap.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- Font Awesome Icons -->
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/css/font-awesome.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- Ionicons -->
|
||||
<link href="{{asset("lb-faveo/downloads/ionicons.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- fullCalendar 2.2.5-->
|
||||
<link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/plugins/fullcalendar/fullcalendar.print.css")}}" rel="stylesheet" type="text/css" media='print' />
|
||||
<link href="{{asset("lb-faveo/css/ionicons.min.css")}}" rel="stylesheet">
|
||||
<!-- Theme style -->
|
||||
<link href="{{asset("lb-faveo/dist/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||
folder instead of downloading all of them to reduce the load. -->
|
||||
<link href="{{asset("lb-faveo/dist/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{asset("lb-faveo/css/skins/_all-skins.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- iCheck -->
|
||||
<link href="{{asset("lb-faveo/plugins/iCheck/flat/blue.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<link rel="stylesheet" href="{{asset("lb-faveo/dist/css/tabby.css")}}" type="text/css">
|
||||
<link href="{{asset("lb-faveo/downloads/jquerysctipttop.css")}}" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="{{asset("lb-faveo/css/tabby.css")}}" type="text/css">
|
||||
<link href="{{asset("lb-faveo/css/jquerysctipttop.css")}}" rel="stylesheet" type="text/css">
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<link rel="stylesheet" href="{{asset("lb-faveo/dist/css/editor.css")}}" type="text/css">
|
||||
<link rel="stylesheet" href="{{asset("lb-faveo/css/editor.css")}}" type="text/css">
|
||||
<link href="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" />
|
||||
{{-- jquery ui css --}}
|
||||
<link type="text/css" href="{{asset("lb-faveo/downloads/jquery.ui.css")}}" rel="stylesheet">
|
||||
<link type="text/css" href="{{asset("lb-faveo/css/jquery.ui.css")}}" rel="stylesheet">
|
||||
<link type="text/css" href="{{asset("lb-faveo/plugins/datatables/dataTables.bootstrap.css")}}" rel="stylesheet">
|
||||
<link href="{{asset("lb-faveo/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css")}}" rel="stylesheet" type="text/css" />
|
||||
<!-- <link type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/redmond/jquery-ui.css" rel="stylesheet"> -->
|
||||
@@ -36,14 +33,17 @@
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<script src="https://code.jquery.com/jquery-2.1.4.js" type="text/javascript"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
{{-- // <script src="https://code.jquery.com/jquery-2.1.4.js" type="text/javascript"></script> --}}
|
||||
{{-- // <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> --}}
|
||||
<script src="{{asset("lb-faveo/js/jquery-2.1.4.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/js/jquery2.1.1.min.js")}}" type="text/javascript"></script>
|
||||
|
||||
@yield('HeadInclude')
|
||||
</head>
|
||||
<body class="skin-yellow skin-green fixed">
|
||||
<div class="wrapper">
|
||||
<header class="main-header">
|
||||
<a href="http://www.faveohelpdesk.com" class="logo"><img src="{{ asset('lb-faveo/dist/img/logo.png') }}"></a>
|
||||
<a href="http://www.faveohelpdesk.com" class="logo"><img src="{{ asset('lb-faveo/media/images/logo.png') }}"></a>
|
||||
<?php
|
||||
$company = App\Model\helpdesk\Settings\Company::where('id', '=', '1')->first();
|
||||
if ($company != null) {
|
||||
@@ -74,7 +74,7 @@ if ($company != null) {
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
@if(Auth::user())
|
||||
@if(Auth::user()->profile_pic)
|
||||
<img src="{{asset('lb-faveo/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}"class="user-image" alt="User Image"/>
|
||||
<img src="{{asset('lb-faveo/media/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}"class="user-image" alt="User Image"/>
|
||||
@else
|
||||
<img src="{{ Gravatar::src(Auth::user()->email) }}" class="user-image" alt="User Image">
|
||||
@endif
|
||||
@@ -85,7 +85,7 @@ if ($company != null) {
|
||||
<!-- User image -->
|
||||
<li class="user-header" style="background-color:#343F44;">
|
||||
@if(Auth::user()->profile_pic)
|
||||
<img src="{{asset('lb-faveo/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
<img src="{{asset('lb-faveo/media/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
@else
|
||||
<img src="{{ Gravatar::src(Auth::user()->email) }}" class="img-circle" alt="User Image">
|
||||
@endif
|
||||
@@ -120,7 +120,7 @@ if ($company != null) {
|
||||
<div class="col-xs-2" style="width:50%;">
|
||||
<a href="{!! url('profile') !!}">
|
||||
@if(Auth::user() && Auth::user()->profile_pic)
|
||||
<img src="{{asset('lb-faveo/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
<img src="{{asset('lb-faveo/media/profilepic')}}{{'/'}}{{Auth::user()->profile_pic}}" class="img-circle" alt="User Image" />
|
||||
@else
|
||||
<img src="{{ Gravatar::src(Auth::user()->email) }}" class="img-circle" alt="User Image">
|
||||
@endif
|
||||
@@ -287,30 +287,37 @@ $group = App\Model\helpdesk\Agent\Groups::where('id', '=', $agent_group)->where(
|
||||
<strong>{!! Lang::get('lang.copyright') !!} © {!! date('Y') !!} <a href="{!! $company->website !!}">{!! $company->company_name !!}</a>.</strong> {!! Lang::get('lang.all_rights_reserved') !!}. {!! Lang::get('lang.powered_by') !!} <a href="http://www.faveohelpdesk.com/">Faveo</a>
|
||||
</footer>
|
||||
</div><!-- ./wrapper -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/js/bootstrap-datetimepicker.min.js"></script>
|
||||
{{-- // <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> --}}
|
||||
|
||||
<script src="{{asset("lb-faveo/js/ajax-jquery.min.js")}}"></script>
|
||||
|
||||
{{-- // <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.7.14/js/bootstrap-datetimepicker.min.js"></script> --}}
|
||||
|
||||
<script src="{{asset("lb-faveo/js/bootstrap-datetimepicker4.7.14.min.js")}}" type="text/javascript"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
<script src="{{asset("lb-faveo/downloads/bootstrap.min.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/js/bootstrap.min.js")}}" type="text/javascript"></script>
|
||||
<!-- Slimscroll -->
|
||||
<script src="{{asset("lb-faveo/plugins/slimScroll/jquery.slimscroll.min.js")}}" type="text/javascript"></script>
|
||||
<!-- FastClick -->
|
||||
<script src="{{asset("lb-faveo/plugins/fastclick/fastclick.min.js")}}"></script>
|
||||
<!-- AdminLTE App -->
|
||||
<script src="{{asset("lb-faveo/dist/js/app.min.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/js/app.min.js")}}" type="text/javascript"></script>
|
||||
<!-- AdminLTE for demo purposes -->
|
||||
{{-- // <script src="{{asset("dist/js/demo.js")}}" type="text/javascript"></script> --}}
|
||||
<!-- iCheck -->
|
||||
<script src="{{asset("lb-faveo/plugins/iCheck/icheck.min.js")}}" type="text/javascript"></script>
|
||||
{{-- maskinput --}}
|
||||
<script src="js/jquery.maskedinput.min.js" type="text/javascript"></script>
|
||||
{{-- // <script src="js/jquery.maskedinput.min.js" type="text/javascript"></script> --}}
|
||||
{{-- jquery ui --}}
|
||||
<script src="{{asset("lb-faveo/downloads/jquery.ui.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/js/jquery.ui.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/plugins/datatables/dataTables.bootstrap.js")}}" type="text/javascript"></script>
|
||||
<script src="{{asset("lb-faveo/plugins/datatables/jquery.dataTables.js")}}" type="text/javascript"></script>
|
||||
<!-- Page Script -->
|
||||
|
||||
<script type="text/javascript" src="https://cdn.datatables.net/1.10.10/js/jquery.dataTables.min.js"></script>
|
||||
<script type="text/javascript" src="{{asset('lb-faveo/plugins/datatables/dataTables.bootstrap.js')}}"></script>
|
||||
{{-- // <script type="text/javascript" src="https://cdn.datatables.net/1.10.10/js/jquery.dataTables.min.js"></script> --}}
|
||||
<script type="text/javascript" src="{{asset("lb-faveo/js/jquery.dataTables1.10.10.min.js")}}"></script>
|
||||
|
||||
<script type="text/javascript" src="{{asset("lb-faveo/plugins/datatables/dataTables.bootstrap.js")}}"></script>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
@@ -358,11 +365,11 @@ $(function() {
|
||||
// });
|
||||
// </script>
|
||||
<!-- // <script src="../plugins/jQuery/jQuery-2.1.3.min.js"></script> -->
|
||||
<script src="{{asset("lb-faveo/dist/js/tabby.js")}}"></script>
|
||||
<script src="{{asset("lb-faveo/js/tabby.js")}}"></script>
|
||||
<!-- // <script src="{{asset("dist/js/editor.js")}}"></script> -->
|
||||
<!-- CK Editor -->
|
||||
<!-- // <script src="{{asset("//cdn.ckeditor.com/4.4.3/standard/ckeditor.js")}}"></script> -->
|
||||
<script src="{{asset("lb-faveo/downloads/CKEditor.js")}}"></script>
|
||||
{{-- // <script src="{{asset("lb-faveo/downloads/CKEditor.js")}}"></script> --}}
|
||||
<script src="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}"></script>
|
||||
<script src="{{asset("lb-faveo/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js")}}" type="text/javascript"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user