Index: lams_tool_forum/web/common/uppylang.jsp
===================================================================
diff -u
--- lams_tool_forum/web/common/uppylang.jsp (revision 0)
+++ lams_tool_forum/web/common/uppylang.jsp (revision e2e85feb373e88b8ee590bdf706aa3d1e185dfc0)
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_forum/web/includes/javascript/message.js
===================================================================
diff -u -rbc66c534c18e8e49ce8ed510418400cbc56fd605 -re2e85feb373e88b8ee590bdf706aa3d1e185dfc0
--- lams_tool_forum/web/includes/javascript/message.js (.../message.js) (revision bc66c534c18e8e49ce8ed510418400cbc56fd605)
+++ lams_tool_forum/web/includes/javascript/message.js (.../message.js) (revision e2e85feb373e88b8ee590bdf706aa3d1e185dfc0)
@@ -119,6 +119,7 @@
case 'es' : uppyProperties.locale = Uppy.locales.es_ES; break;
case 'fr' : uppyProperties.locale = Uppy.locales.fr_FR; break;
case 'el' : uppyProperties.locale = Uppy.locales.el_GR; break;
+ case 'it' : uppyProperties.locale = Uppy.locales.it_IT; break;
}
@@ -132,25 +133,21 @@
limit : 1
});
- uppy.use(Uppy.DragDrop, {
+ uppy.use(Uppy.Dashboard, {
target: '#image-upload-area',
inline: true,
- height: 120,
- width: '100%'
+ height: 200,
+ width: '100%',
+ showProgressDetails : true,
+ hideRetryButton : true,
+ hideCancelButton : true,
+ showRemoveButtonAfterComplete: true,
+ proudlyDisplayPoweredByUppy: false
});
uppy.use(Uppy.Informer, {
target: '#image-upload-area'
});
-
- uppy.use(Uppy.StatusBar, {
- target: '#image-upload-area',
- hideAfterFinish: false,
- hideUploadButton: true,
- hideRetryButton: true,
- hidePauseResumeButton: true,
- hideCancelButton: true
- });
uppy.on('upload-success', function (file, response) {
// if file name was modified by server, reflect it in Uppy
Index: lams_tool_forum/web/jsps/authoring/authoring.jsp
===================================================================
diff -u -rabf11f48c3a772c5715c3e5caa1ecc86d62056a8 -re2e85feb373e88b8ee590bdf706aa3d1e185dfc0
--- lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision abf11f48c3a772c5715c3e5caa1ecc86d62056a8)
+++ lams_tool_forum/web/jsps/authoring/authoring.jsp (.../authoring.jsp) (revision e2e85feb373e88b8ee590bdf706aa3d1e185dfc0)
@@ -16,18 +16,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
+
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>
-
-
-
-
-
-
-
-
-
-
-
-
+ <%@ include file="/common/uppylang.jsp"%>