summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-07-14 23:09:17 +0000
committerivan <ivan>2008-07-14 23:09:17 +0000
commitefb850eae1c0aae3b43483bd73a7824b105357db (patch)
treee25c188fe7d76eb0c9f04ef44f3a2f35baea0d0e /httemplate
parent7efc882e67c25728c07990e852a590cbddfc1dc6 (diff)
fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main/notes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html
index 4c97c9f..f7b4ddb 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>