diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-18 21:17:44 -0700 |
commit | 3e9a428cbc8abd4af6fea8eb828126519b43198b (patch) | |
tree | db3e5ea4bcf2e111f637dcb90d7ea76e63b50de3 /httemplate/elements/change_history_common.html | |
parent | 060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff) |
customer view UI
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 = ''; |