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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user