[open-ils-commits] r14782 - trunk/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Nov 5 13:10:42 EST 2009


Author: phasefx
Date: 2009-11-05 13:10:39 -0500 (Thu, 05 Nov 2009)
New Revision: 14782

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
Log:
enable the print button for these interfaces

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 02:43:21 UTC (rev 14781)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu.js	2009-11-05 18:10:39 UTC (rev 14782)
@@ -95,7 +95,7 @@
             obj.set_tab( 
                 loc, 
                 {'tab_name' : label, 'browser' : false }, 
-                {'no_xulG' : false, 'show_print_button' : false, 'show_nav_buttons' : true } 
+                {'no_xulG' : false, 'show_print_button' : true, 'show_nav_buttons' : true } 
             );
         }
 
@@ -112,7 +112,7 @@
             obj.set_tab( 
                 loc, 
                 {tab_name : label, browser : false }, 
-                {no_xulG : false, show_print_button : false, show_nav_buttons : true }
+                {no_xulG : false, show_print_button : true, show_nav_buttons : true }
             );
         }
 



More information about the open-ils-commits mailing list