Additional branding placeholders
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -623,5 +623,6 @@ return [
|
||||
'deleted_models' => 'Deleted Asset Models',
|
||||
'deleted_users' => 'Deleted Users',
|
||||
'cost_each' => ':amount each',
|
||||
'remove_current_image' => 'Remove current :type image',
|
||||
|
||||
];
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<div class="col-md-9 col-md-offset-3">
|
||||
<label id="{{ $logoId }}-deleteCheckbox" for="{{ $logoClearVariable }}" style="font-weight: normal" class="form-control">
|
||||
<input type="checkbox" name="{{ $logoClearVariable }}" value="1" @checked(old($logoClearVariable))>
|
||||
Remove current {{ $logoLabel }} image
|
||||
{{ trans('general.remove_current_image', ['type' => $logoLabel]) }}
|
||||
</label>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@@ -267,7 +267,7 @@
|
||||
<x-input.textarea
|
||||
name="custom_css"
|
||||
:value="old('custom_css', $setting->custom_css)"
|
||||
placeholder="Add your custom CSS"
|
||||
placeholder="{{ trans('admin/settings/general.custom_css_placeholder') }}"
|
||||
aria-label="custom_css"
|
||||
disabled
|
||||
/>
|
||||
@@ -277,7 +277,7 @@
|
||||
<x-input.textarea
|
||||
name="custom_css"
|
||||
:value="old('custom_css', $setting->custom_css)"
|
||||
placeholder="Add your custom CSS"
|
||||
placeholder="{{ trans('admin/settings/general.custom_css_placeholder') }}"
|
||||
aria-label="custom_css"
|
||||
/>
|
||||
{!! $errors->first('custom_css', '<span class="alert-msg" aria-hidden="true">:message</span>') !!}
|
||||
@@ -365,7 +365,7 @@
|
||||
name="footer_text"
|
||||
:value="old('footer_text', $setting->footer_text)"
|
||||
rows="4"
|
||||
placeholder="Optional footer text"
|
||||
placeholder="{{ trans('admin/settings/general.footer_text_placeholder') }}"
|
||||
disabled
|
||||
/>
|
||||
<p class="text-warning"><i class="fas fa-lock"></i> {{ trans('general.feature_disabled') }}</p>
|
||||
@@ -374,7 +374,7 @@
|
||||
name="footer_text"
|
||||
:value="old('footer_text', $setting->footer_text)"
|
||||
rows="4"
|
||||
placeholder="Optional footer text"
|
||||
placeholder="{{ trans('admin/settings/general.footer_text_placeholder') }}"
|
||||
/>
|
||||
@endif
|
||||
<p class="help-block">{!! trans('admin/settings/general.footer_text_help') !!}</p>
|
||||
|
||||
Reference in New Issue
Block a user