Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:35:15 +0000 (14:35 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:35:15 +0000 (14:35 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index 23d1d50..75e38b0 100644 (file)
                                     "name" : "name",
                                     "qtip" : "Select core_notify",
                                     "queryParam" : "query[person_id_name]",
-                                    "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>",
+                                    "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b></div>",
                                     "loadingText" : "Searching...",
                                     "items" : [
                                         {
index cd8c864..24cfdc1 100644 (file)
@@ -369,7 +369,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             name : 'name',
                             qtip : "Select core_notify",
                             queryParam : 'query[person_id_name]',
-                            tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>',
+                            tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b></div>',
                             loadingText : "Searching...",
                             listeners : {
                                render : function (_self)