diff options
| author | ivan <ivan> | 2008-07-14 23:09:18 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-07-14 23:09:18 +0000 | 
| commit | bf6ffa84af7cd733511dc87aff86264f10a21b22 (patch) | |
| tree | b1e1860a394a5044e97cb2e92449ba3a6b6d30a2 /httemplate/view/cust_main | |
| parent | 513db608436a7584579c1824cac796eadc390579 (diff) | |
fuck embedded iframes and their stupid display problems with scrolling.  also make the gridding more consistent
Diffstat (limited to 'httemplate/view/cust_main')
| -rwxr-xr-x | httemplate/view/cust_main/notes.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 4c97c9f64..f7b4ddb30 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -6,7 +6,9 @@    <TR>      <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH> -    <TH CLASS="grid" BGCOLOR="#cccccc">Time</TH> +%   if ( $conf->exists('cust_main_note-display_times') ) { +      <TH CLASS="grid" BGCOLOR="#cccccc">Time</TH> +%   }      <TH CLASS="grid" BGCOLOR="#cccccc">Person</TH>      <TH CLASS="grid" BGCOLOR="#cccccc">Note</TH>    </TR> | 
