Roller 3.1 中管理员新增用户界面,默认语言和时区的方法

Roller 3.1 中管理员新增用户界面,默认语言和时区的方法
在UserAdminAction.java的newUser方法中添加如下代码即可
        userForm.setLocale(Locale.getDefault().toString());
        userForm.setTimeZone(TimeZone.getDefault().getID());
        userForm.setDataFromSSO(
false );


---------------------------------------------------------
专注移动开发
Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian

你可能感兴趣的:(Roller 3.1 中管理员新增用户界面,默认语言和时区的方法)