From: Alan Knowles Date: Wed, 16 May 2012 09:09:30 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3540ec135657752bf874ebdab52609573b9cf3cc Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 42764c73..21aa3d36 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -348,10 +348,9 @@ "minChars": 2, "name": "tz_name", "pageSize": 20, - "qtip": "Select core_enum", - "queryParam": "", + "qtip": "Select timezone", "selectOnFocus": true, - "tpl": "
{name}
", + "tpl": "
{tz}
", "triggerAction": "all", "typeAhead": true, "valueField": "id", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index fb3a0e50..b1263b44 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -440,10 +440,9 @@ Pman.Dialog.CoreNotifyRecur = { minChars : 2, name : 'tz_name', pageSize : 20, - qtip : "Select core_enum", - queryParam : '', + qtip : "Select timezone", selectOnFocus : true, - tpl : '
{name}
', + tpl : '
{tz}
', triggerAction : 'all', typeAhead : true, valueField : 'id',