Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:17:13 +0000 (12:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:17:13 +0000 (12:17 +0800)
Pman.Tab.AdminNotify.js

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

index 1274319..bc610c3 100644 (file)
                             "header": "Who to notify",
                             "width": 200,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.person_id_email); \n }",
+                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); \n }",
                             "|xns": "Roo.grid"
                         },
                         {
index f4da27b..4a5514a 100644 (file)
@@ -294,7 +294,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                         header : 'Who to notify',
                         width : 200,
                         renderer : function(v,x,r) {
-                             return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.person_id_email); 
+                             return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); 
                          }
                     },
                     {