summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/notes/notes.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-18 21:17:44 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-18 21:17:44 -0700
commit3e9a428cbc8abd4af6fea8eb828126519b43198b (patch)
treedb3e5ea4bcf2e111f637dcb90d7ea76e63b50de3 /httemplate/view/cust_main/notes/notes.html
parent060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff)
customer view UI
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;
% }