mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Users: Add setting to require username format be an email address or not.
This commit is contained in:
@@ -368,6 +368,9 @@
|
||||
echo " ".(img_spacer('15px', '15px', 'background: '.escape($row['default_setting_value']).'; margin-right: 4px; vertical-align: middle; border: 1px solid '.(color_adjust($row['default_setting_value'], -0.18)).'; padding: -1px;'));
|
||||
echo "<span style=\"font-family: 'Courier New'; line-height: 6pt;\">".escape($row['default_setting_value'])."</span>\n";
|
||||
}
|
||||
else if ($category == 'users' && $subcategory == 'username_format' && $name == 'text') {
|
||||
echo " ".$text['option-username_format_'.$row['default_setting_value']]."\n";
|
||||
}
|
||||
else if ($category == 'recordings' && $subcategory == 'storage_type' && $name == 'text') {
|
||||
echo " ".$text['label-'.$row['default_setting_value']]."\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user