]> git.samba.org - jra/samba/.git/commitdiff
r8718: try to improve the 2 level menu a bit.
authorAndrew Tridgell <tridge@samba.org>
Sat, 23 Jul 2005 08:54:09 +0000 (08:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:58 +0000 (13:29 -0500)
Deryck, if you get a chance, could you see how to make this a little
"left and up" arrow instead of "Main Menu" ?
(This used to be commit c6c1b2998c68b40496fe605097900071704d6474)

swat/scripting/header_columns.esp

index c7e58df90bbf4d42b9bf82fa5acb9d9537df4475..0320e6628341a5dcaccde08c7724863e67257fff 100644 (file)
@@ -62,9 +62,11 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
 
 <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>