Index: lams_admin/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_admin/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_admin/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_central/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_central/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_central/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_central/web/css/_learner_base.scss
===================================================================
diff -u -r7584e0047537ac0e15b56eb9829b035e02b458d7 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision 7584e0047537ac0e15b56eb9829b035e02b458d7)
+++ lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -64,7 +64,7 @@
margin-left: 1rem;
}
-/* Spacer classes */
+// Spacer classes
.offset2 {
margin: 2px;
@@ -124,16 +124,16 @@
.clear-both {
clear: both;
}
-/* Eliminate the scrollbar on learner popup windows, monitoring windows */
+// Eliminate the scrollbar on learner popup windows, monitoring windows
.no-margin{
margin-left: 0px;
margin-right: 0px;
}
-/* Tweak the class names to add .card-warning, etc for the card level etc to make
- * conversion of code from the panel classes.
- * Override the card definition for material to give a plain panel like card - if there
- * is no header then do not have an outline but if there is a header then outline it. */
+// Tweak the class names to add .card-warning, etc for the card level etc to make
+// conversion of code from the panel classes.
+// Override the card definition for material to give a plain panel like card - if there
+// is no header then do not have an outline but if there is a header then outline it.
.card-warning .card-header {
background: linear-gradient(60deg, $orange-400, $orange-700);
}
@@ -224,7 +224,7 @@
}
-/* Comments/Forum classes */
+// Comments/Forum classes
.msg .panel-heading {
padding: 3px 5px 3px 5px;
}
@@ -306,10 +306,9 @@
text-decoration: inherit;
margin-left: 5px;
color: inherit;
- /*float: right;*/
}
-/* Restrict the width of the up and down arrows so they do not grow wider when the screen is enlarged. td needs to be 5px wider than div. */
+// Restrict the width of the up and down arrows so they do not grow wider when the screen is enlarged. td needs to be 5px wider than div.
div.arrows{
display:inline-block;
width:30px;
@@ -320,24 +319,23 @@
text-align: center;
}
-@media (max-width: 500px) {
- .file-input-name {
- height: 22px; /* match height of btn */
- padding:4px 9px;
- font-size:90%;
- line-height: 1.2;
- }
-}
+// FileUpload tag support
+#addfile {
+ align-items: center;
+
+ .input-group-btn {
+ position: relative;
+ padding-left: 6px;
+ }
-@media (min-width: 501px ) and (max-width: 992px) {
- .file-input-name {
- height: 25px; /* match height of btn */
- padding:4px 9px;
- font-size:90%;
- line-height: 1.2;
- }
+ .file-input-name {
+ border-radius: 0.25rem;
+ padding-left: 5px;
+ margin-left: 5px;
+ height: 30px; // match button height
+ }
}
-
+
// Material Kit does not support the combination of nav-tabs on a dark background and a collapsable menu
// so tweak the nav-tab settings when the collapsable is shown and then we can see the buttons! Code
// is based on _responsive.scss. Also nav tabs sets the to active, whereas the non nav
@@ -397,7 +395,7 @@
}
-/** Authoring */
+// * Authoring *
// Toggle buttons that are on but disabled are usually forced on for leader selection so don't show with grey in the
// dot but with the primary colour as this reinforces the on and wanted on status.
.togglebutton {
@@ -417,7 +415,7 @@
}
}
-/*layout of adding a topic button */
+// layout of adding a topic button
a.button-add-item:before {
content: "\f067";
font-family: FontAwesome;
@@ -458,41 +456,38 @@
vertical-align:middle;
}
-/* .....NavBar: Icon only with coloring/layout.....*/
-
+// * NavBar: Icon only with coloring/layout *
nav.sidebar {
font-size: $font-size-sm;
.fa {
font-size: $font-size-base;
}
}
-/*small/medium side display*/
+// small/medium side display
@media (min-width: 768px) {
- /*Allow content to be next to Nav*/
+ // Allow content to be next to Nav
.navcontent{
position: absolute;
- width: calc(100% - 40px); /*keeps 100% minus nav size*/
+ width: calc(100% - 40px); // keeps 100% minus nav size
margin-left: 35px;
float: right;
min-height:100%;
}
- /* darker outline than usual */
-
- /*Center Brand*/
+ // Center Brand
nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: 0px;
}
- /*Center Brand*/
+ // Center Brand
nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
text-align: center;
width: 100%;
margin-left: 0px;
}
- /*Format Icons*/
+ // Format Icons
nav.sidebar a{
padding:10px 10px 10px 12px;
}
@@ -501,12 +496,12 @@
padding:10px 10px 10px 12px;
}
- /* colour in top box to match panel heading */
+ // colour in top box to match panel heading
nav.sidebar .navbar-nav > li:first-child{
background-color: $gray-lightest !important;
}
- /*adds border to bottom nav boxes except for the last box */
+ // adds border to bottom nav boxes except for the last box
nav.sidebar .navbar-nav > li{
border-bottom: $border-thin-default-light;
background-color: $body-bg;
@@ -516,14 +511,14 @@
border-bottom: 0px;
}
- /*allows nav box to use 100% width, style to be like panel */
+ // allows nav box to use 100% width, style to be like panel
nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
flex-direction: column;
padding: 0 0px 0 0px;
border:2px solid transparent;
}
- /*gives sidebar width/height*/
+ // gives sidebar width/height
nav.sidebar{
width: 155px;
height: 100%;
@@ -534,23 +529,19 @@
margin-bottom: 0px;
}
- /*give sidebar 100% width;*/
+ // give sidebar 100% width;
nav.sidebar li {
width: 100%;
margin-top: 3px;
margin-bottom: 3px;
}
- /* Move nav to full on mouse over*/
+ // Move nav to full on mouse over
nav.sidebar.expandmenu {
margin-left: 0;
}
-
-/* nav.sidebar:hover{
- margin-left: 0px;
- }
- */
- /*for hiden things when navbar hidden*/
+
+ // for hiden things when navbar hidden
.forAnimate{
opacity: 0;
}
@@ -593,35 +584,35 @@
}
}
-/*in case when portrait is not shown in a progress bar - give extra space to hamburger button*/
+// in case when portrait is not shown in a progress bar - give extra space to hamburger button
nav.sidebar p.no-portrait{
padding-right: 35px;
}
-/* .....NavBar: Fully showing nav bar..... */
+// .....NavBar: Fully showing nav bar.....
@media (min-width: 1330px) {
- /*Allow content to be next to Nav*/
+ // Allow content to be next to Nav
.navcontent{
position: absolute;
- width: calc(100% - 155px); /*keeps 100% minus nav size*/
+ width: calc(100% - 155px); // keeps 100% minus nav size
margin-left: 150px;
float: right;
}
- /*Show all nav*/
+ // Show all nav
nav.sidebar{
margin-left: 0px;
float: left;
}
- /*Show hidden items on nav*/
+ // Show hidden items on nav
nav.sidebar .forAnimate{
opacity: 1;
}
}
-/* center portrait */
+// center portrait
nav.sidebar .navbar-nav > li:first-child{
text-align: center;
}
@@ -642,7 +633,7 @@
color: white;
}
-/* fontawesome icon x-small */
+// fontawesome icon x-small
.fa-xs {
font-size: smaller;
}
@@ -737,7 +728,7 @@
}
-/* Growl functionality, jquery.blockUI (version: 2.38) */
+// Growl functionality, jquery.blockUI (version: 2.38)
.growlUI {
width: auto;
padding: 0px;
@@ -1139,7 +1130,7 @@
position: relative;
overflow: hidden;
left: calc(50% + 14px);
- /* 14px = 1/2 of 18px padding for sort arrows + 1/2 of 10px width of this block */
+ // 14px = 1/2 of 18px padding for sort arrows + 1/2 of 10px width of this block
display: inline-block;
}
Index: lams_central/web/css/defaultHTML_learner.scss
===================================================================
diff -u -rf0dd067cb016bd5669a5d1316fca29cf70464cda -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_central/web/css/defaultHTML_learner.scss (.../defaultHTML_learner.scss) (revision f0dd067cb016bd5669a5d1316fca29cf70464cda)
+++ lams_central/web/css/defaultHTML_learner.scss (.../defaultHTML_learner.scss) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -1,10 +1,9 @@
-// Standard LAMS Skin. If you need to add anything add it to _main_base.scss and it will go in all skins.
+// Standard LAMS Skin. If you need to add anything add it to _learner_base.scss and it will go in all skins.
@import "_lams_variables.scss";
// Stylesheet Imports
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("/lams/css/material-kit-blue-primary.css?v=2.0.5");
-//@import url("/lams/css/bootstrap.min.css");
// LAMS Classes and overrides
@import "_dialogs.scss";
@import "_inlineeditor.scss";
Index: lams_gradebook/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_gradebook/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_gradebook/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_learning/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_learning/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_learning/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_monitoring/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_monitoring/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_monitoring/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_assessment/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_assessment/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_assessment/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_chat/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_chat/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_chat/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_daco/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_daco/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_daco/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_doku/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_doku/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_doku/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_forum/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_forum/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_forum/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_gmap/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r0ff6eb1870bb28b59851f42d6f813b99a5f7d5a4 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_gmap/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 0ff6eb1870bb28b59851f42d6f813b99a5f7d5a4)
+++ lams_tool_gmap/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_images/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_images/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_images/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_imscc/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_imscc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_imscc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_lamc/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_lamc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_lamc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_laqa/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_laqa/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_laqa/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_larsrc/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_larsrc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_larsrc/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_leader/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_leader/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_leader/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_mindmap/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_mindmap/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_mindmap/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_nb/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_nb/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_nb/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_notebook/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_notebook/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_notebook/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_pixlr/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_pixlr/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_pixlr/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_preview/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_preview/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_preview/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_sbmt/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_sbmt/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_sbmt/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_sbmt/web/learner/sbmtlearner.jsp
===================================================================
diff -u -ra9f5e7f17f2c4ca78ee68eb398817a79735c148f -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision a9f5e7f17f2c4ca78ee68eb398817a79735c148f)
+++ lams_tool_sbmt/web/learner/sbmtlearner.jsp (.../sbmtlearner.jsp) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -125,7 +125,7 @@
-
+
Index: lams_tool_scratchie/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_scratchie/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_scratchie/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_scribe/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_scribe/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_scribe/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_spreadsheet/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_spreadsheet/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_spreadsheet/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_survey/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_survey/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_survey/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_task/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_task/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_task/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_vote/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_vote/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_vote/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_wiki/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_wiki/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_tool_wiki/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_tool_zoom/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r2cf1e086b82a29fae22136351fc7a44821181323 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_tool_zoom/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 2cf1e086b82a29fae22136351fc7a44821181323)
+++ lams_tool_zoom/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}
Index: lams_www/web/WEB-INF/tags/FileUpload.tag
===================================================================
diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra1716c658ce789163118c281e8952f83368ea57b
--- lams_www/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80)
+++ lams_www/web/WEB-INF/tags/FileUpload.tag (.../FileUpload.tag) (revision a1716c658ce789163118c281e8952f83368ea57b)
@@ -55,15 +55,14 @@
-
- <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%>
+
-
+
${maxFileSize}