1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
commit 3eb42b5c0f
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>
";