diff options
author | ivan <ivan> | 2007-02-11 08:51:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-11 08:51:12 +0000 |
commit | 652cdac798eaca38dc43ebafa7074d55b02a86df (patch) | |
tree | 36255e32544f57d7542c0b06ae9d47cc47d546a1 | |
parent | 64fa2b7f28dca7283b03bcdb25857ed9a9e1094a (diff) |
we're at now now
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 92f3e1575..47fcfc127 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*', + { title=>'Purchase additional package', url=>'customer_order_pkg', 'indent'=>2 }, ); @@ -84,8 +84,6 @@ foreach my $item ( @menu ) { %> -<!-- <TR><TD STYLE="border-right: 1px solid black"><BR><BR>* coming soon</TD></TR> --> - <TR><TD STYLE="border-right: 1px solid black" HEIGHT="100%"><BR><BR><BR><BR></TD></TR> </TABLE> |