summaryrefslogtreecommitdiff
path: root/fs_selfservice
diff options
context:
space:
mode:
authorivan <ivan>2006-08-09 21:46:32 +0000
committerivan <ivan>2006-08-09 21:46:32 +0000
commit9f4696b5f2d5e414580eda21a7d7a5acb4a97160 (patch)
tree584ea0bd4aa7b61f0fa25c69aaa7865f1a5c72b9 /fs_selfservice
parent97316d268e5751a1d08a0a37e5a0456f2ce4815c (diff)
take "coming soon" options off the menu, its been Soon for too long - they'll
get here when they do
Diffstat (limited to 'fs_selfservice')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount_menu.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
index aa22e7c..6dacc3e 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
@@ -12,7 +12,7 @@ my @menu = (
{ title=>' ' },
{ title=>'Purchase', size=>'+1', },
- { title=>'Purchase additional package*', url=>'order', 'indent'=>2 },
+# { title=>'Purchase additional package*', url=>'order', 'indent'=>2 },
);
if ( 1 ) { #XXXFIXME "enable selfservice prepay features" flag or something, eventually per-pkg or something really fancy
@@ -35,8 +35,8 @@ push @menu, (
{ title=>' ' },
{ title=>'Change my information', size=>'+1', },
- { title=>'Change payment information*', url=>'change_bill', indent=>2 },
- { title=>'Change service address*', url=>'change_ship', indent=>2 },
+# { title=>'Change payment information*', url=>'change_bill', indent=>2 },
+# { title=>'Change service address*', url=>'change_ship', indent=>2 },
{ title=>'Change password(s)', url=>'change_password', indent=>2 },
{ title=>' ' },
@@ -82,7 +82,9 @@ foreach my $item ( @menu ) {
%>
-<TR><TD STYLE="border-right: 1px solid black"><BR><BR>*&nbsp;coming&nbsp;soon</TD></TR>
+<!-- <TR><TD STYLE="border-right: 1px solid black"><BR><BR>*&nbsp;coming&nbsp;soon</TD></TR> -->
+
+<TR><TD STYLE="border-right: 1px solid black" HEIGHT="100%"><BR><BR><BR><BR></TD></TR>
</TABLE>