From: Alan Knowles Date: Wed, 5 Dec 2012 06:12:00 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=9ebcb183a5df903d7894ae3d724c8f9a95a09fbf Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 2fa3d9e..2426e92 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -86,7 +86,7 @@ "qtip": "Select core_notify", "queryParam": "query[person_id_name]", "selectOnFocus": true, - "tpl": "
{name}
", + "tpl": "
{person_id_name} {person_id_email}
", "triggerAction": "all", "typeAhead": true, "valueField": "id", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 42c0a3a..2e2d093 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -254,7 +254,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ qtip : "Select core_notify", queryParam : 'query[person_id_name]', selectOnFocus : true, - tpl : '
{name}
', + tpl : '
{person_id_name} {person_id_email}
', triggerAction : 'all', typeAhead : true, valueField : 'id',