summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-07-14 23:59:50 +0000
committerivan <ivan>2008-07-14 23:59:50 +0000
commitc5aad5e2589691f4e5db25e0e95b4574acbcaafb (patch)
tree4dac5448240400fadacf5c9892aac1980e398305 /httemplate
parentefb850eae1c0aae3b43483bd73a7824b105357db (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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html
index f7b4ddb..833c92e 100755
--- a/httemplate/view/cust_main/notes.html
+++ b/httemplate/view/cust_main/notes.html
@@ -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');