From 8567b237a265349560715f880c1de4a442f2f331 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Sep 2011 11:01:46 +0800 Subject: [PATCH] Pman.Tab.AdminTranslations.bjs --- Pman.Tab.AdminTranslations.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.AdminTranslations.bjs b/Pman.Tab.AdminTranslations.bjs index c261e17..8ce568c 100644 --- a/Pman.Tab.AdminTranslations.bjs +++ b/Pman.Tab.AdminTranslations.bjs @@ -271,7 +271,7 @@ { "*prop": "store", "xtype": "SimpleStore", - "|data": "(function() { \n var modlist = []; \n AppModules = typeof(AppModules) == 'undefined' ? '' : AppModules;\n Roo.each( AppModules.split(','), function(mod) { \n modlist.push( [ mod ] ); \n }); \n return modlist;\n })()", + "|data": "[\n [ 'l', 'Language Names' ]\n [ 'c', 'Country Names' ]\n]", "|fields": "['module']", "|xns": "Roo.data" } -- 2.39.2