summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/view_usage.html
diff options
context:
space:
mode:
authorivan <ivan>2010-01-21 08:38:54 +0000
committerivan <ivan>2010-01-21 08:38:54 +0000
commitd060bdce7ba0845453d886db8d8016633dde863c (patch)
tree376c67b89b218be16cf4b953916d9161c0302beb /fs_selfservice/FS-SelfService/cgi/view_usage.html
parent58fde7907563f3093035eb779311e1daf569d6a2 (diff)
more self-service skinning config options, and start taking a stab at reorganizing config sections, RT#6893
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/view_usage.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/view_usage.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/view_usage.html b/fs_selfservice/FS-SelfService/cgi/view_usage.html
index b492102ce..69437632b 100644
--- a/fs_selfservice/FS-SelfService/cgi/view_usage.html
+++ b/fs_selfservice/FS-SelfService/cgi/view_usage.html
@@ -3,15 +3,14 @@
@svc_phone = grep { $_->{svcdb} eq 'svc_phone' } @svcs;
'';
%>
-<%= include('header') %>
+<%= include('header', 'Account usage') %>
<%= if ( $error ) {
$OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">$error</FONT><BR><BR>!;
} ''; %>
<%= if ( @svc_acct ) {
- $OUT.= '<FONT SIZE="4">Account usage</FONT><BR><BR>
- <TABLE BGCOLOR="#cccccc">
+ $OUT.= '<TABLE BGCOLOR="#cccccc">
<TR>
<TH ALIGN="left">Account</TH>
<TH ALIGN="right">Time remaining</TH>