Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java,v
diff -u -r1.35 -r1.36
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java 23 May 2008 06:05:24 -0000 1.35
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java 21 Jul 2008 06:13:10 -0000 1.36
@@ -385,8 +385,14 @@
voteGeneralMonitoringDTO.setDeletedAttachmentList(new ArrayList());
/** ...till here **/
-
-
+ // setting up the advanced summary for LDEV-1662
+ request.setAttribute("lockOnFinish", voteContent.isLockOnFinish());
+ request.setAttribute("allowText", voteContent.isAllowText());
+ request.setAttribute("maxNominationCount", voteContent.getMaxNominationCount());
+ request.setAttribute("showResults", voteContent.isShowResults());
+ request.setAttribute("reflect", voteContent.isReflect());
+ request.setAttribute("reflectionSubject", voteContent.getReflectionSubject());
+
MonitoringUtil.buildVoteStatsDTO(request,voteService, voteContent);
return true;
Index: lams_tool_vote/web/monitoring/SummaryContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/SummaryContent.jsp,v
diff -u -r1.32 -r1.33
--- lams_tool_vote/web/monitoring/SummaryContent.jsp 17 Oct 2006 20:29:42 -0000 1.32
+++ lams_tool_vote/web/monitoring/SummaryContent.jsp 21 Jul 2008 06:13:10 -0000 1.33
@@ -24,7 +24,107 @@