Make “remove image” text clearer

This commit is contained in:
snipe 2020-09-15 11:57:40 -07:00
parent 3b6fb68ff1
commit 9601bf6edd
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -22,12 +22,12 @@
</div>
<div class="col-md-9 col-md-offset-3">
<img id="{{ $logoId }}-imagePreview" style="max-width: 500px; max-height: 50px">
<img id="{{ $logoId }}-imagePreview" style="max-width: 500px; max-height: 50px;">
</div>
@if ($setting->$logoVariable!='')
<div class="col-md-9 col-md-offset-3">
{{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current image
{{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current {{ str_replace('_', ' ', $logoVariable) }} image
</div>
@endif
</div>