[open-ils-commits] r16471 - trunk/Open-ILS/web/templates/default (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri May 21 11:09:15 EDT 2010


Author: erickson
Date: 2010-05-21 11:09:13 -0400 (Fri, 21 May 2010)
New Revision: 16471

Modified:
   trunk/Open-ILS/web/templates/default/base.tt2
Log:
hide the out-of-sync, non-xul dojo menu in the html pages.  we don't want it showing up in the self-check UI or any oter public UIs built from templates

Modified: trunk/Open-ILS/web/templates/default/base.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/base.tt2	2010-05-21 14:00:03 UTC (rev 16470)
+++ trunk/Open-ILS/web/templates/default/base.tt2	2010-05-21 15:09:13 UTC (rev 16471)
@@ -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>



More information about the open-ils-commits mailing list