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

Modified Files:
        container_navigation.jspx 
Log Message:
Using openContent of Didactor.js


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


Index: container_navigation.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/portalpages/templates/portalpages/container_navigation.jspx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- container_navigation.jspx   8 Jan 2009 15:37:22 -0000       1.2
+++ container_navigation.jspx   5 Mar 2009 08:29:08 -0000       1.3
@@ -55,7 +55,7 @@
                   <a href="${_}"
                      id="a_${_node}"
                      class="${object eq _node.number ? 'active' : 
''}${status.first ? ' first' : ''}${status.last ? ' last' :''}"
-                     onclick="openContent('${_node}', this); 
document.location.href = '${bookmark}'; return false;"
+                     onclick="didactor.openContent('${_node}', this); 
document.location.href = '${bookmark}'; return false;"
                      >
                     <mm:field name="title"/>
                   </a>
@@ -85,7 +85,7 @@
                   <a href="${_}"
                      id="a_${_node}"
                      class="${firstItem ne '' ? ' first' : ''}"
-                     onclick="openContent('${_node}', this); 
document.location.href = '${bookmark}'; return false;"
+                     onclick="didactor.openContent('${_node}', this); 
document.location.href = '${bookmark}'; return false;"
                      >
                     <mm:field name="title"/>
                   </a>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to