[freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi myaccount_menu.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Wed Aug 9 14:46:34 PDT 2006


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory wavetail:/tmp/cvs-serv2557

Modified Files:
	myaccount_menu.html 
Log Message:
take "coming soon" options off the menu, its been Soon for too long - they'll
get here when they do


Index: myaccount_menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- myaccount_menu.html	9 Aug 2006 10:47:18 -0000	1.3
+++ myaccount_menu.html	9 Aug 2006 21:46:32 -0000	1.4
@@ -12,7 +12,7 @@
 { 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 @@
 { 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 @@
 
 %>
 
-<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>
 



More information about the freeside-commits mailing list