Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment
In directory james.mmbase.org:/tmp/cvs-serv16409/assessment

Modified Files:
        closelesson.jsp closelesson.link.jspx 
Log Message:



See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment


Index: closelesson.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/closelesson.jsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- closelesson.jsp     16 Jan 2009 16:25:17 -0000      1.16
+++ closelesson.jsp     19 Jan 2009 14:49:01 -0000      1.17
@@ -81,6 +81,7 @@
     <mm:redirect page="/homework/" referids="$referids">
       <mm:param name="step">lessonclosed</mm:param>
       <mm:param name="coachmode">false</mm:param>
+      <mm:param name="justclosed">true</mm:param>
     </mm:redirect>
 
   </mm:cloud>


Index: closelesson.link.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/closelesson.link.jspx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- closelesson.link.jspx       19 Jan 2009 13:46:25 -0000      1.11
+++ closelesson.link.jspx       19 Jan 2009 14:49:01 -0000      1.12
@@ -36,7 +36,14 @@
     <input type="hidden" name="lesson" value="${currentlesson}"  />
     <c:if test="${empty feedback and ! empty currentlesson}">
        <di:translate key="assessment.close_and_send_to_coach" 
arg0="${currentlesson.name}">
+               <mm:import externid="justclosed">false</mm:import>
+               <c:if test="${justclosed}">
+                       <input type="button" class="educationButton" value="je 
les is verstuurd" /><jsp:text> | </jsp:text>
+               </c:if>
+       <c:if test="${!justclosed}">
        <input type="submit" class="educationButton" value="${_}" /><jsp:text> 
| </jsp:text>
+       </c:if>
+       
                        </di:translate>                          
                </c:if>
                <c:if test="${!empty feedback}">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to