Fix client password reset

This commit is contained in:
Hillel Coren 2018-01-11 11:40:49 +02:00
parent b838dad1e8
commit 254510f22e
2 changed files with 7 additions and 0 deletions

View File

@ -2647,6 +2647,7 @@ $LANG = array(
'signature_on_pdf' => 'Show on PDF',
'signature_on_pdf_help' => 'Show the client signature on the invoice/quote PDF.',
'expired_white_label' => 'The white label license has expired',
'return_to_login' => 'Return to Login',
);

View File

@ -44,6 +44,12 @@
->withAttributes(['class' => 'green'])
->large()->submit()->block() !!}
<div class="row meta">
<div class="col-md-12 col-sm-12" style="text-align:center;padding-top:8px;">
{!! link_to('/client/login' . (request()->account_key ? '?account_key=' . request()->account_key : ''), trans('texts.return_to_login')) !!}
</div>
</div>
{!! Former::close() !!}
</div>