Index: lams_central/src/java/org/lamsfoundation/lams/authoring/web/ExportToolContentAction.java =================================================================== diff -u -r7fb8d75056148ef36e31017858a764520d03f034 -rd2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/ExportToolContentAction.java (.../ExportToolContentAction.java) (revision 7fb8d75056148ef36e31017858a764520d03f034) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/ExportToolContentAction.java (.../ExportToolContentAction.java) (revision d2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb) @@ -77,6 +77,8 @@ if(StringUtils.equals(param,"loading")){ Long learningDesignId = WebUtil.readLongParam(request,PARAM_LEARING_DESIGN_ID); request.setAttribute(PARAM_LEARING_DESIGN_ID,learningDesignId); + int format = WebUtil.readIntParam(request,PARAM_EXPORT_FORMAT); + request.setAttribute(PARAM_EXPORT_FORMAT,format); //display initial page for automatically loading download pgm return mapping.findForward("loading"); }else if(StringUtils.equals(param,"export")){ Index: lams_central/web/toolcontent/exportchoice.jsp =================================================================== diff -u -r7fb8d75056148ef36e31017858a764520d03f034 -rd2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb --- lams_central/web/toolcontent/exportchoice.jsp (.../exportchoice.jsp) (revision 7fb8d75056148ef36e31017858a764520d03f034) +++ lams_central/web/toolcontent/exportchoice.jsp (.../exportchoice.jsp) (revision d2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb) @@ -37,11 +37,11 @@

- -
- + +

+
- +
Index: lams_central/web/toolcontent/exportloading.jsp =================================================================== diff -u -r6590f20180ba8098eb7512180d8088e2ccd8fdf3 -rd2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb --- lams_central/web/toolcontent/exportloading.jsp (.../exportloading.jsp) (revision 6590f20180ba8098eb7512180d8088e2ccd8fdf3) +++ lams_central/web/toolcontent/exportloading.jsp (.../exportloading.jsp) (revision d2ca8bacb2cfc0fee9a790fc5759eb155dd1fbfb) @@ -16,7 +16,7 @@