mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Default Setting Edit: Fixed Domain selector and color picker - moved color picker JS files to Enhanced template.php.
This commit is contained in:
@@ -417,9 +417,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$category == "theme" && $subcategory == "background_color" && $name == "array" ||
|
||||
$category == "theme" && $subcategory == "login_color" && $name == "text"
|
||||
) {
|
||||
// source: http://rightjs.org
|
||||
echo " <script src='".PROJECT_PATH."/resources/rightjs/right.js'></script>";
|
||||
echo " <script src='".PROJECT_PATH."/resources/rightjs/right-colorpicker-src.js' type='text/javascript'></script>";
|
||||
echo " <style>";
|
||||
echo " DIV.rui-colorpicker { width: 253px; }";
|
||||
echo " DIV.rui-colorpicker DIV.controls { width: 61px; }";
|
||||
|
||||
Reference in New Issue
Block a user