2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
9 windowtype=
"mozilla:devicemanager"
10 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
11 xmlns:
html=
"http://www.w3.org/1999/xhtml"
12 data-l10n-id=
"devmgr-window"
13 data-l10n-attrs=
"style"
14 persist=
"screenX screenY width height"
15 onload=
"LoadModules();"
17 <dialog id=
"devicemanager" buttons=
"accept">
19 <html:link rel=
"stylesheet" href=
"chrome://global/skin/global.css" />
23 href=
"security/certificates/deviceManager.ftl"
27 <script src=
"chrome://pippki/content/device_manager.js" />
29 <hbox flex=
"1" style=
"margin: 5px">
30 <!-- List of devices -->
34 onselect=
"enableButtons();"
35 hidecolumnpicker=
"true"
37 style=
"min-width: 15em"
44 data-l10n-id=
"devmgr-devlist"
47 <treechildren id=
"device_list" />
49 <!-- / List of devices -->
50 <!-- Device status -->
54 hidecolumnpicker=
"true"
55 style=
"flex: 3 3; min-width: 10em"
60 style=
"flex: 5 5 auto"
62 data-l10n-id=
"devmgr-header-details"
66 style=
"flex: 7 7 auto"
67 data-l10n-id=
"devmgr-header-value"
70 <treechildren id=
"info_list" />
72 <!-- / Device status -->
74 <!-- Buttons for manipulating devices -->
77 data-l10n-id=
"devmgr-button-login"
78 oncommand=
"doLogin();"
83 data-l10n-id=
"devmgr-button-logout"
84 oncommand=
"doLogout();"
89 data-l10n-id=
"devmgr-button-changepw"
90 oncommand=
"changePassword();"
95 data-l10n-id=
"devmgr-button-load"
100 data-l10n-id=
"devmgr-button-unload"
101 oncommand=
"doUnload();"
106 data-l10n-id=
"devmgr-button-enable-fips"
107 oncommand=
"toggleFIPS();"
110 <!-- / Buttons for manipulating devices -->