[freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Mon Jul 14 16:09:20 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv19283/view/cust_main
Modified Files:
notes.html
Log Message:
fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent
Index: notes.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/notes.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- notes.html 14 Jul 2008 23:08:36 -0000 1.6
+++ notes.html 14 Jul 2008 23:09:17 -0000 1.7
@@ -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>
More information about the freeside-commits
mailing list