[freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Mon Jul 14 16:59:53 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv20121/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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- notes.html	14 Jul 2008 23:09:17 -0000	1.7
+++ notes.html	14 Jul 2008 23:59:50 -0000	1.8
@@ -77,7 +77,7 @@
 
 sub note_datestr {
   my($note, $conf, $bgcolor) = @_ or return '';
-  my $td = '<TD CLASS="grid" BGCOLOR="$bgcolor" ALIGN="right">';
+  my $td = qq{<TD CLASS="grid" BGCOLOR="$bgcolor" ALIGN="right">};
   my $format = "$td%b&nbsp;%o,&nbsp;%Y</TD>";
   $format .= "$td%l:%M%P</TD>"
     if $conf->exists('cust_main_note-display_times');



More information about the freeside-commits mailing list