summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-06-10 19:41:48 +0000
committerivan <ivan>2002-06-10 19:41:48 +0000
commit0c9cafb680d1f2b19f7b9b45063e003228af7967 (patch)
treea1035272f0a9614d3a5a2019509072b22802902d /httemplate
parent0fbc0c140e21f1d2d0b422607ab0754a07f3ef53 (diff)
fixup time display in packages
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 7beba8375..5e672af3d 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -364,7 +364,7 @@ foreach my $package (@packages) {
for ( qw( setup bill susp expire cancel ) ) {
print "<TD ROWSPAN=$rowspan><FONT SIZE=-1>", ( $package->getfield($_)
- ? time2str("%D<BR><FONT SIZE=-2>%r %z</FONT>",
+ ? time2str("%D<BR><FONT SIZE=-3>%l:%M:%S%P&nbsp;%z</FONT>",
$package->getfield($_) )
: '&nbsp'
), '</FONT></TD>',