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

Modified Files:
        index.jsp 
Log Message:
using also the education in the cookie name is perhaps handy too


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


Index: index.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/index.jsp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- index.jsp   10 Jan 2009 15:15:10 -0000      1.39
+++ index.jsp   10 Jan 2009 15:19:59 -0000      1.40
@@ -21,12 +21,13 @@
     </mm:link>
 
     <mm:import externid="mode">educations</mm:import>
+    <mm:import externid="e">${education}</mm:import>
     <script type="text/javascript">
       $(document).ready(function() {
         $('ul.treeview').treeview({
           collapsed: true,
           persist: "cookie",
-          cookieId: "treeview_${mode}",
+          cookieId: "treeview_${e}_${mode}",
           cookieOptions: {expires: 100}
         }
         );
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to