includes/clientside/static/acl.js
changeset 730 b09cb1dab505
parent 729 ebac7eeb89eb
child 749 ea3045a3bcbd
--- a/includes/clientside/static/acl.js	Sat Nov 08 22:37:59 2008 -0500
+++ b/includes/clientside/static/acl.js	Sun Nov 09 09:02:35 2008 -0500
@@ -1244,6 +1244,9 @@
 
 function aclDrawTraceWrapper(data)
 {
+  // hide the next button
+  document.getElementById(aclManagerID + '_next').style.display = 'none';
+  
   var trace_by_perm = aclDrawTraceByPerm(data);
   var trace_by_rule = aclDrawTraceByRule(data);