help desk HelpdeskTicket Comment
This commit is contained in:
parent
f1a67f8064
commit
3101f9224a
|
|
@ -166,5 +166,6 @@ return [
|
|||
'support_subject' => 'Subject',
|
||||
'reply' => 'Reply',
|
||||
'new_ticket' => 'New ticket',
|
||||
'search_ticket' => 'Type ticket code here'
|
||||
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue