mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Default/Domain/User Settings: Implement select field for input_toggle_style options.
This commit is contained in:
@@ -296,6 +296,9 @@
|
||||
else if ($category == 'theme' && $subcategory == 'menu_side_toggle_body_width' && $name == 'text') {
|
||||
echo " ".$text['option-'.$row['user_setting_value']]."\n";
|
||||
}
|
||||
else if ($category == 'theme' && $subcategory == 'input_toggle_style' && $name == 'text') {
|
||||
echo " ".$text['option-'.$row['user_setting_value']]."\n";
|
||||
}
|
||||
else if ($category == "theme" && substr_count($subcategory, "_color") > 0 && ($name == "text" || $name == 'array')) {
|
||||
echo " ".(img_spacer('15px', '15px', 'background: '.escape($row['user_setting_value']).'; margin-right: 4px; vertical-align: middle; border: 1px solid '.(color_adjust($row['user_setting_value'], -0.18)).'; padding: -1px;'));
|
||||
echo "<span style=\"font-family: 'Courier New'; line-height: 6pt;\">".escape($row['user_setting_value'])."</span>\n";
|
||||
|
||||
Reference in New Issue
Block a user