Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v
diff -u -r1.26 -r1.27
--- lams_central/web/css/defaultHTML_learner.css 28 Feb 2009 10:49:56 -0000 1.26
+++ lams_central/web/css/defaultHTML_learner.css 4 Mar 2009 04:06:56 -0000 1.27
@@ -532,6 +532,13 @@
}
+.import {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/import.png') no-repeat;
+
+}
+
+
.nextActivity {
padding: 0px 20px 0px 0px;
background: url('../images/css/next.png') no-repeat;
Index: lams_central/web/toolcontent/exportchoice.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/exportchoice.jsp,v
diff -u -r1.6 -r1.7
--- lams_central/web/toolcontent/exportchoice.jsp 26 Aug 2008 02:09:28 -0000 1.6
+++ lams_central/web/toolcontent/exportchoice.jsp 4 Mar 2009 04:05:55 -0000 1.7
@@ -51,8 +51,8 @@
Index: lams_central/web/toolcontent/exportloading.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/exportloading.jsp,v
diff -u -r1.14 -r1.15
--- lams_central/web/toolcontent/exportloading.jsp 5 Jun 2007 05:53:07 -0000 1.14
+++ lams_central/web/toolcontent/exportloading.jsp 4 Mar 2009 04:05:55 -0000 1.15
@@ -36,7 +36,7 @@
Index: lams_central/web/toolcontent/exportresult.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/exportresult.jsp,v
diff -u -r1.13 -r1.14
--- lams_central/web/toolcontent/exportresult.jsp 5 Jun 2007 05:53:07 -0000 1.13
+++ lams_central/web/toolcontent/exportresult.jsp 4 Mar 2009 04:05:55 -0000 1.14
@@ -45,7 +45,7 @@
Index: lams_central/web/toolcontent/import.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/import.jsp,v
diff -u -r1.16 -r1.17
--- lams_central/web/toolcontent/import.jsp 15 Aug 2008 04:38:31 -0000 1.16
+++ lams_central/web/toolcontent/import.jsp 4 Mar 2009 04:05:55 -0000 1.17
@@ -14,13 +14,15 @@
window.close();
}
- function verifyFilenameLength() {
+ function verifyAndSubmit() {
if (document.getElementById("UPLOAD_FILE").value.length == 0) {
var msg = "";
alert(msg);
return (false);
+ } else {
+ var f = document.getElementById('importForm');
+ f.submit();
}
- return (true);
}
@@ -41,12 +43,12 @@
- " method="post" enctype="multipart/form-data">
+ " method="post" enctype="multipart/form-data" id="importForm">
- " class="button" onclick="javascript:if (!verifyFilenameLength()) {return false;} "/>
+
Index: lams_central/web/toolcontent/importresult.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/toolcontent/importresult.jsp,v
diff -u -r1.17 -r1.18
--- lams_central/web/toolcontent/importresult.jsp 30 Apr 2008 03:24:46 -0000 1.17
+++ lams_central/web/toolcontent/importresult.jsp 4 Mar 2009 04:05:56 -0000 1.18
@@ -51,8 +51,8 @@
-
+