Index: lams_admin/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r5e39743e8bd500d0e121cf4c95b9c9fc77eb80fc -r154dd0c76d055576f3eadb915647183afef0486c --- lams_admin/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 5e39743e8bd500d0e121cf4c95b9c9fc77eb80fc) +++ lams_admin/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 154dd0c76d055576f3eadb915647183afef0486c) @@ -47,6 +47,7 @@ error.flash.theme.invalid =Invalid flash theme. {0} error.html.theme.invalid =Invalid html theme. {0} error.locale.invalid =Invalid locale. {0} +error.login.request.ttl.negative =Login request's time to live should be a positive number. msg.user.add.to.parent.group =User/s marked with a '*' will be automatically added to the parent course with the same roles. msg.add.to.org =User will be added to {0}. msg.results.none =No results matched your query. @@ -152,6 +153,7 @@ sysadmin.serverdesc =Description sysadmin.prefix =Prefix sysadmin.disabled =Disabled +sysadmin.login.request.ttl =Login Request's time to live sysadmin.organisation =Organisation sysadmin.userinfoUrl =User information URL sysadmin.timeoutUrl =Timeout URL Index: lams_admin/conf/xdoclet/struts-forms.xml =================================================================== diff -u -r606581007abbdaee5483777096f32ffac1c3e3eb -r154dd0c76d055576f3eadb915647183afef0486c --- lams_admin/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision 606581007abbdaee5483777096f32ffac1c3e3eb) +++ lams_admin/conf/xdoclet/struts-forms.xml (.../struts-forms.xml) (revision 154dd0c76d055576f3eadb915647183afef0486c) @@ -82,6 +82,7 @@ + Index: lams_admin/src/java/org/lamsfoundation/lams/admin/web/ServerSaveAction.java =================================================================== diff -u -r273ac76ea166a02a1e72b10010ac41c545349bd5 -r154dd0c76d055576f3eadb915647183afef0486c --- lams_admin/src/java/org/lamsfoundation/lams/admin/web/ServerSaveAction.java (.../ServerSaveAction.java) (revision 273ac76ea166a02a1e72b10010ac41c545349bd5) +++ lams_admin/src/java/org/lamsfoundation/lams/admin/web/ServerSaveAction.java (.../ServerSaveAction.java) (revision 154dd0c76d055576f3eadb915647183afef0486c) @@ -60,12 +60,8 @@ *

* * @author Fei Yang - */ -/** - * struts doclets * - * @struts.action path="/serversave" input=".servermaintain" - * name="ServerOrgMapForm" scope="request" validate="false" + * @struts.action path="/serversave" input=".servermaintain" name="ServerOrgMapForm" scope="request" validate="false" * @struts.action-forward name="success" path="/serverlist.do" */ public class ServerSaveAction extends Action { Index: lams_admin/web/servermaintain.jsp =================================================================== diff -u -r16cfe3769f94872a900cc625ead3f3ab207eff00 -r154dd0c76d055576f3eadb915647183afef0486c --- lams_admin/web/servermaintain.jsp (.../servermaintain.jsp) (revision 16cfe3769f94872a900cc625ead3f3ab207eff00) +++ lams_admin/web/servermaintain.jsp (.../servermaintain.jsp) (revision 154dd0c76d055576f3eadb915647183afef0486c) @@ -1,5 +1,8 @@ <%@ include file="/taglibs.jsp"%> + + +

: @@ -9,7 +12,7 @@
- + @@ -36,15 +39,19 @@ - - - - + + + + + + + + @@ -70,10 +77,40 @@
:
: - - -   -
:
: + + +   +
: