summaryrefslogtreecommitdiff
path: root/httemplate/elements/tablebreak-tr-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tablebreak-tr-title.html')
-rw-r--r--httemplate/elements/tablebreak-tr-title.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/httemplate/elements/tablebreak-tr-title.html b/httemplate/elements/tablebreak-tr-title.html
deleted file mode 100644
index ee2831231..000000000
--- a/httemplate/elements/tablebreak-tr-title.html
+++ /dev/null
@@ -1,14 +0,0 @@
-</TABLE>
-
-<TABLE <% $id %> BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0>
-
-<% include('tr-title.html', @_ ) %>
-
-<%init>
-
-my %opt = @_;
-
-my $id = '';
-$id = 'ID="'. $opt{'table_id'}. '"' if $opt{'table_id'};
-
-</%init>