core-extjs的国际化文件按权限加载。
commit99206004cef701234a22d8c31122be176194d780
authorTommy Wang <tommy@gaixie.org>
Mon, 20 Sep 2010 07:05:18 +0000 (20 15:05 +0800)
committerTommy Wang <tommy@gaixie.org>
Mon, 20 Sep 2010 07:05:18 +0000 (20 15:05 +0800)
tree2994c59aabf6263f26ff3b9846b67d902ed49ce1
parentd0cb6855fd5c8dc488fa13a31a613d8d23fe8d92
core-extjs的国际化文件按权限加载。
13 files changed:
jibu-web/jibu-core-extjs/pom.xml
jibu-web/jibu-core-extjs/src/main/java/org/gaixie/jibu/security/servlet/MainServlet.java
jibu-web/jibu-core-extjs/src/main/resources/i18n/CoreExtjsResources.properties
jibu-web/jibu-core-extjs/src/main/webapp/js/classic/layout.js
jibu-web/jibu-core-extjs/src/main/webapp/js/system/administration/authority.js
jibu-web/jibu-core-extjs/src/main/webapp/js/system/administration/role.js
jibu-web/jibu-core-extjs/src/main/webapp/js/system/administration/user.js
jibu-web/jibu-core-extjs/src/main/webapp/js/system/setting.js
jibu-web/jibu-core-extjs/src/main/webapp/locale/js/system/administration/administration-all-en.js [new file with mode: 0644]
jibu-web/jibu-core-extjs/src/main/webapp/locale/js/system/administration/administration-all-zh_CN.js [new file with mode: 0644]
jibu-web/jibu-core-extjs/src/main/webapp/locale/js/system/system-all-en.js
jibu-web/jibu-core-extjs/src/main/webapp/locale/js/system/system-all-zh_CN.js
jibu-web/jibu-core-extjs/src/test/java/org/gaixie/jibu/security/servlet/MainServletTest.java