[freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.4.2.3, 1.4.2.4
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-serv20125/view/cust_main
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.4.2.3
retrieving revision 1.4.2.4
diff -u -d -r1.4.2.3 -r1.4.2.4
--- notes.html 14 Jul 2008 23:09:18 -0000 1.4.2.3
+++ notes.html 14 Jul 2008 23:59:51 -0000 1.4.2.4
@@ -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 %o, %Y</TD>";
$format .= "$td%l:%M%P</TD>"
if $conf->exists('cust_main_note-display_times');
More information about the freeside-commits
mailing list