home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
nsb-install-8-0.exe
/
chrome
/
toolkit.jar
/
content
/
mozapps
/
autofill
/
datacardUpdateDialog.xul
< prev
next >
Wrap
Extensible Markup Language
|
2005-07-29
|
2KB
|
49 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog id="datacardUpdateDialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="Update DataCard"
style="width: 250px;"
persist="screenX screenY"
onload="initUpdateDialog();"
buttons="accept,cancel"
ondialogaccept="return onUpdateAccept();"
ondialogcancel="">
<script type="application/x-javascript"
src="chrome://mozapps/content/autofill/datacardDialogs.js"/>
<script type="application/x-javascript"
src="chrome://mozapps/content/autofill/masterpassword.js" />
<description>You have entered new data into this form.
Would you like to update your DataCard?</description>
<radiogroup id="datacardChoice" oncommand="enableDisable();">
<hbox align="center">
<radio id="update" value="update"
label="Update DataCard:"/>
<menulist id="datacardList">
<menupopup/>
</menulist>
</hbox>
<radio id="saveNew" value="saveNew"
label="Create another DataCard for this site"/>
<vbox style="margin-left: 20px;">
<hbox align="center">
<label id="nameLabel" value="DataCard Name:" disabled="true"/>
<textbox id="datacardName" maxlength="20" disabled="true"/>
</hbox>
<checkbox id="passwordProtect" disabled="true"
label="Password Protect Sensitive Data"
oncommand="onPasswordProtect(this.checked);"/>
</vbox>
<!--<radio value="doNotSave" label="Ignore the new data."/>-->
<radio value="neverForThisSite" label="Always ignore changes for this site."/>
</radiogroup>
</dialog>