diff options
author | ivan <ivan> | 2008-04-12 23:18:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-12 23:18:57 +0000 |
commit | c0253e7e88b4ed0b27c7d1ea83dbde2f8dfcebb0 (patch) | |
tree | e41c47c945f1251e74598f717a29d612b4a908c5 | |
parent | b60afb3800213aa1c6a4aed9d4bb995c628c6011 (diff) |
add some column elements so we can replicate multi-column edit forms with edit.html
-rw-r--r-- | httemplate/elements/columnend.html | 6 | ||||
-rw-r--r-- | httemplate/elements/columnnext.html | 4 | ||||
-rw-r--r-- | httemplate/elements/columnstart.html | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/elements/columnend.html b/httemplate/elements/columnend.html new file mode 100644 index 000000000..021a328e8 --- /dev/null +++ b/httemplate/elements/columnend.html @@ -0,0 +1,6 @@ + </TABLE> + </TD> + </TR> + </TABLE> + </TD> +</TR> diff --git a/httemplate/elements/columnnext.html b/httemplate/elements/columnnext.html new file mode 100644 index 000000000..93e9f79e5 --- /dev/null +++ b/httemplate/elements/columnnext.html @@ -0,0 +1,4 @@ + </TABLE> + </TD> + <TD VALIGN="top" STYLE="spacing-left:12px"> + <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> diff --git a/httemplate/elements/columnstart.html b/httemplate/elements/columnstart.html new file mode 100644 index 000000000..895061772 --- /dev/null +++ b/httemplate/elements/columnstart.html @@ -0,0 +1,6 @@ +<TR> + <TD BGCOLOR="#e8e8e8" COLSPAN=99> + <TABLE BORDER=0 CELLSPACING=0> + <TR> + <TD VALIGN="top"> + <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0> |