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

Modified Files:
        roles.jsp 
Log Message:
depth not necessary any more


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


Index: roles.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/modes/roles.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- roles.jsp   29 Feb 2008 09:24:12 -0000      1.14
+++ roles.jsp   29 Feb 2008 15:08:45 -0000      1.15
@@ -32,7 +32,7 @@
          -->
          <!--create new role-->
 
-         <di:leaf icon="learnblock" depth="1" branchPath=". ">
+         <di:leaf icon="learnblock"  branchPath=". ">
            <jsp:text> </jsp:text>
            <mm:link referid="listjsp">
              <mm:param name="wizard">config/people/people</mm:param>
@@ -47,7 +47,7 @@
            </mm:link>
          </di:leaf>
          <mm:listnodes type="roles" varStatus="status">
-           <di:leaf depth="2" branchPath=". ${status.last ? '.' : ' '}">
+           <di:leaf  branchPath=". ${status.last ? '.' : ' '}">
              <jsp:text> </jsp:text>
              <mm:link referid="listjsp" referids="[EMAIL PROTECTED],education">
                <mm:param name="wizard">config/people/people_unlink</mm:param>
@@ -65,7 +65,7 @@
              </mm:link>
            </di:leaf>
          </mm:listnodes>
-         <di:leaf icon="learnblock" depth="1" branchPath=". ">
+         <di:leaf icon="learnblock"  branchPath=". ">
            <mm:link referid="listjsp" referids="[EMAIL PROTECTED]">
              <mm:param name="wizard">config/class/classes-standalone</mm:param>
              <mm:param name="nodepath">classes</mm:param>
@@ -80,7 +80,7 @@
              </a>
            </mm:link>
          </di:leaf>
-         <di:leaf icon="learnblock" depth="1" branchPath=". ">
+         <di:leaf icon="learnblock"  branchPath=". ">
            <mm:link referid="listjsp">
              <mm:param name="wizard">config/workgroup/workgroups</mm:param>
              <mm:param name="nodepath">workgroups</mm:param>
@@ -96,12 +96,12 @@
              </nobr>
            </mm:link>
          </di:leaf>
-         <di:leaf icon="learnblock" depth="1" branchPath=". ">
+         <di:leaf icon="learnblock"  branchPath=". ">
            <jsp:text> </jsp:text>
            <a href="roles.jsp" title="${di:translate('education.roles')}"
               target="text"><di:translate key="education.roles" /></a>
          </di:leaf>
-         <di:leaf icon="learnblock" depth="1" branchPath="..">
+         <di:leaf icon="learnblock"  branchPath="..">
            <mm:link referid="listjsp">
              <mm:param 
name="wizard">config/disallowedusernames/disallowedusernames</mm:param>
              <mm:param name="nodepath">disallowedusernames</mm:param>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to