mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Minor change to client portal settings page
This commit is contained in:
parent
3b0feef87f
commit
cdfaae2700
@ -1309,6 +1309,7 @@ $LANG = array(
|
|||||||
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
|
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
|
||||||
'original_start_date' => 'Original start date',
|
'original_start_date' => 'Original start date',
|
||||||
'new_start_date' => 'New start date',
|
'new_start_date' => 'New start date',
|
||||||
|
'security' => 'Security',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -30,9 +30,10 @@
|
|||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">{!! trans('texts.client_portal') !!}</h3>
|
<h3 class="panel-title">{!! trans('texts.navigation') !!}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="col-md-10 col-md-offset-1">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
@ -45,20 +46,29 @@
|
|||||||
->text(trans('texts.enable'))
|
->text(trans('texts.enable'))
|
||||||
->help(trans('texts.enable_client_portal_dashboard_help')) !!}
|
->help(trans('texts.enable_client_portal_dashboard_help')) !!}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h3 class="panel-title">{!! trans('texts.security') !!}</h3>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
<div class="col-md-10 col-md-offset-1">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
{!! Former::checkbox('enable_portal_password')
|
{!! Former::checkbox('enable_portal_password')
|
||||||
->text(trans('texts.enable_portal_password'))
|
->text(trans('texts.enable'))
|
||||||
->help(trans('texts.enable_portal_password_help'))
|
->help(trans('texts.enable_portal_password_help'))
|
||||||
->label(' ') !!}
|
->label(trans('texts.enable_portal_password')) !!}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-10 col-md-offset-1">
|
<div class="col-md-10 col-md-offset-1">
|
||||||
{!! Former::checkbox('send_portal_password')
|
{!! Former::checkbox('send_portal_password')
|
||||||
->text(trans('texts.send_portal_password'))
|
->text(trans('texts.enable'))
|
||||||
->help(trans('texts.send_portal_password_help'))
|
->help(trans('texts.send_portal_password_help'))
|
||||||
->label(' ') !!}
|
->label(trans('texts.send_portal_password')) !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if (Utils::hasFeature(FEATURE_CLIENT_PORTAL_CSS))
|
@if (Utils::hasFeature(FEATURE_CLIENT_PORTAL_CSS))
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
|
Loading…
Reference in New Issue
Block a user