mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Fixes #592 Missing User-extended fields when using Bootstrap with usersettings page.
Closes #539 Tabs view of user-extended categories when using Bootstrap. Added missing css classes to extended-fields.
This commit is contained in:
@@ -295,7 +295,7 @@ $USERSETTINGS_TEMPLATE['edit'] = "
|
||||
{PHOTO_UPLOAD}
|
||||
|
||||
{USERCLASSES}
|
||||
{USEREXTENDED_ALL}
|
||||
{USEREXTENDED_ALL=tabs}
|
||||
|
||||
|
||||
{SIGNATURE=cols=58&rows=4}
|
||||
@@ -308,11 +308,16 @@ $USERSETTINGS_TEMPLATE['edit'] = "
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
";
|
||||
|
||||
|
||||
$USERSETTINGS_TEMPLATE['extended-category'] = "<h3>{CATNAME}</h3>";
|
||||
$USERSETTINGS_TEMPLATE['extended-field'] = "<div class='form-group'>
|
||||
<label class='col-sm-3 control-label'>{FIELDNAME}</label>
|
||||
<div class='col-sm-9'>
|
||||
{FIELDVAL} {HIDEFIELD}
|
||||
</div>
|
||||
</div>
|
||||
";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user