summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/notes/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/notes/notes.html')
-rw-r--r--httemplate/view/cust_main/notes/notes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html
index fa45a68f2..b4ea87c19 100644
--- a/httemplate/view/cust_main/notes/notes.html
+++ b/httemplate/view/cust_main/notes/notes.html
@@ -89,6 +89,7 @@
style="display:<% $display %>"
>
<& /elements/table-grid.html &>
+ <THEAD>
<TR>
<TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Date') |h %></TH>
% if ( $conf->exists('cust_main_note-display_times') ) {
@@ -103,6 +104,7 @@
<TH CLASS="grid" BGCOLOR="#cccccc">&nbsp;</TH>
% }
</TR>
+ </THEAD>
% $skipheader = (!$conf->exists('note-classes') || $conf->config('note-classes') < 2);
% $last_classnum = $note->classnum;
% }