Add more spacing to registration form

2022-03-24
Luca 3 years ago
parent aacd2ae83c
commit 1ba5cd9fe8

@ -315,8 +315,8 @@ function guest_register()
}
return page_with_title(register_title(), [
__('By completing this form you\'re registering as a Chaos-Angel. This script will create you an account in the angel task scheduler.'),
form_info(entry_required() . ' = ' . __('Entry required!')),
form_element('', __('By completing this form you\'re registering as a Chaos-Angel. This script will create you an account in the angel task scheduler.')),
form_element('', entry_required() . ' = ' . __('Entry required!')),
$msg,
msg(),
form([
@ -357,7 +357,7 @@ function guest_register()
$enable_password || $enable_planned_arrival ? div('row', [
$enable_password ? div('col', [
form_password('password', __('Password') . ' ' . entry_required()),
form_info('', sprintf(__('Please use at least %s characters.'), $min_password_length)),
form_element('', '<span class="help-block">' . icon('info-circle') . sprintf(__('Please use at least %s characters.'), $min_password_length) . '</span>'),
]) : '',
$enable_planned_arrival ? div('col', [

Loading…
Cancel
Save