X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fcolumnstart.html;h=245c308a7863db4eae092c7a498aae608042dbe1;hp=895061772e895ab78e6739a1867d1cb4b64a04c7;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=c0253e7e88b4ed0b27c7d1ea83dbde2f8dfcebb0 diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html index 895061772..245c308a7 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', random_id(8)); - - +
+
+% 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 +