X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcolumnstart.html;h=1ffbcb9e859938f5962e2182c404d83d9f7b18de;hb=92b6628c08e4478e48b6f250320a3e3e93262ec2;hp=be37d817d9724e4fa8df84e51426e27a2af059a4;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git 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 +