Started process to redesign the Agent Screen, added Screen Colors definitions, removed san-serif fonts, changed loading/login/logout screens, logging of browser width/height.
git-svn-id: svn://192.168.202.10@2558 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
# options.php - manually defined options for vicidial.php
|
||||
#
|
||||
# Copyright (C) 2013 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||
# Copyright (C) 2016 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||
#
|
||||
# rename this file to options.php for the settings here to go into effect
|
||||
#
|
||||
@@ -11,6 +11,7 @@
|
||||
# 130903-2015 - Added window validation options
|
||||
# 131007-1346 - Added mrglock_ig_select_ct
|
||||
# 131121-1719 - Fixed defaults mismatched, HKuser_level and FORM_COLOR
|
||||
# 160619-1010 - Added link_to_grey_version option
|
||||
#
|
||||
|
||||
$conf_silent_prefix = '5'; # vicidial_conferences prefix to enter silently and muted for recording
|
||||
@@ -45,6 +46,7 @@ $conf_check_attempts = '3'; # number of attempts to try before loosing webserver
|
||||
$focus_blur_enabled = '0'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
|
||||
$consult_custom_delay = '2'; # number of seconds to delay consultative transfers when custom fields are active
|
||||
$mrglock_ig_select_ct = '4'; # number of seconds to leave in-group select screen open if agent select is disabled
|
||||
$link_to_grey_version = '1'; # show link to old grey version of agent screen at login screen, next to timeclock link
|
||||
|
||||
$TEST_all_statuses = '0'; # TEST variable allows all statuses in dispo screen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user