diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:30 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2021-07-08 09:51:30 -0700 |
| commit | 73efa3f9ae88599d1c537cb8d050834d0bfcedba (patch) | |
| tree | e3ead3755b7716f59d0c0cbb9615c74a7abc5429 /httemplate/elements/columnstart.html | |
| parent | eb52ebdbdecd0f1861f92e29a61b29f825444dc2 (diff) | |
4.x style
Diffstat (limited to 'httemplate/elements/columnstart.html')
| -rw-r--r-- | httemplate/elements/columnstart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html index 245c308a7..40f7cad40 100644 --- a/httemplate/elements/columnstart.html +++ b/httemplate/elements/columnstart.html @@ -16,7 +16,7 @@ Pass 'aligned' => 1 to have corresponding rows in the columns line up. <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 id="<%$id%>"> <TR> <TD VALIGN="top"> - <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> + <TABLE CLASS="fsinnerbox"> % 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 |
