#93: Updated mark-up of "add album redirect" checkbox to BS4
This commit is contained in:
parent
cff66e72d6
commit
6e4eaf35dd
@ -57,11 +57,10 @@
|
||||
<div id="change-parent-warning" class="alert alert-warning" style="display: none;">
|
||||
@lang('admin.edit_album_change_parent_warning')
|
||||
|
||||
<div class="mt-3">
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" name="preserve_url_redirect" checked="checked">
|
||||
<span class="custom-control-indicator"></span>
|
||||
<span class="custom-control-description">@lang('admin.edit_album_change_parent_add_alias')</span>
|
||||
<div class="mt-3 form-check">
|
||||
<input type="checkbox" class="form-check-input" id="preserve-url-redirect" name="preserve_url_redirect" checked="checked">
|
||||
<label class="form-check-label" for="preserve-url-redirect">
|
||||
<strong>@lang('admin.edit_album_change_parent_add_alias')</strong>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user