Merge pull request #1746 from julceslauhub/master

BUG 5488 case inbox refresh time should be configurable - new feature request IMPROVEMENT
This commit is contained in:
julceslauhub
2013-05-22 12:52:52 -07:00

View File

@@ -207,7 +207,7 @@ Ext.onReady(function() {
}
});
txtCasesRefreshTime = new Ext.form.TextField({
txtCasesRefreshTime = new Ext.form.NumberField({
id: "txtCasesRefreshTime",
name: "txtCasesRefreshTime",
@@ -216,6 +216,9 @@ Ext.onReady(function() {
maskRe: /^\d*$/,
enableKeyEvents: true,
minValue: 90,
maxValue: 14400,
listeners: {
keyup: function (txt, e)
{