diff options
Diffstat (limited to 'httemplate/elements/change_history_common.html')
-rw-r--r-- | httemplate/elements/change_history_common.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/change_history_common.html b/httemplate/elements/change_history_common.html index 7d4bd1054..e228e6555 100644 --- a/httemplate/elements/change_history_common.html +++ b/httemplate/elements/change_history_common.html @@ -3,6 +3,7 @@ % my $bgcolor2 = '#ffffff'; % my $bgcolor = ''; +<THEAD> <TR> <TH CLASS="grid" BGCOLOR="#cccccc">User</TH> <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH> @@ -14,6 +15,7 @@ <TH CLASS="grid" BGCOLOR="#cccccc">Action</TH> <TH CLASS="grid" BGCOLOR="#cccccc">Description</TH> </TR> +</THEAD> % foreach my $item ( @history ) { % my $history_other = ''; |