Closes #304 - toggle show Cachet support link

This commit is contained in:
James Brooks
2015-01-06 16:17:24 +00:00
parent 3cbb500de7
commit d9378613ee
2 changed files with 10 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ return [
'title' => 'Setup Cachet',
'service_details' => 'Service Details',
'status_page_setup' => 'Status Page Setup',
'show_support' => 'Show support for Cachet?',
'show_support' => 'Show support for Cachet? <small>Places a link in the footer linking to Cachet.</small>',
'admin_account' => 'Administrator Account',
'complete_setup' => 'Complete Setup'
];

View File

@@ -50,6 +50,15 @@
</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<div class='form-group'>
<label>{{ trans('setup.show_support') }}</label>
<input type='hidden' value='0' name='show_support' />
<input type='checkbox' value='1' name='show_support' class='form-control' {{ Setting::get("show_support") ? "checked" : null }} />
</div>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<div class='form-group'>