Features: added diff time to default zone, current time in zone list (converted to usertimezone ) , timezone selector filtered by continent to have shorter options list
*to change continent filter edit row 99 (WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%')
- > substitute "Europe" &/or "Asia" with required continent names (as in timezones list)
to filter by single continent delete // OR `Name` LIKE 'Asia% //
to remove row, don't gorget to keep // "; // at thend of that querry
Fetures: checkboxes transformed to toggle switches, clockpicker for time input
readonly input fields : input time with clockpicker only (to avoid input typing and format mistakes), better visualisation for year and weeks selection (in addsgift.php)
updated jquery timepicker, changed to "range" mode ( start time max limits end time min, end time min limits start time max)
changed "create" behaviour (bug:1435257 ) - now call attemp is created only if appointment is submitted
*?? do we need to "delete" call attempt id apointment is deleted? ( filter by called / not yet called cases?)
* required to develop date/time restriction according to shifts and timeslots , call addshift.php if shift is not sheduled for required date/time
increased nr of charachters for question description,
modified order to be more understandable to set quota parameters
*requires translation strings update
added 'clockpicker' library (could replace jquerry-ui timepicker later on in some files)
modified functions.display.php to handle external classes
modified addrow-v2.js to display cloned values and init clockpicker
Added case numbers "callto:" links to interface2
ATTENTION: number dialed as exist in your "contact list". Please check for your required prefixes, dial and regional codes before application!