Pman.Tab.CmsBlog.bjs
[Pman.Cms] / Pman.Tab.CmsBlog.bjs
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",