1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Merge pull request #4337 from Jimmi08/patch-9

fix for left align of checkboxes
This commit is contained in:
Cameron
2021-01-04 08:18:29 -08:00
committed by GitHub

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