1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02: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

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>
";