hide the out-of-sync, non-xul dojo menu in the html pages. we don't want it showing...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 May 2010 15:09:13 +0000 (15:09 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 May 2010 15:09:13 +0000 (15:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16471 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/base.tt2

index 8269652..0570b12 100644 (file)
@@ -7,9 +7,16 @@
 <!-- define the basic page structure -->
 <div id="oils-base-body-block" class="tundra" dojoType="dijit.layout.LayoutContainer"> 
     <div id="oils-base-header-block" dojoType="dijit.layout.ContentPane" layoutAlign="top">
+
+        <!-- Hide the non-xul menu for now.  
+             Will probably remove at some point since it's perpetually out 
+             of sync and exists solely as a development tool
+
         <div id='oils-base-header-menu-block'>
-            [% INCLUDE default/menu.tt2 %]
+            [%# INCLUDE default/menu.tt2 #%]
         </div>
+        -->
+
         <div id='oils-base-header-auto-login-block'>
             [% INCLUDE default/header.tt2 %]
         </div>