Language improvements
Signed-off-by: Graham Campbell <graham@mineuk.com>
This commit is contained in:
committed by
Graham Campbell
parent
81bbccb3c4
commit
08a016ff2b
@@ -9,19 +9,19 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<form name='SettingsForm' class='form-vertical' role='form' action='/dashboard/settings' method='POST'>
|
||||
<h4 class="sub-header" id='stylesheet'>Stylesheet</h4>
|
||||
<h4 class="sub-header" id='stylesheet'>{{ trans('dashboard.settings.stylesheet.stylesheet') }}</h4>
|
||||
|
||||
@if($saved = Session::get('saved'))
|
||||
<div class='alert alert-success'><strong>{{ trans('cachet.dashboard.settings_saved') }}</strong></div>
|
||||
<div class='alert alert-success'><strong>{{ trans('dashboard.settings.edit.success') }}</strong></div>
|
||||
@elseif(Session::has('saved'))
|
||||
<div class='alert alert-danger'><strong>{{ trans('cachet.dashboard.settings_not_saved') }}</strong></div>
|
||||
<div class='alert alert-danger'><strong>{{ trans('dashboard.settings.edit.failure') }}</strong></div>
|
||||
@endif
|
||||
|
||||
<fieldset>
|
||||
<div class='row'>
|
||||
<div class='col-xs-12'>
|
||||
<div class='form-group'>
|
||||
<label>Custom Stylesheet</label>
|
||||
<label>{{ trans('forms.settings.stylesheet.custom-css') }}</label>
|
||||
<textarea class='form-control' name='stylesheet' rows='10'>{{ Setting::get('stylesheet') }}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class='row'>
|
||||
<div class='col-xs-12'>
|
||||
<div class='form-group'>
|
||||
<button type="submit" class="btn btn-success">Save settings</button>
|
||||
<button type="submit" class="btn btn-success">{{ trans('forms.save') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user