svn commit: samba r8718 - in branches/SAMBA_4_0/swat/scripting: .

tridge at samba.org tridge at samba.org
Sat Jul 23 08:54:10 GMT 2005


Author: tridge
Date: 2005-07-23 08:54:09 +0000 (Sat, 23 Jul 2005)
New Revision: 8718

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8718

Log:
try to improve the 2 level menu a bit.

Deryck, if you get a chance, could you see how to make this a little
"left and up" arrow instead of "Main Menu" ?

Modified:
   branches/SAMBA_4_0/swat/scripting/header_columns.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/scripting/header_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-22 17:45:42 UTC (rev 8717)
+++ branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-23 08:54:09 UTC (rev 8718)
@@ -62,9 +62,11 @@
 
 <div id="nav">
      <% 
-     include("/menu.js");
      if (global.page.menu) {
           include(global.page.menu);
+	  write('<a href="/">Main Menu</a>');
+     } else {
+	  include("/menu.js");
      }
      %>
 </div>



More information about the samba-cvs mailing list