2 <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
5 This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
12 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
13 xmlns:
html=
"http://www.w3.org/1999/xhtml"
15 data-l10n-id=
"profile-selection-window"
18 style=
"min-width: 30em"
23 buttons=
"accept,cancel"
24 buttonidaccept=
"profile-selection-button-accept"
25 buttonidcancel=
"profile-selection-button-cancel"
30 href=
"chrome://mozapps/skin/profileSelection.css"
33 <html:link rel=
"localization" href=
"branding/brand.ftl" />
36 href=
"toolkit/global/profileSelection.ftl"
40 <script src=
"chrome://global/content/customElements.js" />
43 id=
"bundle_profileManager"
44 src=
"chrome://mozapps/locale/profile/profileSelection.properties"
48 src=
"chrome://branding/locale/brand.properties"
51 <script src=
"chrome://mozapps/content/profile/profileSelection.js" />
55 data-l10n-id=
"profile-manager-description"
58 <separator class=
"thin" />
61 <vbox id=
"managebuttons">
64 data-l10n-id=
"profile-selection-new-button"
65 oncommand=
"CreateProfileWizard();"
69 data-l10n-id=
"profile-selection-rename-button"
70 oncommand=
"RenameProfile();"
74 data-l10n-id=
"profile-selection-delete-button"
75 oncommand=
"ConfirmDelete();"
79 <vbox id=
"profilesContainer">
84 ondblclick=
"onProfilesDblClick(event)"
85 onkeypress=
"onProfilesKey(event);"
92 data-l10n-id=
"profile-manager-work-offline"
97 id=
"autoSelectLastProfile"
98 data-l10n-id=
"profile-manager-use-selected"