help desk HelpdeskTicket Comment

This commit is contained in:
merdan 2020-05-11 10:43:32 +05:00
parent f1a67f8064
commit 3101f9224a
2 changed files with 3 additions and 2 deletions

View File

@ -166,5 +166,6 @@ return [
'support_subject' => 'Subject',
'reply' => 'Reply',
'new_ticket' => 'New ticket',
'search_ticket' => 'Type ticket code here'
];

View File

@ -12,7 +12,7 @@
</div>
<div>
<form action="{{route('help.show',['code'=>''])}}" method="GET">
{!! Form::text('code', null, array('class'=>'form-control')) !!}}
{!! Form::text('code', null, array('class'=>'form-control','placeholder' => trans('ClientSide.search_ticket'))) !!}
</form>
</div>
</div>
@ -86,7 +86,7 @@
subject.parent().removeClass('d-none');
subject.val('bosh');
subject.val('');
}else{