fix bugs 45096 and 42434, host wallet interview and samples on netcenter for commercial product

git-svn-id: svn://10.0.0.236/trunk@205244 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 2006-07-29 05:34:00 +00:00
parent 3e78bae5b2
commit 0ad6b36a6a

View File

@ -385,10 +385,12 @@ function WalletDialog( which )
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","CookieViewer","modal=yes,chrome,resizable=no",2);
break;
case "samples":
window._content.location.href= 'http://www.mozilla.org/wallet/samples/';
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = server + 'wallet2.html';
break;
case "interview":
window._content.location.href= 'http://www.mozilla.org/wallet/samples/INTERVIEW.HTML';
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = server + 'wallet3.html';
break;
case "wallet":
default: