fuck embedded iframes and their stupid display problems with scrolling. also make...
authorivan <ivan>
Mon, 14 Jul 2008 23:59:50 +0000 (23:59 +0000)
committerivan <ivan>
Mon, 14 Jul 2008 23:59:50 +0000 (23:59 +0000)
httemplate/view/cust_main/notes.html

index f7b4ddb..833c92e 100755 (executable)
@@ -77,7 +77,7 @@ my (@notes) = $cust_main->notes();
 
 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');