Closes #304 - toggle show Cachet support link
This commit is contained in:
@@ -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'
|
||||
];
|
||||
|
||||
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user