Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_admin/conf/language/lams/ApplicationResources.properties,v diff -u -r1.100.2.9 -r1.100.2.10 --- lams_admin/conf/language/lams/ApplicationResources.properties 11 May 2016 07:06:56 -0000 1.100.2.9 +++ lams_admin/conf/language/lams/ApplicationResources.properties 16 Jun 2016 03:10:21 -0000 1.100.2.10 @@ -512,5 +512,6 @@ tool.groups.group.name.error =A group name can not be blank tool.groups.save.error =Error while saving groups config.live.edit =Enable live edit +sysadmin.extGroupsUrl =External groups URL #======= End labels: Exported 515 labels for en AU ===== Index: lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/ThemeManagementAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/ThemeManagementAction.java,v diff -u -r1.2.4.3 -r1.2.4.4 --- lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/ThemeManagementAction.java 5 May 2016 07:41:16 -0000 1.2.4.3 +++ lams_admin/src/java/org/lamsfoundation/lams/admin/web/action/ThemeManagementAction.java 16 Jun 2016 03:10:21 -0000 1.2.4.4 @@ -151,7 +151,7 @@ theme.setName(form.getName()); theme.setDescription(form.getDescription()); theme.setImageDirectory(form.getImageDirectory()); - theme.setType(Integer.parseInt(form.getType())); + // theme.setType(Integer.parseInt(form.getType())); no longer in form see LDEV-3674 return theme; } Index: lams_admin/web/cleanup.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/cleanup.jsp,v diff -u -r1.3 -r1.3.2.1 --- lams_admin/web/cleanup.jsp 20 Mar 2010 11:38:42 -0000 1.3 +++ lams_admin/web/cleanup.jsp 16 Jun 2016 03:10:20 -0000 1.3.2.1 @@ -2,26 +2,25 @@ <%@ page import="org.lamsfoundation.lams.util.FileUtil" %> <%@ page import="org.lamsfoundation.lams.util.TempDirectoryFilter" %> -
-
-
-
-
- |
${groupStatisticsDTO.totalUsers} | +${groupStatisticsDTO.totalUsers} | |
${subGroupStatisticsDTO.totalUsers} | +${subGroupStatisticsDTO.totalUsers} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ |
|
@@ -69,22 +64,22 @@
|
- |
|
- |
||
|
- |
- |
|
- |
- |
- ||
---|---|---|
+ |
|
@@ -387,13 +385,16 @@ ${registerDTO.serverLanguageDate} |
- |
- ||
---|---|---|
+ |
|
@@ -466,10 +467,10 @@ |
- "/>
-
-
-
-
+
+
-
${fn:length(servers)}
${fn:length(servers)}
| |||
- |
|||
- |
- - ${statisticsDTO.users} - | -
- |
- - ${statisticsDTO.sequences} - | -
- |
- - ${statisticsDTO.lessons} - | -
- |
- - ${statisticsDTO.activities} - | -
- |
- - ${statisticsDTO.completedActivities} - | -
- |
- - ${statisticsDTO.groups} - | -
- |
- - ${statisticsDTO.subGroups} - | -
+ |
+ + ${statisticsDTO.users} + | +
+ |
+ + ${statisticsDTO.sequences} + | +
+ |
+ + ${statisticsDTO.lessons} + | +
+ |
+ + ${statisticsDTO.activities} + | +
+ |
+ + ${statisticsDTO.completedActivities} + | +
+ |
+ + ${statisticsDTO.groups} + | +
+ |
+ + ${statisticsDTO.subGroups} + | +
+
- Index: lams_admin/web/template.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/template.jsp,v diff -u -r1.21.2.3 -r1.21.2.4 --- lams_admin/web/template.jsp 9 Feb 2016 18:53:01 -0000 1.21.2.3 +++ lams_admin/web/template.jsp 16 Jun 2016 03:10:20 -0000 1.21.2.4 @@ -4,18 +4,37 @@
* |
-
+
+ |
+
- | - |
-
Index: lams_admin/web/userorgrole.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/userorgrole.jsp,v diff -u -r1.13.12.1 -r1.13.12.2 --- lams_admin/web/userorgrole.jsp 8 Oct 2014 13:07:08 -0000 1.13.12.1 +++ lams_admin/web/userorgrole.jsp 16 Jun 2016 03:10:20 -0000 1.13.12.2 @@ -8,17 +8,16 @@ } -