mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
bug 116960, form manager stops prefilling, r=sgehani, sr=alecf
This commit is contained in:
parent
40de2ca986
commit
2f5589bbe4
@ -110,10 +110,6 @@ function Startup() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* initialization OK and Cancel buttons */
|
||||
|
||||
doSetOKCancel(Save, Cancel);
|
||||
}
|
||||
|
||||
function UpdateMenuListEnable(checkBox) {
|
||||
|
@ -25,10 +25,12 @@
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/wallet/WalletPreview.dtd" >
|
||||
<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/wallet/WalletPreview.dtd" >
|
||||
|
||||
<window title="&windowtitle.label;"
|
||||
<dialog title="&windowtitle.label;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
ondialogaccept="return Save();"
|
||||
ondialogcancel="return Cancel();"
|
||||
orient="vertical" class="dialog" onload="Startup()">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||
@ -41,7 +43,7 @@
|
||||
|
||||
<spacer/>
|
||||
|
||||
<hbox class="inset" flex="1">
|
||||
<hbox class="inset" flex="1" style="overflow: auto">
|
||||
<grid class="indent" flex="1">
|
||||
<columns flex="1">
|
||||
<column flex="1" crop="right"/>
|
||||
@ -54,11 +56,11 @@
|
||||
<hbox>
|
||||
<checkbox id="checkbox" label="&bypass.label;"/>
|
||||
</hbox>
|
||||
|
||||
|
||||
<hbox>
|
||||
<button label="&viewdata.label;" oncommand="formShow();"/>
|
||||
<spacer flex="1"/>
|
||||
<hbox id="okCancelButtons"/>
|
||||
<button dlgtype="accept" class="dialog-button"/>
|
||||
<button dlgtype="cancel" class="dialog-button"/>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
</dialog>
|
||||
|
Loading…
x
Reference in New Issue
Block a user