Index: lams_central/web/pedagogical_planner/templateBase.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/pedagogical_planner/Attic/templateBase.jsp,v diff -u -r1.2 -r1.3 --- lams_central/web/pedagogical_planner/templateBase.jsp 19 Feb 2009 14:01:30 -0000 1.2 +++ lams_central/web/pedagogical_planner/templateBase.jsp 26 Feb 2009 19:20:09 -0000 1.3 @@ -15,7 +15,7 @@ var activityCount = ${fn:length(planner.activities)}; //How many activities are there in the sequence var activitySupportingPlannerCount = ${planner.activitySupportingPlannerCount}; //How many of activities support the planner (their data will be submitted) var sendInPortions = ${planner.sendInPortions}; //Should the forms be send all at once or rather in parts - var activitiesInPortion = ${planner.activitiesInPortion}; //After how many submitted forms the script should pause + var activitiesPerPortion = ${planner.activitiesPerPortion}; //After how many submitted forms the script should pause var submitDelay = ${planner.submitDelay}; //How many miliseconds should the script wait before sending another portion of forms var saveDetailsUrl = ""; var errorPlannerNotSaved = ''; @@ -114,6 +114,9 @@ + + + <%-- Small row with a down arrow --%> @@ -155,7 +158,7 @@ - ${complexActivityType} group${activity.group} + ${complexActivityType} group${activity.group} ${complexActivityType}LastActivity