Update of /var/cvs/contributions/didactor2/src/education/templates/education/js
In directory james.mmbase.org:/tmp/cvs-serv21863/js
Modified Files:
frontend_tree.jsp
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/js
Index: frontend_tree.jsp
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/js/frontend_tree.jsp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- frontend_tree.jsp 15 Jan 2008 15:45:54 -0000 1.22
+++ frontend_tree.jsp 4 Feb 2008 13:31:09 -0000 1.23
@@ -8,7 +8,7 @@
var ITEM_OPENED = '${mm:treefile("/gfx/icon_arrow_tab_open.gif", pageContext,
includePath)}';
var ITEM_CLOSED = '${mm:treefile("/gfx/icon_arrow_tab_closed.gif",
pageContext, includePath)}';
-var may_open_future =
+var may_open_openfuture =
<di:hasrole role="coach">true || //coach</di:hasrole>
<di:hasrole role="teacher">true || // teacher</di:hasrole>
<di:hasrole role="systemadministrator">true || //system administrator
</di:hasrole>
@@ -97,11 +97,14 @@
usedFrames[document.href_frame] = null;
}
+
function loadIconOn() {
- document.getElementById("ajax_loader").style.display = "inline";
+ var ajax = document.getElementById("ajax_loader");
+ if (ajax) ajax.style.display = "inline";
}
function loadIconOff() {
- document.getElementById("ajax_loader").style.display = "none";
+ var ajax = document.getElementById("ajax_loader");
+ if (ajax) ajax.style.display = "none";
}
function disablePopups() {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs