Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes
In directory james.mmbase.org:/tmp/cvs-serv30504/modes

Modified Files:
        educations.jsp 
Log Message:
fixed some icons


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards/modes


Index: educations.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes/educations.jsp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- educations.jsp      29 Feb 2008 09:25:54 -0000      1.21
+++ educations.jsp      3 Mar 2008 13:09:17 -0000       1.22
@@ -105,7 +105,9 @@
                 <div id="education_0">
                   <!-- Registration -->
                   <mm:hasnode number="component.register">
-                    <di:leaf  branchPath=".. ">
+                    <di:leaf
+                        icon="new_education"
+                        branchPath=".. ">
                       <mm:treefile write="false" 
page="/register/wizards/register.jsp"
                                    referids="$referids,educationId"
                                    objectlist="$includePath">
@@ -118,7 +120,9 @@
 
                   <!-- I think it is hackery -->
                   <mm:hasnode number="component.portal">
-                    <di:leaf  branchPath=".. ">
+                    <di:leaf
+                        icon="new_education"
+                        branchPath=".. ">
                       <mm:treefile write="false" 
page="/portal/wizards/index.jspx"
                                    referids="language,educationId,$referids" 
objectlist="$includePath">
                         <a href="${_}"
@@ -130,7 +134,9 @@
                   </mm:hasnode>
 
                   <!-- create new learnblock item -->
-                  <di:leaf  branchPath=".. ">
+                  <di:leaf
+                      icon="new_education"
+                      branchPath=".. ">
                     <mm:link referid="wizardjsp" referids="[EMAIL PROTECTED]">
                       <mm:param 
name="wizard">config/learnblocks/learnblocks-origin</mm:param>
                       <mm:param name="objectnumber">new</mm:param>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to