home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://mozapps/locale/autofill/autofill.dtd">
-
- <dialog id="SetTimeout"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- title="&timeout.label;"
- style="width: 15em;"
- persist="screenX screenY"
- screenX="24" screenY="24"
- onload="setTimeoutOnLoad();"
- ondialogaccept="return setTimeoutOnAccept();">
-
- <script type="application/x-javascript"
- src="chrome://mozapps/content/autofill/ChangeTimeoutDialog.js"/>
-
- <description>&timeout.description2;</description>
- <radiogroup id="passwordAskTimes">
- prefstring="security.ask_for_password"
- flex="1">
- <!-- note that these values are different than what NSS uses,
- which are (0, -1, 1) respectively -->
- <radio value="0" label="&timeout.askfirsttime;" id="askFirstTime"
- style="margin: 0px;" oncommand="changePasswordSettings(false);"/>
- <!-- MERC JVL
- <radio value="1" label="&timeout.askeverytime;" id="askEveryTime"
- style="margin: 0px;" oncommand="changePasswordSettings(false);"/>
- -->
- <hbox align="center">
- <radio value="2" label="&timeout.asktimeout;" id="askTimeout"
- style="margin: 0px;" oncommand="changePasswordSettings(true);"/>
- <textbox id="passwordTimeout" size="4"
- preftype="int"
- prefstring="security.password_lifetime"
- oninput="changePasswordSettings(false);"/>
- <label value="&timeout.asktimeout.unit;" style="margin: 4px;"/>
- </hbox>
- </radiogroup>
- </dialog>
-