1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

fix for left align of checkboxes

#4331
This commit is contained in:
Jimako 2021-01-04 15:27:22 +01:00 committed by GitHub
parent f20f00408c
commit 4adaf9c28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ $USERSETTINGS_WRAPPER['edit']['CUSTOMTITLE'] = "<div class='form-group'>
$USERSETTINGS_WRAPPER['edit']['USERCLASSES'] = "<div class='form-group'>
<label class='col-sm-3 control-label'>".LAN_USER_76.":".req(e107::getPref('signup_option_class'))."</label>
<div class='col-sm-9'>{---}</div>
<div class='col-sm-9 checkbox'>{---}</div>
</div>
";