diff options
| author | jeff <jeff> | 2008-01-23 19:18:39 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2008-01-23 19:18:39 +0000 |
| commit | c0fdb0884f3e5fb72e83e0b65d52b5a593bd670a (patch) | |
| tree | 15f3eea41077877223c3d45f992abb6df172eeb8 /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | |
| parent | 9270d54732d8cf73030555fdc32fa9ff929b22c2 (diff) | |
change service, billing, and payment info in selfservice
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index defd817c0..ec5a8fa42 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -39,8 +39,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 billing address', url=>'change_bill', indent=>2 }, + { title=>'Change service address', url=>'change_ship', indent=>2 }, + { title=>'Change payment information', url=>'change_pay', indent=>2 }, { title=>'Change password(s)', url=>'change_password', indent=>2 }, { title=>' ' }, |
