bug 48742, adding privacy tutorial, r=dveditz

This commit is contained in:
morse%netscape.com 2006-07-29 05:34:12 +00:00
Родитель 17058702ad
Коммит faeb03f43a
3 изменённых файлов: 8 добавлений и 0 удалений

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

@ -383,6 +383,10 @@ function WalletDialog( which )
case "walletsites":
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","SSViewer","modal=yes,chrome,resizable=no","W");
break;
case "tutorial":
server = this.pref.getLocalizedUnicharPref("wallet.Samples");
window._content.location.href = server + 'privacy.html';
break;
case "wallet":
default:
window.openDialog("chrome://communicator/content/wallet/WalletEditor.xul","walletEditor","modal=yes,chrome,resizable=no");

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

@ -109,6 +109,8 @@
oncommand="WalletAction('imageBlock');"/>
</menupopup>
</menu>
<menuseparator/>
<menuitem value="&walletTutorialCmd.label;" accesskey="&walletTutorialCmd.accesskey;" oncommand="WalletDialog('tutorial');"/>
</menupopup>
</menu>
<menuseparator/>

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

@ -65,6 +65,8 @@
<!ENTITY walletInterviewCmd.accesskey "i">
<!ENTITY walletSamplesCmd.label "Demonstration">
<!ENTITY walletSamplesCmd.accesskey "d">
<!ENTITY walletTutorialCmd.label "Understanding Privacy">
<!ENTITY walletTutorialCmd.accesskey "u">
<!ENTITY walletChangePasswordCmd.label "Change Master Password...">
<!ENTITY walletChangePasswordCmd.accesskey "c">
<!ENTITY walletExpirePasswordCmd.label "Log Out">