mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
no coding change -- added id's in preparation for removing wallet, bug 27027
This commit is contained in:
parent
14579428e7
commit
42e342e1b7
@ -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;">
|
||||
|
@ -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;"/>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user