Index: lams_central/web/css/uppy.custom5.css =================================================================== diff -u --- lams_central/web/css/uppy.custom5.css (revision 0) +++ lams_central/web/css/uppy.custom5.css (revision 129046221bc61bf76b85db3dec56fae24bc18cab) @@ -0,0 +1,4 @@ +.uppy-Dashboard-AddFiles-title { + font-size: 20px !important; + font-weight: normal !important; +} \ No newline at end of file Index: lams_tool_nb/web/WEB-INF/tags/Alert5.tag =================================================================== diff -u -r5f8dff0cc7d791c9cb34c850aaf235ca604055d7 -r129046221bc61bf76b85db3dec56fae24bc18cab --- lams_tool_nb/web/WEB-INF/tags/Alert5.tag (.../Alert5.tag) (revision 5f8dff0cc7d791c9cb34c850aaf235ca604055d7) +++ lams_tool_nb/web/WEB-INF/tags/Alert5.tag (.../Alert5.tag) (revision 129046221bc61bf76b85db3dec56fae24bc18cab) @@ -30,13 +30,17 @@
- Index: lams_tool_nb/web/WEB-INF/tags/PageLearner.tag =================================================================== diff -u -r153933d5279d59317b482a5196aa9b9a3ee49e82 -r129046221bc61bf76b85db3dec56fae24bc18cab --- lams_tool_nb/web/WEB-INF/tags/PageLearner.tag (.../PageLearner.tag) (revision 153933d5279d59317b482a5196aa9b9a3ee49e82) +++ lams_tool_nb/web/WEB-INF/tags/PageLearner.tag (.../PageLearner.tag) (revision 129046221bc61bf76b85db3dec56fae24bc18cab) @@ -47,7 +47,9 @@ - - - + \ No newline at end of file Index: lams_tool_sbmt/web/learner/sbmtlearner.jsp =================================================================== diff -u -r3db9ad9f8b7c6085cf5adca2cdf463254f81cd68 -r129046221bc61bf76b85db3dec56fae24bc18cab --- lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision 3db9ad9f8b7c6085cf5adca2cdf463254f81cd68) +++ lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision 129046221bc61bf76b85db3dec56fae24bc18cab) @@ -1,7 +1,9 @@ <%@ include file="/common/taglibs.jsp"%> + <%@ page import="org.lamsfoundation.lams.util.Configuration" %> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys" %> + <%=Configuration.get(ConfigurationKeys.UPLOAD_FILE_MAX_SIZE)%> <%=Configuration.get(ConfigurationKeys.EXE_EXTENSIONS)%> @@ -10,153 +12,152 @@ - + - - + + - - + + + + - + - + - + - - - +
-
+
+

-
+
- - - + + + - + - + - + - + - + - + - + @@ -320,52 +323,52 @@ - +
- +
- +
- + -
+
- +
 
- - -
- -
-
- + + +
+ +
- + - -
+ +
- + @@ -378,48 +381,48 @@
:
- + - + - - + + + + + + + + - + - + @@ -429,7 +432,7 @@ - + @@ -439,9 +442,9 @@ - + - + - +
) - + - - - - - - - "> - - - - " class="btn btn-default btn-disable-on-submit pull-right"> - - - + + + "> + + + " class="btn btn-default btn-disable-on-submit pull-right"> + +
- +
 
@@ -456,12 +459,12 @@
- + @@ -491,44 +494,45 @@
- + - +
- - - - - - - + + + - - - + id="finishButton"> + + + + + + + + + + + +
- + - + + \ No newline at end of file