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

sartak at bestpractical.com sartak at bestpractical.com
Sat Apr 11 14:35:49 EDT 2009


Author: sartak
Date: Sat Apr 11 14:35:47 2009
New Revision: 19138

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

Log:
 r82056 at onn:  sartak | 2009-04-11 14:35:32 -0400
 include_page_layout argument


Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form	(original)
+++ RT-FormTools/html/FormTools/Form	Sat Apr 11 14:35:47 2009
@@ -2,6 +2,7 @@
 $next
 $next_for_validation => undef
 $include_header => 1
+$include_page_layout => 1
 $validation => 0
 </%args>
 <%init>
@@ -74,8 +75,10 @@
 </%init>
 % if ($include_header) {
 <& /Elements/Header, Title => $m->notes('page_title') &>
+% if ($include_page_layout) {
 <& /Elements/PageLayout, title => $m->notes('page_title') &>
 % }
+% }
 
 <& /Elements/ListActions, actions => \@results &>
 



More information about the Bps-public-commit mailing list