1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Minor change to client portal settings page

This commit is contained in:
Hillel Coren 2016-05-22 20:31:26 +03:00
parent 3b0feef87f
commit cdfaae2700
2 changed files with 16 additions and 5 deletions

View File

@ -1309,6 +1309,7 @@ $LANG = array(
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.',
'original_start_date' => 'Original start date',
'new_start_date' => 'New start date',
'security' => 'Security',
);

View File

@ -30,9 +30,10 @@
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{!! trans('texts.client_portal') !!}</h3>
<h3 class="panel-title">{!! trans('texts.navigation') !!}</h3>
</div>
<div class="panel-body">
<div class="col-md-10 col-md-offset-1">
@ -45,20 +46,29 @@
->text(trans('texts.enable'))
->help(trans('texts.enable_client_portal_dashboard_help')) !!}
</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">
{!! Former::checkbox('enable_portal_password')
->text(trans('texts.enable_portal_password'))
->text(trans('texts.enable'))
->help(trans('texts.enable_portal_password_help'))
->label('&nbsp;') !!}
->label(trans('texts.enable_portal_password')) !!}
</div>
<div class="col-md-10 col-md-offset-1">
{!! Former::checkbox('send_portal_password')
->text(trans('texts.send_portal_password'))
->text(trans('texts.enable'))
->help(trans('texts.send_portal_password_help'))
->label('&nbsp;') !!}
->label(trans('texts.send_portal_password')) !!}
</div>
</div>
</div>
@if (Utils::hasFeature(FEATURE_CLIENT_PORTAL_CSS))
<div class="panel panel-default">
<div class="panel-heading">