Pman.Tab.AdminTranslations.bjs
[Pman.Admin] / Pman.Tab.AdminTranslations.bjs
index c261e17..8ce568c 100644 (file)
                                                         {
                                                             "*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"
                                                         }