add date range to page top
[freeside.git] / fs_selfservice / FS-SelfService / cgi / view_usage_details.html
index afa99ff..74a4c3d 100644 (file)
@@ -4,7 +4,10 @@
 <%= include('myaccount_menu') %>
 <TD VALIGN="top">
 
-<FONT SIZE=4>Service usage details</FONT><BR><BR>
+<FONT SIZE=4>Service usage details for
+<%= Date::Format::time2str('%b&nbsp;%o&nbsp;%Y', $beginning) %> -
+<%= Date::Format::time2str('%b&nbsp;%o&nbsp;%Y', $ending) %>
+</FONT><BR><BR>
 
 <%= if ( $error ) {
   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">$error</FONT><BR><BR>!;
@@ -65,7 +68,7 @@
   my $m = sprintf("%02d", int(($total % 3600) / 60));
   my $s = sprintf("%02d", $total % 60);
   $OUT .=  qq!<TR><TD></TD><TD></TD>!;
-  $OUT .=  qq!<TD ALIGN="right">========</TD>! x 3;
+  $OUT .=  qq!<TD ALIGN="right"><HR></TD>! x 3;
   $OUT .=  qq!</TR>!;
   $OUT .=  qq!<TR><TD></TD><TD></TD><TD ALIGN="right">$h:$m:$s</TD>!;
   $OUT .=  qq!<TD ALIGN="right">!;