Pman.Dialog.AdminWatch.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 08:40:37 +0000 (16:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 08:40:37 +0000 (16:40 +0800)
Pman.Dialog.AdminWatch.bjs
Pman.Dialog.AdminWatch.js
Pman.Dialog.AdminWatch.js

Pman.Dialog.AdminWatch.bjs
Pman.Dialog.AdminWatch.js

index ef72e0a..f541fd7 100644 (file)
                                     "qtip": "Select Person",
                                     "queryParam": "query[name]",
                                     "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>{name}</b> ({company_id_name}) &lt;{email}&gt;</div>",
                                     "triggerAction": "all",
                                     "typeAhead": true,
                                     "valueField": "id",
index bf4955f..5d74ecc 100644 (file)
@@ -278,7 +278,7 @@ Pman.Dialog.AdminWatch = {
                                     qtip : "Select Person",
                                     queryParam : 'query[name]',
                                     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>{name}</b> ({company_id_name}) &lt;{email}&gt;</div>',
                                     triggerAction : 'all',
                                     typeAhead : true,
                                     valueField : 'id',