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

Added token to x-editable

This commit is contained in:
Cameron
2018-09-04 15:15:50 -07:00
parent a6cb884277
commit 00e2663162
4 changed files with 82 additions and 42 deletions

View File

@@ -487,7 +487,9 @@ class user_class
}
else
{
$text .= "\n<optgroup label=\"".UC_LAN_INVERTLABEL."\">\n";
$text .= "\n";
$text .= '<optgroup label=\''.UC_LAN_INVERTLABEL.'\'>';
$text .= "\n";
}
foreach ($show_classes as $k => $v)
{
@@ -724,7 +726,9 @@ class user_class
{
if ($notCheckbox)
{
$ret .= "\n<optgroup label=\"".UC_LAN_INVERTLABEL."\">\n";
$ret .= "\n";
$ret .= '<optgroup label=\''.UC_LAN_INVERTLABEL.'\'>';
$ret .= "\n";
}
else
{