mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 16:57:36 +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) {
|
function UpdateMenuListEnable(checkBox) {
|
||||||
|
@ -25,10 +25,12 @@
|
|||||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
<?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"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
ondialogaccept="return Save();"
|
||||||
|
ondialogcancel="return Cancel();"
|
||||||
orient="vertical" class="dialog" onload="Startup()">
|
orient="vertical" class="dialog" onload="Startup()">
|
||||||
|
|
||||||
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
|
||||||
@ -41,7 +43,7 @@
|
|||||||
|
|
||||||
<spacer/>
|
<spacer/>
|
||||||
|
|
||||||
<hbox class="inset" flex="1">
|
<hbox class="inset" flex="1" style="overflow: auto">
|
||||||
<grid class="indent" flex="1">
|
<grid class="indent" flex="1">
|
||||||
<columns flex="1">
|
<columns flex="1">
|
||||||
<column flex="1" crop="right"/>
|
<column flex="1" crop="right"/>
|
||||||
@ -54,11 +56,11 @@
|
|||||||
<hbox>
|
<hbox>
|
||||||
<checkbox id="checkbox" label="&bypass.label;"/>
|
<checkbox id="checkbox" label="&bypass.label;"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
<hbox>
|
<hbox>
|
||||||
<button label="&viewdata.label;" oncommand="formShow();"/>
|
<button label="&viewdata.label;" oncommand="formShow();"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
<hbox id="okCancelButtons"/>
|
<button dlgtype="accept" class="dialog-button"/>
|
||||||
|
<button dlgtype="cancel" class="dialog-button"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
</dialog>
|
||||||
</window>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user