Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:09:30 +0000 (17:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 May 2012 09:09:30 +0000 (17:09 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 42764c7..21aa3d3 100644 (file)
                                                     "minChars": 2,
                                                     "name": "tz_name",
                                                     "pageSize": 20,
-                                                    "qtip": "Select core_enum",
-                                                    "queryParam": "",
+                                                    "qtip": "Select timezone",
                                                     "selectOnFocus": true,
-                                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
+                                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{tz}</b> </div>",
                                                     "triggerAction": "all",
                                                     "typeAhead": true,
                                                     "valueField": "id",
index fb3a0e5..b1263b4 100644 (file)
@@ -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 : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
+                                            tpl : '<div class="x-grid-cell-text x-btn button"><b>{tz}</b> </div>',
                                             triggerAction : 'all',
                                             typeAhead : true,
                                             valueField : 'id',