[freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi myaccount.html, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Mon Sep 17 17:21:04 PDT 2007
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory wavetail:/tmp/cvs-serv5036
Modified Files:
myaccount.html
Log Message:
close table tag; fix spacing
Index: myaccount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/myaccount.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- myaccount.html 16 Aug 2007 13:40:46 -0000 1.7
+++ myaccount.html 18 Sep 2007 00:21:01 -0000 1.8
@@ -30,7 +30,7 @@
'</TR>';
$col = $col eq $col1 ? $col2 : $col1;
}
- $OUT .= '</TABLE>';
+ $OUT .= '</TABLE><BR>';
} else {
$OUT .= 'You have no outstanding invoices.<BR><BR>';
}
@@ -40,7 +40,7 @@
if ( defined($support_time) ) {
$OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'.
'<TR><TH BGCOLOR="#ff6666">Support Time Remaining</TH></TR>'.
- "<TR><TD>$support_time</TD></TR><BR><BR>";
+ "<TR><TD>$support_time</TD></TR></TABLE><BR>";
}
%>
More information about the freeside-commits
mailing list