mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Issue #1767 Fixed duplicate 'required' indicator in legacy usersettings theme template.
This commit is contained in:
@@ -101,7 +101,7 @@ $USEREXTENDED_FIELD = "<tr>
|
||||
|
||||
|
||||
|
||||
$REQUIRED_FIELD = "{FIELDNAME}<span class='required'> *</span>";
|
||||
$REQUIRED_FIELD = "{FIELDNAME} <span class='required'><!-- emtpy --></span>";
|
||||
|
||||
// After Saving has occurred.
|
||||
$USERSETTINGS_MESSAGE = "{MESSAGE}";
|
||||
|
Reference in New Issue
Block a user