Update of /var/cvs/contributions/didactor2/src/assessment/templates/assessment
In directory james.mmbase.org:/tmp/cvs-serv27849
Modified Files:
send_student_mail.jspx
Log Message:
passing also the name of the student
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/assessment/templates/assessment
Index: send_student_mail.jspx
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/assessment/templates/assessment/send_student_mail.jspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- send_student_mail.jspx 28 Nov 2008 14:36:06 -0000 1.1
+++ send_student_mail.jspx 28 Nov 2008 15:01:41 -0000 1.2
@@ -20,11 +20,14 @@
<mm:nodefunction name="clone">
<mm:setfield name="to">${user.email}</mm:setfield>
<mm:setfield name="type">TYPE_ONESHOT</mm:setfield>
- <mm:import id="formatarguments" listdelimiter="\|"
vartype="list"><mm:field node="lesson" name="name" /></mm:import>
- <mm:log>${formatarguments}</mm:log>
+ <mm:import id="formatarguments" listdelimiter="\|"
vartype="list">
+ <mm:field node="lesson" name="name" />
+ <jsp:text>|</jsp:text>
+ <mm:node referid="user"><di:person /></mm:node>
+ </mm:import>
<mm:function name="startmail" referids="formatarguments" />
</mm:nodefunction>
- </mm:relatednodes>
+ </mm:relatednodes>b
</mm:relatednodescontainer>
</c:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs