From 347a4fdf856660ddcb4ccd69d69af121f46abb68 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 Apr 2018 15:07:42 +0800 Subject: [PATCH] Pman.Tab.CmsBlog.bjs Pman.Tab.CmsBlog.js --- Pman.Tab.CmsBlog.bjs | 2 +- Pman.Tab.CmsBlog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.CmsBlog.bjs b/Pman.Tab.CmsBlog.bjs index 2e7f383e..a471bc13 100644 --- a/Pman.Tab.CmsBlog.bjs +++ b/Pman.Tab.CmsBlog.bjs @@ -704,7 +704,7 @@ }, { "xtype" : "ColumnModel", - "width" : 100, + "width" : 75, "header" : "Type", "$ renderer" : "function(v, x, r) \n{\n var ret = [];\n \n if (r.data.language.length) {\n ret.push('>> ' + Pman.I18n.toName('l', r.data.language));\n }\n \n if(r.data.translation_type.length){\n \n var types = r.data.translation_type.split(',');\n \n Roo.each(types, function(t){\n ret.push('>> ' + Pman.I18n.toName('l', t));\n });\n }\n \n return ret.join(\"
\");\n \n}", "$ xns" : "Roo.grid", diff --git a/Pman.Tab.CmsBlog.js b/Pman.Tab.CmsBlog.js index 760410a5..d14f633d 100644 --- a/Pman.Tab.CmsBlog.js +++ b/Pman.Tab.CmsBlog.js @@ -1987,7 +1987,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return ret.join("
"); }, - width : 100, + width : 75, xns : Roo.grid, '|xns' : 'Roo.grid' }, -- 2.39.2