Index: lams_bb_integration/web/modules/learnermonitor.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/learnermonitor.jsp,v diff -u -r1.23 -r1.24 --- lams_bb_integration/web/modules/learnermonitor.jsp 21 Jul 2015 19:05:23 -0000 1.23 +++ lams_bb_integration/web/modules/learnermonitor.jsp 10 Aug 2015 04:36:53 -0000 1.24 @@ -122,6 +122,7 @@ String title = ""; String description = ""; String strLineitemId = null; + String position = "unknown"; //contentId is available in versions after 1.2.3 if (contentIdStr != null) { @@ -131,6 +132,7 @@ Content courseDoc = (Content)courseDocumentLoader.loadById( contentId ); title = courseDoc.getTitle(); description = courseDoc.getBody().getFormattedText(); + position = String.valueOf(courseDoc.getPosition()); //get lineitemid from the storage (bbContentId -> lineitemid) PortalExtraInfo pei = PortalUtil.loadPortalExtraInfo(null, null, "LamsLineitemStorage"); @@ -199,6 +201,8 @@ <%-- Cancel (Go Back) --%> + + <% if((description != "") && (description != null)) { %>
<%=description%> Index: lams_bb_integration/web/modules/modify.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/modify.jsp,v diff -u -r1.8 -r1.9 --- lams_bb_integration/web/modules/modify.jsp 18 Feb 2014 14:39:16 -0000 1.8 +++ lams_bb_integration/web/modules/modify.jsp 10 Aug 2015 04:36:52 -0000 1.9 @@ -67,6 +67,7 @@ + <%-- Form for the LAMS Lesson Attributes --%>
"> @@ -76,7 +77,7 @@ - +