Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / view / cust_main / notes / notes.html
index fa45a68..eb421eb 100644 (file)
                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') ) {
            <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Time') |h %></TH>
 %   }
-           <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Person') |h %></TH>
+           <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Employee') |h %></TH>
 %   if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) {
            <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Class') |h %></TH>
 %   }
            <TH CLASS="grid" BGCOLOR="#cccccc">&nbsp;</TH>
 %   }
        </TR>
+        </THEAD>
 % $skipheader = (!$conf->exists('note-classes') || $conf->config('note-classes') < 2);
 % $last_classnum = $note->classnum;
 % }