From 03e2232993b1c99ff14ade53aaf2231d612c2cf5 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Sep 2012 18:10:34 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 2 +- Pman.Tab.AdminContactsGroupRight.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index d4e0e1e..5bdc536 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -254,7 +254,7 @@ "sortable": false, "width": 150, "xtype": "ColumnModel", - "|renderer": "function(v,x,r) {\n return String.format('{0}', v.split('.').shift(), v);\n}", + "|renderer": "function(v,x,r) {\n// return String.format('{0}', v.split('.').shift(), v);\n}", "|xns": "Roo.grid" }, { diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index 8ff1ead..c5518d3 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -713,7 +713,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ sortable : false, width : 150, renderer : function(v,x,r) { - return String.format('{0}', v.split('.').shift(), v); + // return String.format('{0}', v.split('.').shift(), v); } }, { -- 2.39.2