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/view/cust_main/notes/notes.html | |
parent | 060d8d15ba02f61fa0ddd68a9e55a64ce4dfa089 (diff) |
customer view UI
Diffstat (limited to 'httemplate/view/cust_main/notes/notes.html')
-rw-r--r-- | httemplate/view/cust_main/notes/notes.html | 2 |
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"> </TH> % } </TR> + </THEAD> % $skipheader = (!$conf->exists('note-classes') || $conf->config('note-classes') < 2); % $last_classnum = $note->classnum; % } |