Pman.Dialog.MTrackTime.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Nov 2012 08:11:02 +0000 (16:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Nov 2012 08:11:02 +0000 (16:11 +0800)
Pman.Dialog.MTrackTime.js

Pman.Dialog.MTrackTime.bjs
Pman.Dialog.MTrackTime.js

index 6d945dd..fc3dfb0 100644 (file)
                                                             "qtip": "Select Person",
                                                             "queryParam": "",
                                                             "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> {email} </div>",
                                                             "triggerAction": "all",
                                                             "typeAhead": true,
                                                             "valueField": "id",
index 1ff1e49..0430930 100644 (file)
@@ -110,7 +110,7 @@ Pman.Dialog.MTrackTime = {
                                                 qtip : "Select Person",
                                                 queryParam : '',
                                                 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> {email} </div>',
                                                 triggerAction : 'all',
                                                 typeAhead : true,
                                                 valueField : 'id',