diff options
| author | ivan <ivan> | 2006-08-09 10:47:18 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-08-09 10:47:18 +0000 |
| commit | 97316d268e5751a1d08a0a37e5a0456f2ce4815c (patch) | |
| tree | c4b7e57e0852ece5715f4f5ea5f6118ea5a5c3ef /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | |
| parent | 95f4195da730f6d40faee94aa7a3108b82823d8d (diff) | |
self-service interface: add proper password changer and prevent "Setup my services" provisioner from showing broken links for services not handled yet
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index f2e5e998e..aa22e7c9b 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -35,9 +35,9 @@ 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 password(s)*', url=>'hmmmFIXME', 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,8 +82,8 @@ foreach my $item ( @menu ) { %> +<TR><TD STYLE="border-right: 1px solid black"><BR><BR>* coming soon</TD></TR> + </TABLE> -<A HREF="passwd.html">(tempFIXME) Change password(s)</A><BR><BR> -* coming soon </TD> |
