bkruse: branch asterisknow r1835 - /branches/asterisknow/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon Nov 26 15:52:36 CST 2007


Author: bkruse
Date: Mon Nov 26 15:52:36 2007
New Revision: 1835

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1835
Log:
Merging fix from sx00i for updating the spacing
and text of the buy now button

Modified:
    branches/asterisknow/config/users.html

Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=1835&r1=1834&r2=1835
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Mon Nov 26 15:52:36 2007
@@ -50,7 +50,7 @@
 
 
 function load_customerinfo(){
-	parent.$('buynow_div').innerHTML = "Need a phone?<BR> Click on the BuyNow button to purchase a phone directly from the Asterisk Configuration GUI.<BR/><BR/><input type=\"button\" id=\"buynow_button\" value=\"BuyNow\">";
+	parent.$('buynow_div').innerHTML = "Need a phone, some software, or something else?<BR> Click on the 'Where to Buy' button to get directly to products.<BR/><BR/><input type=\"button\" id=\"buynow_button\" value=\"Where to Buy\">";
 
 	for(var x=0;x< fieldnames_buynow.length;x++){
 		userinfowidgets[fieldnames_buynow[x]] = $(fieldnames_buynow[x]);




More information about the asterisk-gui-commits mailing list