Pman.Dialog.MailTemplateList.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:26:04 +0000 (14:26 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:26:04 +0000 (14:26 +0800)
Pman.Dialog.MailTemplateList.js

Pman.Dialog.MailTemplateList.bjs
Pman.Dialog.MailTemplateList.js

index bdf5778..6500407 100644 (file)
@@ -84,7 +84,7 @@
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "name",
-                                    "header": "Publication Lists",
+                                    "header": "Template name",
                                     "width": 200,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) { return String.format('{0}', v); }",
index f3ddead..22f5f59 100644 (file)
@@ -236,7 +236,7 @@ Pman.Dialog.MailTemplateList = {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
                                 dataIndex : 'name',
-                                header : 'Publication Lists',
+                                header : 'Template name',
                                 width : 200,
                                 renderer : function(v) { return String.format('{0}', v); }
                             }