diff options
author | ivan <ivan> | 2008-04-15 13:42:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-15 13:42:40 +0000 |
commit | 477015901c379f8cd6ba46cfaa4a9ae284ae582d (patch) | |
tree | f4307128f80570f1f9f38250fb1769e942ec4b99 /httemplate/elements/tr-title.html | |
parent | 22a294936609cfcb452742a158fafaa55d3a6fd1 (diff) |
new package editor
Diffstat (limited to 'httemplate/elements/tr-title.html')
-rw-r--r-- | httemplate/elements/tr-title.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html index 6e2f58f6a..8517737ae 100644 --- a/httemplate/elements/tr-title.html +++ b/httemplate/elements/tr-title.html @@ -2,14 +2,4 @@ <TD BGCOLOR="#e8e8e8" COLSPAN=2> </TD> </TR> -<TR> - <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"> - <FONT SIZE="+1"><% $opt{value} %></FONT> - </TH> -</TR> - -<%init> - -my %opt = @_; - -</%init> +<% include('tr-justtitle.html', @_) %> |