1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 11:52:29 +01:00

Hide Sending Errors in Alerts Settings

This commit is contained in:
FreeScout 2018-11-16 02:32:09 -08:00
parent b53cfe4b57
commit c5de9bece3

View File

@ -21,7 +21,7 @@
{{ __('Send alert if application could not fetch emails for a period of time.') }}
</p>
<div class="controls form-inline @if (!$settings['alert_fetch']) hidden @endif" id="alert_fetch_period_wrap">
<label for="alert_fetch_period" class="control-label">{{ __('Period (minutes)') }}</label>
<label for="alert_fetch_period" class="control-label">{{ __('Check Period (minutes)') }}</label>
<input id="alert_fetch_period" type="number" min="5" class="form-control" name="settings[alert_fetch_period]" value="{{ old('settings[alert_fetch_period]', $settings['alert_fetch_period']) }}" @if ($settings['alert_fetch']) required autofocus @endif>
</div>
@ -29,7 +29,7 @@
</div>
</div>
<div class="form-group{{ $errors->has('settings[alert_send]') ? ' has-error' : '' }}">
{{--<div class="form-group{{ $errors->has('settings[alert_send]') ? ' has-error' : '' }}">
<label for="alert_send" class="col-sm-2 control-label">{{ __('Sending Errors') }} (todo)</label>
<div class="col-sm-6">
@ -46,7 +46,7 @@
</p>
@include('partials/field_error', ['field'=>'settings.alert_send'])
</div>
</div>
</div>--}}
<div class="form-group{{ $errors->has('settings[alert_recipients]') ? ' has-error' : '' }}">
<label for="alert_recipients" class="col-sm-2 control-label">{{ __('Extra Recipients') }}</label>