Pman.Tab.CmsBlog.bjs
authoredward <edward@roojs.com>
Thu, 19 Apr 2018 07:07:42 +0000 (15:07 +0800)
committeredward <edward@roojs.com>
Thu, 19 Apr 2018 07:07:42 +0000 (15:07 +0800)
Pman.Tab.CmsBlog.js

Pman.Tab.CmsBlog.bjs
Pman.Tab.CmsBlog.js

index 2e7f383..a471bc1 100644 (file)
           },
           {
            "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('&gt;&gt; ' + 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('&gt;&gt; ' + Pman.I18n.toName('l', t));\n        });\n    }\n    \n    return ret.join(\"<br/>\");\n    \n}",
            "$ xns" : "Roo.grid",
index 760410a..d14f633 100644 (file)
@@ -1987,7 +1987,7 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
              return ret.join("<br/>");
              
          },
-         width : 100,
+         width : 75,
          xns : Roo.grid,
          '|xns' : 'Roo.grid'
         },