From eb3bd392a89b8b666dc512951e78913c05b98810 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 27 Sep 2013 17:19:36 -0700 Subject: invoice configurations, #24723 --- httemplate/elements/columnstart.html | 77 +++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) (limited to 'httemplate/elements/columnstart.html') diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html index be37d817d..1ffbcb9e8 100644 --- a/httemplate/elements/columnstart.html +++ b/httemplate/elements/columnstart.html @@ -1,6 +1,81 @@ +<%doc> + + <& /elements/columnstart.html &> + ... + ... + <& /elements/columnnext.html &> + ... + <& /elements/columnend.html &> +
+ +Pass 'aligned' => 1 to have corresponding rows in the columns line up. + +% my $id = sprintf('table%08d', rand(100000000)); - +
+% if ( $aligned ) { +%# Instead of changing all the tr-* elements to sometimes output table +%# cells without wrapping them in a row, we're just going to completely +%# rebuild the table on the client side. + +% } # if $aligned +<%args> +$aligned => 0 + -- cgit v1.2.1