From 2e39cc4ce9ec6f025f7d11af881a3fe9dc6a4c0f Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 Apr 2018 15:08:09 +0800 Subject: [PATCH] Pman.Tab.CmsBlog.bjs Pman.Tab.CmsBlog.js --- Pman.Tab.CmsBlog.bjs | 4 ++-- Pman.Tab.CmsBlog.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Tab.CmsBlog.bjs b/Pman.Tab.CmsBlog.bjs index a471bc13..9b02ec9b 100644 --- a/Pman.Tab.CmsBlog.bjs +++ b/Pman.Tab.CmsBlog.bjs @@ -677,7 +677,7 @@ }, { "xtype" : "ColumnModel", - "width" : 50, + "width" : 40, "header" : "Active", "$ renderer" : "function(v,x,r) {\n \n var state = v> 0 ? '' : '-checked';\n\n return '';\n}", "$ xns" : "Roo.grid", @@ -686,7 +686,7 @@ }, { "xtype" : "ColumnModel", - "width" : 125, + "width" : 100, "header" : "Location", "$ renderer" : "function(v,x,r) { \n\n var fmt = '';\n \n if(r.data.template_id_template.length){\n \n fmt = (r.data.is_deleted ? '{0} [{1}]' : '{0} [{1}]');\n \n return String.format(fmt, v, r.data.template_id_template);\n }\n \n fmt = (r.data.is_deleted ? '{0}' : '{0}');\n \n return String.format( fmt, v);\n \n \n }", "$ xns" : "Roo.grid", diff --git a/Pman.Tab.CmsBlog.js b/Pman.Tab.CmsBlog.js index d14f633d..669340fb 100644 --- a/Pman.Tab.CmsBlog.js +++ b/Pman.Tab.CmsBlog.js @@ -1920,7 +1920,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ return ''; }, - width : 50, + width : 40, xns : Roo.grid, '|xns' : 'Roo.grid' }, @@ -1945,7 +1945,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({ }, - width : 125, + width : 100, xns : Roo.grid, '|xns' : 'Roo.grid' }, -- 2.39.2