Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:03:54 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:03:54 +0000 (14:03 +0800)
Pman.Dialog.CoreNotifyRecur.js

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

index 9667dd4..71501eb 100644 (file)
                                                     "pageSize": 20,
                                                     "qtip": "Select core_enum",
                                                     "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>{display_name}</b> </div>",
                                                     "triggerAction": "all",
                                                     "typeAhead": true,
                                                     "valueField": "id",
index 8e7d12c..1fb15d4 100644 (file)
@@ -307,7 +307,7 @@ Pman.Dialog.CoreNotifyRecur = {
                                         pageSize : 20,
                                         qtip : "Select core_enum",
                                         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>{display_name}</b> </div>',
                                         triggerAction : 'all',
                                         typeAhead : true,
                                         valueField : 'id',