⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 settings.sql

📁 jsp程序开发系统
💻 SQL
📖 第 1 页 / 共 3 页
字号:
INSERT INTO settings VALUES (182,'CSS: Light Text Font','css_light_font','Arial, Helvetica, verdana, geneva, lucida, \'lucida grande\', arial, helvetica, sans-serif',117,'This setting specifies the font used for all \"light\" text elements in the user interface. This must be a CSS-compliant string -- a list of fonts, each separated by a comma.','text',0,'');INSERT INTO settings VALUES (183,'CSS: Light Text Size','css_light_size','10px',117,'This setting specifies the font size used for all \"light\" text elements in the user interface. This must be a CSS-compliant string, such as \"10px\".','text',0,'');INSERT INTO settings VALUES (184,'CSS: Light Link Color (inactive)','css_light_active_link_color','#424242',117,'This setting specifies the color of all \"light\", inactive (not being clicked, etc.) links in the user interface. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (185,'CSS: Light Link Color (active)','css_light_inactive_link_color','#BF4444',117,'This setting specifies the color of all \"light\", active (hovered or clicked) links in the user interface. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (186,'CSS: Tech Message Border Style','css_tech_reply_border','#BF4343 1px solid',117,'This setting specifies the full CSS style for the borders around technician replies in the ticket view page. This must be a CSS-compliant string -- a full format specifier, like \"#BF4343 1px solid\".','text',0,'');INSERT INTO settings VALUES (187,'CSS: Tech Message Background Color','css_tech_reply_background','#EBEBEB',117,'This setting specifies the background color for the borders around technician replies in the ticket view page. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (188,'CSS: User Message Border Style','css_user_reply_border','#A4A4A4 1px solid',117,'This setting specifies the full CSS style for the borders around technician replies in the ticket view page. This must be a CSS-compliant string -- a full format specifier, like \"#A4A4A4 1px solid\".','text',0,'');INSERT INTO settings VALUES (189,'CSS: Tech Message Background COlor','css_tech_reply_background','#EBEBEB',117,'This setting specifies the background color for the borders around technician replies in the ticket view page. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (190,'CSS: Spacing Color','css_spacer_color','#CCCCCC',117,'This setting specifies the color of spacers used in the user interface. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (191,'CSS: Side Divider Color','css_divider_side_color','#A4A4A4',117,'This setting specifies the color of the side divider background elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (192,'CSS: Middle Divider Color','css_divider_middle_color','#727272',117,'This setting specifies the color of the middle divider background elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (193,'CSS: Error Table Border Style','css_error_table_border','#BF4343 1px dashed',117,'This setting specifies the style of the borders used for error messages. This must be a CSS-compliant string, such as \"#BF4343 1px dashed\".','text',0,'');INSERT INTO settings VALUES (194,'CSS: Error Text Color','css_error_text_color','#BF4343',117,'This setting specifies the color of error messages in the user interface. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (195,'CSS: Header Color (Selected)','css_header_color_selected','#FFFFFF',117,'This setting specifies the background color of selected (highlighted) header elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (196,'CSS: Header Color (Non-selected)','css_header_color_nonselected','#E6E6E6',117,'This setting specifies the background color of non-selected (normal) header elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (197,'CSS: Headerbox Border Style','css_headerbox_border_style','#A4A4A4 1px solid',117,'This setting specifies the border style of the headerbox element. This must be a CSS-compliant string, such as \"#A4A4A4 1px solid\".','text',0,'');INSERT INTO settings VALUES (198,'CSS: Headerbox Background Color','css_headerbox_color','#E6E6E6',117,'This setting specifies the background color of the headerbox element. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (199,'CSS: Tablebox Border Style','css_tablebox_border_style','#CCCCCC 1px solid',117,'This setting specifies the border style of the tablebox element. This must be a CSS-compliant string, such as \"#CCCCCC 1px solid\".','text',0,'');INSERT INTO settings VALUES (200,'CSS: Tablebox Cell Color','css_tablebox_cell_color','#FFFFFF',117,'This setting specifies the background color of tablebox cell elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (201,'CSS: Tablebox Header Color','css_tablebox_header_color','#E6E6E6',117,'This setting specifies the background color of tablebox header elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (202,'CSS: Button Color','css_button_color','#CCCCCC',117,'This setting specifies the color of BUTTON form elements. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings VALUES (203,'CSS: Frontbox Border Style','css_frontbox_border_style','#A4A4A4 1px solid',117,'This setting specifies the border style of frontbox elements. This must be a CSS-compliant string, such as \"#A4A4A4 1px solid\".','text',0,'');INSERT INTO settings VALUES (204,'CSS: Frontbox Left Header Background','css_frontbox_left_color','#727272',117,'This setting specifies the background color of the frontbox left-side header. This must be a CSS-compliant string -- an HTML-format color\".','text',0,'');INSERT INTO settings VALUES (205,'CSS: Frontbox Right Header Background','css_frontbox_right_color','#E6E6E6',117,'This setting specifies the background color of the frontbox left-side header. This must be a CSS-compliant string -- an HTML-format color\".','text',0,'');INSERT INTO settings VALUES (206,'CSS: Frontbox Table Cell Background','css_frontbox_table','#FFFFFF',117,'This setting specifies the background color of the frontbox table cells. This must be a CSS-compliant string -- an HTML-format color\".','text',0,'');INSERT INTO settings VALUES (207,'CSS: Frontbox Active Link Color','css_frontbox_active_link','#BF4444',117,'This setting specifies the color of active (hovered or clicked) links in frontbox cells. This must be a CSS-compliant string -- an HTML-format color.','text',0,'');INSERT INTO settings_cat VALUES (1,'Configuration Settings','These settings control your DeskPRO configuration',1,0);INSERT INTO settings_cat VALUES (2,'Users','These settings control the user functions of DeskPRO',1,0);INSERT INTO settings_cat VALUES (4,'Tickets','These settings control ticket properties and display',1,0);INSERT INTO settings_cat VALUES (5,'Knowledgebase','These settings control some aspects of the knowledgebase',1,0);INSERT INTO settings_cat VALUES (3,'Technician','Some details that control aspects of the technician interface.',1,0);INSERT INTO settings_cat VALUES (6,'Attachments','Settings controlling the use of attachments',1,0);INSERT INTO settings_cat VALUES (7,'Announcements','These settings control the display of announcements',1,0);INSERT INTO settings_cat VALUES (8,'Email','These settings control the email functions of DeskPRO',1,0);INSERT INTO settings_cat VALUES (100,'Email Gateway','The general settings for the email gateway',0,0);INSERT INTO settings_cat VALUES (10,'Language','These settings control DeskPROs language usage',1,0);INSERT INTO settings_cat VALUES (106,'Category settings','Category Settings',1,0);INSERT INTO settings_cat VALUES (107,'Priority Settings','Priority Settings',1,0);INSERT INTO settings_cat VALUES (108,'Sessions','Session Settings',1,0);INSERT INTO settings_cat VALUES (111,'Hidden Settings','Settings used internally by DeskPRO',0,0);INSERT INTO settings_cat VALUES (112,'Gateway Autoresponder Settings','Controls the autoresponder settings',0,0);INSERT INTO settings_cat VALUES (113,'Dates','These settings control the display of Dates within DeskPRO',1,0);INSERT INTO settings_cat VALUES (115,'Payment Settings','These settings control the time tracking and billing features of DeskPro.',0,0);INSERT INTO settings_cat VALUES (110,'SMTP Settings','Use the internal SMTP mail sending system',1,0);INSERT INTO settings_cat VALUES (116,'Tech Email Gateway','These settings control the tech to user email gateway',0,3);INSERT INTO settings_cat VALUES (117,'Styles','These settings control the general appearance of the user interface.',0,1);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -