1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 02:00:14 +02:00

Fix: User settings page - don't display tab if empty.

This commit is contained in:
Cameron
2015-05-14 12:35:53 -07:00
parent d9e52ae0d1
commit e7ec4663ad
2 changed files with 6 additions and 5 deletions

View File

@@ -215,9 +215,7 @@ $USERSETTINGS_WRAPPER['edit']['CUSTOMTITLE'] = "<div class='form-group'>
$USERSETTINGS_WRAPPER['edit']['USERCLASSES'] = "<div class='form-group'>
<label for='userclasses' class='col-sm-3 control-label'>".LAN_USER_76.":".req($pref['signup_option_class'])."</label>
<div class='col-sm-9'>{---}
<br /><span class='smalltext'>".LAN_USER_73."</span>
</div>
<div class='col-sm-9'>{---}</div>
</div>
";