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

This commit is contained in:
morse%netscape.com 2006-07-29 05:34:00 +00:00
Родитель 0dca3fdc65
Коммит aba0205cc8
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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: