Merge branch 'bugfix/93-album-redirect-checkbox' of aheathershaw/blue-twilight into master

This commit is contained in:
Andy Heathershaw 2018-08-07 09:16:30 +01:00 committed by Gitea
commit f3e52ac5b5
1 changed files with 4 additions and 5 deletions

View File

@ -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>