diff options
author | ivan <ivan> | 2008-04-13 10:21:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-13 10:21:21 +0000 |
commit | 5a50cc44ea44730eb8f286b5063f0446b247381b (patch) | |
tree | 9cd5567c2c7b9c072073c50023aea8c38fc7d902 | |
parent | 0fa6b21504e13fb8997eec6961623c7ab52be733 (diff) |
adding just a title with no blank space above
-rw-r--r-- | httemplate/elements/tr-justtitle.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html new file mode 100644 index 000000000..7839a8ce5 --- /dev/null +++ b/httemplate/elements/tr-justtitle.html @@ -0,0 +1,11 @@ +<TR> + <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"> + <FONT SIZE="+1"><% $opt{value} %></FONT> + </TH> +</TR> + +<%init> + +my %opt = @_; + +</%init> |