no coding change -- added id's in preparation for removing wallet, bug 27027

This commit is contained in:
morse%netscape.com 2000-02-13 19:23:08 +00:00
parent 14579428e7
commit 42e342e1b7
3 changed files with 9 additions and 9 deletions

View File

@ -45,8 +45,8 @@
<tabbox>
<tab selected="true">&tab.signonsstored.label;</tab>
<tab>&tab.signonsnotstored.label;</tab>
<tab>&tab.nopreview.label;</tab>
<tab>&tab.nocapture.label;</tab>
<tab id="nopreview">&tab.nopreview.label;</tab>
<tab id="nocapture">&tab.nocapture.label;</tab>
<spring flex="1"/>
</tabbox>
<tabpanel align="horizontal" style="width: 460px;">

View File

@ -47,7 +47,7 @@
<titledbutton class="right-header-text" value="&rHeader;"/>
</box>
<html:fieldset>
<html:fieldset id="walletArea">
<html:legend>&walletHeader;</html:legend>
<html:div class="hspace-both">&walletDetails;</html:div>
<spring style="height: 10px;"/>

View File

@ -32,16 +32,16 @@
<menuitem value="&ircCmd.label;" oncommand="toIRC()"/>
<menuseparator/>
<menu value="&walletMenu.label;" id="walletMenu">
<menupopup>
<menuitem value="&walletSafeFillCmd.label;" oncommand="WalletAction('safefill');"/>
<menuitem value="&walletQuickFillCmd.label;" oncommand="WalletAction('quickfill');"/>
<menuitem value="&walletRequestToCaptureCmd.label;" oncommand="WalletAction('capture');"/>
<menuseparator />
<menupopup oncreate="CheckForWallet()">
<menuitem value="&walletSafeFillCmd.label;" id="walletSafeFill" oncommand="WalletAction('safefill');"/>
<menuitem value="&walletQuickFillCmd.label;" id="walletQuickFill" oncommand="WalletAction('quickfill');"/>
<menuitem value="&walletRequestToCaptureCmd.label;" id="walletCapture" oncommand="WalletAction('capture');"/>
<menuseparator id="walletSeparator" />
<menuitem id="walleteditor" value="&walletContentsCmd.label;" oncommand="WalletDialog('wallet');"/>
<menuitem id="signonviewer" value="&walletDisplaySignonsCmd.label;" oncommand="WalletDialog('signon');"/>
<menuitem id="cookieviewer" value="&walletDisplayCookiesCmd.label;" oncommand="WalletDialog('cookie');"/>
<menuseparator />
<menuitem value="&walletSamplesCmd.label;" oncommand="WalletDialog('samples');"/>
<menuitem value="&walletSamplesCmd.label;" id="walletSamples" oncommand="WalletDialog('samples');"/>
<menuitem value="&walletChangePasswordCmd.label;" oncommand="WalletAction('password');"/>
</menupopup>
</menu>