[Bps-public-commit] r19139 - in RT-FormTools: .

sartak at bestpractical.com sartak at bestpractical.com
Sat Apr 11 14:37:00 EDT 2009


Author: sartak
Date: Sat Apr 11 14:37:00 2009
New Revision: 19139

Modified:
   RT-FormTools/   (props changed)
   RT-FormTools/html/FormTools/Form

Log:
 r82060 at onn:  sartak | 2009-04-11 14:36:56 -0400
 Pass the ShowBar argument to Header


Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form	(original)
+++ RT-FormTools/html/FormTools/Form	Sat Apr 11 14:37:00 2009
@@ -3,6 +3,7 @@
 $next_for_validation => undef
 $include_header => 1
 $include_page_layout => 1
+$ShowBar => 1
 $validation => 0
 </%args>
 <%init>
@@ -74,7 +75,7 @@
 
 </%init>
 % if ($include_header) {
-<& /Elements/Header, Title => $m->notes('page_title') &>
+<& /Elements/Header, Title => $m->notes('page_title'), ShowBar => $ShowBar &>
 % if ($include_page_layout) {
 <& /Elements/PageLayout, title => $m->notes('page_title') &>
 % }



More information about the Bps-public-commit mailing list