Merge remote-tracking branch 'origin/Ticket_Issue' into development
This commit is contained in:
@@ -1829,17 +1829,21 @@ if ($thread->title != "") {
|
||||
$("#t1").hide();
|
||||
$("#show3").show();
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#form3").offset().top
|
||||
scrollTop: $("#inboxactions").offset().top
|
||||
}, 500);
|
||||
},
|
||||
success: function(json) {
|
||||
$("#show3").hide();
|
||||
$("#t1").show();
|
||||
setTimeout(function () {
|
||||
location.reload();
|
||||
}, 4000);
|
||||
|
||||
$("#alert21").show();
|
||||
$('#message-success2').html(json.result.success);
|
||||
location.reload();
|
||||
|
||||
// $('html, body').animate({ scrollTop: $("#heading").offset().top }, 500);
|
||||
},
|
||||
error: function(json) {
|
||||
|
||||
error: function(json) {
|
||||
$("#show3").hide();
|
||||
$("#t1").show();
|
||||
var res = "";
|
||||
@@ -1851,6 +1855,7 @@ if ($thread->title != "") {
|
||||
}
|
||||
})
|
||||
return false;
|
||||
|
||||
});
|
||||
// Surrender
|
||||
$('#Surrender').on('click', function() {
|
||||
@@ -2152,7 +2157,7 @@ echo $ticket_data->title;
|
||||
// $("#alert21").show();
|
||||
// $('#message-success2').html(message);
|
||||
$('#replybtn').attr('disabled', false);
|
||||
// setInterval(function(){$("#alert21").hide(); },8000);
|
||||
// setInterval(function(){$("#alert21").hide(); },8000);
|
||||
} else if (response == 1 || response == 4){
|
||||
// alert(response);
|
||||
// var message = "{{Lang::get('lang.access-ticket')}}"+locktime/(60*1000)
|
||||
|
@@ -138,7 +138,8 @@ class="nav-item active"
|
||||
<td class="mailbox-priority"><spam>{{$priority->priority}}</spam></td>
|
||||
|
||||
<td class="mailbox-last-reply" style="color: {!! $rep !!}">{!! $username !!}</td>
|
||||
<td class="mailbox-last-activity">{!! $title->updated_at !!}</td>
|
||||
<?php $updated = $title->updated_at ?>
|
||||
<td class="mailbox-last-activity">{!! UTC::usertimezone($updated) !!}</td>
|
||||
<?php $status = App\Model\helpdesk\Ticket\Ticket_Status::where('id', '=', $ticket->status)->first(); ?>
|
||||
<td class="mailbox-date">{!! $status->name !!}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user