1 | <?xml version="1.0"?> |
---|
2 | <!-- ***** BEGIN LICENSE BLOCK ***** |
---|
3 | - This program is free software; you can redistribute it and/or modify |
---|
4 | - it under the terms of the GNU General Public License as published by |
---|
5 | - the Free Software Foundation; either version 2 of the License, or |
---|
6 | - (at your option) any later version. |
---|
7 | |
---|
8 | - This program is distributed in the hope that it will be useful, |
---|
9 | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
11 | - GNU General Public License for more details. |
---|
12 | |
---|
13 | - You should have received a copy of the GNU General Public License |
---|
14 | - along with this program; if not, write to the Free Software |
---|
15 | - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
16 | |
---|
17 | - The Original Code is the Virtual Identity Extension. |
---|
18 | |
---|
19 | - The Initial Developer of the Original Code is Rene Ejury. |
---|
20 | - Portions created by the Initial Developer are Copyright (C) 2007 |
---|
21 | - the Initial Developer. All Rights Reserved. |
---|
22 | |
---|
23 | - Contributor(s): |
---|
24 | - ***** END LICENSE BLOCK ***** --> |
---|
25 | |
---|
26 | <!DOCTYPE page [ |
---|
27 | <!ENTITY % amCopiesDTD SYSTEM "chrome://messenger/locale/am-copies.dtd"> |
---|
28 | %amCopiesDTD; |
---|
29 | <!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd"> |
---|
30 | %versionDTD; |
---|
31 | <!ENTITY % vIprefDialogDTD SYSTEM "chrome://v_identity/locale/vI_prefDialog.dtd"> |
---|
32 | %vIprefDialogDTD; |
---|
33 | <!ENTITY % vIstorageExtrasDTD SYSTEM "chrome://v_identity/locale/vI_storageExtras.dtd"> |
---|
34 | %vIstorageExtrasDTD; |
---|
35 | <!ENTITY % vIdentityDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd"> |
---|
36 | %vIdentityDTD; |
---|
37 | ]> |
---|
38 | |
---|
39 | <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> |
---|
40 | <?xml-stylesheet href="chrome://messenger/skin/prefPanels.css" type="text/css"?> |
---|
41 | <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?> |
---|
42 | |
---|
43 | <?xml-stylesheet href="chrome://mozapps/skin/extensions/extensions.css"?> |
---|
44 | |
---|
45 | |
---|
46 | <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> |
---|
47 | |
---|
48 | <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
---|
49 | xmlns:xhtml="http://www.w3.org/1999/xhtml" > |
---|
50 | |
---|
51 | <dialog id="vI_prefDialog"> |
---|
52 | |
---|
53 | <script type="application/x-javascript" |
---|
54 | src="chrome://v_identity/content/vI_prefDialog.js" /> |
---|
55 | <script type="application/x-javascript" |
---|
56 | src="chrome://v_identity/content/vI_prefDialog_FolderPicker.js" /> |
---|
57 | <script type="application/x-javascript" |
---|
58 | src="chrome://v_identity/content/vI_storageExtras.js" /> |
---|
59 | <script type="application/x-javascript" |
---|
60 | src="chrome://v_identity/content/vI_helper.js" /> |
---|
61 | |
---|
62 | <stringbundleset id="stringbundleset"> |
---|
63 | <stringbundle id="vIdentBundle" src="chrome://v_identity/locale/v_identity.properties" /> |
---|
64 | </stringbundleset> |
---|
65 | |
---|
66 | <stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/> |
---|
67 | |
---|
68 | <broadcaster id="VIdent_broadcaster_doFcc"/> |
---|
69 | |
---|
70 | <textbox hidden="true" id="VIdent_identity.fccFolder" |
---|
71 | prefstring="fccFolder"/> |
---|
72 | <textbox hidden="true" id="VIdent_identity.fccFolderPickerMode" |
---|
73 | prefstring="fccFolderPickerMode"/> |
---|
74 | <textbox hidden="true" id="VIdent_identity.draftFolder" |
---|
75 | prefstring="draftFolder"/> |
---|
76 | <textbox hidden="true" id="VIdent_identity.draftFolderPickerMode" |
---|
77 | prefstring="draftFolderPickerMode"/> |
---|
78 | <textbox hidden="true" id="VIdent_identity.stationeryFolder" |
---|
79 | prefstring="stationeryFolder"/> |
---|
80 | <textbox hidden="true" id="VIdent_identity.stationeryFolderPickerMode" |
---|
81 | prefstring="stationeryFolderPickerMode"/> |
---|
82 | |
---|
83 | <hbox> |
---|
84 | <spacer flex="1" /> |
---|
85 | </hbox> |
---|
86 | |
---|
87 | <tabbox class="viewSelector "> |
---|
88 | <radiogroup xhtml:role="listbox" id="viewGroup" persist="last-selected" |
---|
89 | class="chromeclass-toolbar" orient="horizontal" |
---|
90 | > |
---|
91 | <vbox> |
---|
92 | |
---|
93 | <hbox> |
---|
94 | <radio pane="source" id="sourceEmail" oncommand="showView('search');" persist="last-selected"/> |
---|
95 | <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> |
---|
96 | <radio pane="source" id="selection" oncommand="showView('themes');" persist="last-selected"/> |
---|
97 | <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> |
---|
98 | <radio pane="source" id="composeDialog" oncommand="showView('locales');" persist="last-selected"/> |
---|
99 | <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox> |
---|
100 | <radio pane="source" id="emailOut" oncommand="showView('plugins');" persist="last-selected"/> |
---|
101 | </hbox> |
---|
102 | <spacer height="3px" /> |
---|
103 | <hbox> |
---|
104 | <spacer if="beforeStorage" width="100px"/> |
---|
105 | <vbox><spacer flex="1"/><image class="arrow" id="storageUp" /><spacer flex="1"/></vbox> |
---|
106 | <radio pane="source" id="storageOut" oncommand="showView('updates');"/> |
---|
107 | <vbox><spacer flex="1"/><image class="arrow" id="storageUpDown" /><spacer flex="1"/></vbox> |
---|
108 | <spacer if="afterStorage" flex="1"/> |
---|
109 | </hbox> |
---|
110 | |
---|
111 | </vbox> |
---|
112 | |
---|
113 | <spacer flex="1"/> |
---|
114 | <vbox><spacer flex="1"/> |
---|
115 | <hbox><spacer flex="1"/><radio pane="source" id="options" oncommand="showView('installs');"/></hbox> |
---|
116 | <spacer flex="1"/> |
---|
117 | <button class="v_identity_logo v_identity_logo_button" |
---|
118 | label="&vident.vidLogo.label; &vident.version;" |
---|
119 | oncommand="vI_prefDialog.openURL('http://www.absorb.it/virtual-id')" tooltiptext="&vI_prefDialog.vidLogo.tooltiptext;" /> |
---|
120 | </vbox> |
---|
121 | </radiogroup> |
---|
122 | <tabs> |
---|
123 | <tab label="&vI_prefDialog.commonTab.label;" /> |
---|
124 | <tab label="&vI_prefDialog.vIdentityTab.label;" /> |
---|
125 | <tab id="smartReplyTab" label="&vI_prefDialog.smartReplyTab.label;" /> |
---|
126 | <tab id="storageTab" label="&vI_prefDialog.storageTab.label;" /> |
---|
127 | <tab id="idSelection" label="&vI_prefDialog.idSelection.label;" /> |
---|
128 | <tab label="&vI_prefDialog.notificationTab.label;" /> |
---|
129 | </tabs> |
---|
130 | <tabpanels> |
---|
131 | <tabpanel orient="vertical" label="&vI_prefDialog.commonTab.header;"> |
---|
132 | <dialogheader title="&vI_prefDialog.commonTab.header;"/> |
---|
133 | <groupbox> |
---|
134 | <caption label="&vI_prefDialog.commonTab.caption;"/> |
---|
135 | <checkbox id="VIdent_identity.storage" label="&vI_prefDialog.storage.label;" |
---|
136 | tooltiptext="&vI_prefDialog.storage.tooltiptext;" prefstring="storage" |
---|
137 | oncommand="vI_prefDialog.base.storageConstraint(this);" /> |
---|
138 | <checkbox id="VIdent_identity.autoTimestamp" label="&vI_prefDialog.autoTimestamp.label;" |
---|
139 | tooltiptext="&vI_prefDialog.autoTimestamp.tooltiptext;" prefstring="autoTimestamp" /> |
---|
140 | <spacer height="10px"/> |
---|
141 | <label value="&vI_prefDialog.smartInfo.label;" /> |
---|
142 | <label id="version-warning" |
---|
143 | value="&vI_prefDialog.versionWarning.label;" hidden="true"/> |
---|
144 | <checkbox id="VIdent_identity.smart_draft" label="&vI_prefDialog.smartDraft.label;" |
---|
145 | tooltiptext="&vI_prefDialog.smartDraft.tooltiptext;" prefstring="smart_draft" |
---|
146 | oncommand="vI_prefDialog.base.idSelectionConstraint();" /> |
---|
147 | <checkbox id="VIdent_identity.smart_reply" label="&vI_prefDialog.smartReply.label;" |
---|
148 | tooltiptext="&vI_prefDialog.smartReply.tooltiptext;" prefstring="smart_reply" |
---|
149 | oncommand="vI_prefDialog.base.smartReplyConstraint(this);" /> |
---|
150 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.smart_reply_for_newsgroups" label="&vI_prefDialog.smartReplyNewsgroups.label;" |
---|
151 | tooltiptext="&vI_prefDialog.smartReplyNewsgroups.tooltiptext;" prefstring="smart_reply_for_newsgroups" /> |
---|
152 | </hbox> |
---|
153 | </groupbox> |
---|
154 | <groupbox> |
---|
155 | <caption label="&vI_prefDialog.commonTab.caption2;"/> |
---|
156 | <checkbox id="VIdent_identity.show_smtp" label="&vI_prefDialog.SMTP.label;" |
---|
157 | prefstring="show_smtp" /> |
---|
158 | <checkbox id="VIdent_identity.menu_entry" label="&vI_prefDialog.menuEntry.label;" |
---|
159 | prefstring="menu_entry" /> |
---|
160 | <spacer height="10px"/> |
---|
161 | <checkbox id="VIdent_identity.warn_nonvirtual" label="&vI_prefDialog.warnNonvirtual.label;" |
---|
162 | prefstring="warn_nonvirtual" /> |
---|
163 | <checkbox id="VIdent_identity.warn_virtual" label="&vI_prefDialog.warnVirtual.label;" |
---|
164 | prefstring="warn_virtual" /> |
---|
165 | </groupbox> |
---|
166 | </tabpanel> |
---|
167 | <tabpanel orient="vertical" label="&vI_prefDialog.vIdentityTab.header;"> |
---|
168 | <dialogheader title="&vI_prefDialog.vIdentityTab.header;"/> |
---|
169 | <tabbox> |
---|
170 | <tabs> |
---|
171 | <tab label="&vI_prefDialog.vIdentityTab.valueTab.label;" /> |
---|
172 | <tab label="&vI_prefDialog.vIdentityTab.fccTab.label;" /> |
---|
173 | <tab id="VIdent_messageDraftsTab" label="&vI_prefDialog.vIdentityTab.draftsTab.label;" /> |
---|
174 | <tab id="VIdent_messageTemplatesTab" label="&vI_prefDialog.vIdentityTab.tmplTab.label;" /> |
---|
175 | </tabs> |
---|
176 | <tabpanels> |
---|
177 | <tabpanel orient="vertical"> |
---|
178 | <groupbox> |
---|
179 | <caption label="&vI_prefDialog.vIdentityTab.valueTab.caption;"/> |
---|
180 | <description width="500px">&vI_prefDialog.vIdentityTab.valueTab.desc;</description> |
---|
181 | <checkbox id="VIdent_identity.copySMIMESettings" label="&vI_prefDialog.SMIME.label;" |
---|
182 | prefstring="copySMIMESettings"/> |
---|
183 | <checkbox id="VIdent_identity.copyAttachVCardSettings" label="&vI_prefDialog.VCard.label;" |
---|
184 | prefstring="copyAttachVCardSettings"/> |
---|
185 | <spacer height="10px"/> |
---|
186 | <description id="VIdent_identity.HideSignature.warning" width="500px">&vI_prefDialog.HideSignature.warning.desc;</description> |
---|
187 | <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.HideSignature.label;" disabled="true" |
---|
188 | prefstring="hide_signature"/> |
---|
189 | <spacer id="autoReplyToSelfSpacer" height="10px"/> |
---|
190 | <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.autoReplyToSelf.label;" |
---|
191 | prefstring="autoReplyToSelf"/> |
---|
192 | </groupbox> |
---|
193 | </tabpanel> |
---|
194 | <tabpanel orient="vertical"> |
---|
195 | <groupbox> |
---|
196 | <caption label="&vI_prefDialog.vIdentityTab.fccTab.caption;"/> |
---|
197 | <hbox align="center"> |
---|
198 | <checkbox id="VIdent_identity.doFcc" label="&fccMailFolder.label;" |
---|
199 | accesskey="&fccMailFolder.accesskey;" |
---|
200 | oncommand="setupFccItems();" prefstring="doFcc"/> |
---|
201 | </hbox> |
---|
202 | <radiogroup id="VIdent_doFcc"> |
---|
203 | <grid class="specialFolderPickerGrid"> |
---|
204 | <columns> |
---|
205 | <column flex="1"/> |
---|
206 | <column flex="2"/> |
---|
207 | </columns> |
---|
208 | <rows> |
---|
209 | <radio id="VIdent_fcc_Settings_Of_Account" |
---|
210 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
211 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
212 | observes="VIdent_broadcaster_doFcc"/> |
---|
213 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
214 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
215 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
216 | observes="VIdent_broadcaster_doFcc"/> |
---|
217 | <row align="center" id="msgFccAccountPickerRow"> |
---|
218 | <radio id="VIdent_fcc_selectAccount" |
---|
219 | value="0" label="&sentFolderOn.label;" |
---|
220 | accesskey="&sentFolderOn.accesskey;" |
---|
221 | oncommand="setPickersState('msgFccAccountPicker', 'msgFccFolderPicker', event)" |
---|
222 | observes="VIdent_broadcaster_doFcc"/> |
---|
223 | </row> |
---|
224 | <row align="center" id="msgFccFolderPickerRow"> |
---|
225 | <radio id="VIdent_fcc_selectFolder" |
---|
226 | value="1" label="&sentInOtherFolder.label;" |
---|
227 | accesskey="&sentInOtherFolder.accesskey;" |
---|
228 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
229 | observes="VIdent_broadcaster_doFcc"/> |
---|
230 | </row> |
---|
231 | </rows> |
---|
232 | </grid> |
---|
233 | </radiogroup> |
---|
234 | <hbox id="fccReplyFollowsParentBox" align="center" class="fccReplyFollowsParent"> |
---|
235 | <checkbox wsm_persist="true" id="VIdent_identity.fccReplyFollowsParent" |
---|
236 | label="&fccReplyFollowsParent.label;" |
---|
237 | accesskey="&fccReplyFollowsParent.accesskey;" |
---|
238 | prefattribute="value" |
---|
239 | prefstring="fccReplyFollowsParent" |
---|
240 | observes="VIdent_broadcaster_doFcc"/> |
---|
241 | </hbox> |
---|
242 | |
---|
243 | </groupbox> |
---|
244 | </tabpanel> |
---|
245 | <tabpanel orient="vertical"> |
---|
246 | <groupbox> |
---|
247 | <caption /> |
---|
248 | <radiogroup id="VIdent_messageDrafts"> |
---|
249 | <grid class="specialFolderPickerGrid"> |
---|
250 | <columns> |
---|
251 | <column flex="1"/> |
---|
252 | <column flex="2"/> |
---|
253 | </columns> |
---|
254 | <rows> |
---|
255 | <radio id="VIdent_draft_Settings_Of_Account" |
---|
256 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
257 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
258 | <radio id="VIdent_draft_Settings_Of_Default" |
---|
259 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
260 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
261 | <row align="center" id="msgDraftsAccountPickerRow"> |
---|
262 | <radio id="VIdent_draft_selectAccount" |
---|
263 | value="0" label="&draftsFolderOn.label;" |
---|
264 | accesskey="&draftsFolderOn.accesskey;" |
---|
265 | oncommand="setPickersState('msgDraftsAccountPicker', 'msgDraftsFolderPicker', event)" /> |
---|
266 | </row> |
---|
267 | <row align="center" id="msgDraftsFolderPickerRow"> |
---|
268 | <radio id="VIdent_draft_selectFolder" |
---|
269 | value="1" label="&draftInOtherFolder.label;" |
---|
270 | accesskey="&draftInOtherFolder.accesskey;" |
---|
271 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
272 | </row> |
---|
273 | </rows> |
---|
274 | </grid> |
---|
275 | </radiogroup> |
---|
276 | |
---|
277 | </groupbox> |
---|
278 | </tabpanel> |
---|
279 | <tabpanel orient="vertical"> |
---|
280 | <groupbox> |
---|
281 | <caption /> |
---|
282 | <radiogroup id="VIdent_messageTemplates"> |
---|
283 | <grid class="specialFolderPickerGrid"> |
---|
284 | <columns> |
---|
285 | <column flex="1"/> |
---|
286 | <column flex="2"/> |
---|
287 | </columns> |
---|
288 | <rows> |
---|
289 | <radio id="VIdent_tmpl_Settings_Of_Account" |
---|
290 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
291 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
292 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
293 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
294 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
295 | <row align="center" id="msgStationeryAccountPickerRow"> |
---|
296 | <radio id="VIdent_tmpl_selectAccount" |
---|
297 | value="0" label="&templatesFolderOn.label;" |
---|
298 | accesskey="&templatesFolderOn.accesskey;" |
---|
299 | oncommand="setPickersState('msgStationeryAccountPicker', 'msgStationeryFolderPicker', event)" /> |
---|
300 | </row> |
---|
301 | <row align="center" id="msgStationeryFolderPickerRow"> |
---|
302 | <radio id="VIdent_tmpl_selectFolder" |
---|
303 | value="1" label="&templateInOtherFolder.label;" |
---|
304 | accesskey="&templateInOtherFolder.accesskey;" |
---|
305 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
306 | </row> |
---|
307 | </rows> |
---|
308 | </grid> |
---|
309 | </radiogroup> |
---|
310 | |
---|
311 | </groupbox> |
---|
312 | </tabpanel> |
---|
313 | </tabpanels> |
---|
314 | </tabbox> |
---|
315 | </tabpanel> |
---|
316 | <tabpanel orient="vertical" label="&vI_prefDialog.smartReplyTab.header;"> |
---|
317 | <dialogheader title="&vI_prefDialog.smartReplyTab.header;"/> |
---|
318 | <tabbox> |
---|
319 | <tabs> |
---|
320 | <tab id="smartReplyTab1" label="&vI_prefDialog.smartReplyTab.Tab1.label;" /> |
---|
321 | <tab id="smartReplyTab2" label="&vI_prefDialog.smartReplyTab.Tab2.label;" /> |
---|
322 | </tabs> |
---|
323 | <tabpanels> |
---|
324 | <tabpanel orient="vertical"> |
---|
325 | <groupbox> |
---|
326 | <caption label="&vI_prefDialog.smartReplyTab.caption;"/> |
---|
327 | <vbox align="left"> |
---|
328 | <description width="500px">&vI_prefDialog.smartReplyTab.Tab1.desc;</description> |
---|
329 | <hbox> |
---|
330 | <vbox><description width="300px">&vI_prefDialog.smartReply.headers.desc;</description> |
---|
331 | <spacer flex="1"/> |
---|
332 | <button id="VIdent_identity.smart_reply_headers_reset" label="&vI_prefDialog.smartReply.headers.reset;" oncommand="vI_prefDialog.base.smartReplyHeaderReset();"/> |
---|
333 | </vbox> |
---|
334 | <textbox id="VIdent_identity.smart_reply_headers" multiline="true" |
---|
335 | rows="4" size="20" wrap="false" flex="1" |
---|
336 | prefstring="smart_reply_headers" /> |
---|
337 | </hbox> |
---|
338 | </vbox> |
---|
339 | </groupbox> |
---|
340 | </tabpanel> |
---|
341 | <tabpanel orient="vertical"> |
---|
342 | <groupbox> |
---|
343 | <caption label="&vI_prefDialog.smartReplyTab.caption;"/> |
---|
344 | <vbox align="left"> |
---|
345 | <description width="500px">&vI_prefDialog.smartReplyTab.Tab2.desc;</description> |
---|
346 | <hbox> |
---|
347 | <vbox><description width="300px">&vI_prefDialog.smartReply.filter.desc;</description><spacer flex="1"/></vbox> |
---|
348 | <textbox id="VIdent_identity.smart_reply_filter" multiline="true" |
---|
349 | rows="4" size="20" wrap="false" flex="1" |
---|
350 | prefstring="smart_reply_filter" /> |
---|
351 | </hbox> |
---|
352 | <checkbox id="VIdent_identity.smart_reply_ignoreFullName" label="&vI_prefDialog.smartReply.ignoreFullname.label;" |
---|
353 | prefstring="smart_reply_ignoreFullName" wrap="true" width="500px"/> |
---|
354 | <hbox> |
---|
355 | <description width="300px">&vI_prefDialog.smartReply.defaultFullname.label;</description> |
---|
356 | <vbox><spacer flex="1"/><textbox id="VIdent_identity.smart_reply_defaultFullName" flex="1" |
---|
357 | prefstring="smart_reply_defaultFullName" size="20" /><spacer flex="1"/></vbox> |
---|
358 | </hbox> |
---|
359 | </vbox> |
---|
360 | </groupbox> |
---|
361 | </tabpanel> |
---|
362 | </tabpanels> |
---|
363 | </tabbox> |
---|
364 | </tabpanel> |
---|
365 | <tabpanel orient="vertical" label="&vI_prefDialog.storageTab.header;"> |
---|
366 | <dialogheader title="&vI_prefDialog.storageTab.header;"/> |
---|
367 | <tabbox> |
---|
368 | <tabs> |
---|
369 | <tab id="storageTab1" label="&vI_prefDialog.storageTab.Tab1.label;" /> |
---|
370 | <tab id="storageTab2" label="&vI_prefDialog.storageTab.Tab2.label;" /> |
---|
371 | </tabs> |
---|
372 | <tabpanels> |
---|
373 | <tabpanel orient="vertical"> |
---|
374 | <groupbox> |
---|
375 | <caption label="&vI_prefDialog.storageCap1.caption;"/> |
---|
376 | <vbox align="left"> |
---|
377 | <checkbox id="VIdent_identity.storage_storedefault" label="&vI_prefDialog.storage.storedefault.label;" |
---|
378 | prefstring="storage_storedefault"/> |
---|
379 | <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;" |
---|
380 | prefstring="storage_store_base_id"/> |
---|
381 | <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;" |
---|
382 | prefstring="storage_show_switch"/> |
---|
383 | <checkbox id="VIdent_identity.storage_warn_update" label="&vI_prefDialog.storage.warn_update.label;" |
---|
384 | prefstring="storage_warn_update"/> |
---|
385 | <checkbox id="VIdent_identity.storage_dont_update_multiple" label="&vI_prefDialog.storage.dont_update_multiple.label;" |
---|
386 | prefstring="storage_dont_update_multiple"/> |
---|
387 | <spacer height="10px"/> |
---|
388 | <button id="VIdent_identity.storage.openEditor" label="&vI_prefDialog.storage.openEditor;" oncommand="openDialog('chrome://v_identity/content/vI_rdfDataTree.xul', '', 'chrome,modal');" /> |
---|
389 | </vbox> |
---|
390 | </groupbox> |
---|
391 | <groupbox> |
---|
392 | <caption label="&vI_prefDialog.storageCap2.caption;"/> |
---|
393 | <vbox align="left"> |
---|
394 | <checkbox id="VIdent_identity.storage_warn_vI_replace" label="&vI_prefDialog.storage.warn_vI_replace.label;" |
---|
395 | prefstring="storage_warn_vI_replace"/> |
---|
396 | <checkbox id="VIdent_identity.storage_getOneOnly" label="&vI_prefDialog.storage.get_One_Only.label;" |
---|
397 | prefstring="storage_getOneOnly"/> |
---|
398 | </vbox> |
---|
399 | </groupbox> |
---|
400 | </tabpanel> |
---|
401 | <tabpanel orient="vertical"> |
---|
402 | <groupbox> |
---|
403 | <caption label="&vI_prefDialog.storageCap3.caption;"/> |
---|
404 | <vbox align="left"> |
---|
405 | <checkbox id="VIdent_identity.storageExtras_returnReciept" label="&vI_prefDialog.storageExtras.returnReciept.label;" |
---|
406 | prefstring="storageExtras_returnReciept"/> |
---|
407 | <checkbox id="VIdent_identity.storageExtras_characterEncoding" label="&vI_prefDialog.storageExtras.characterEncoding.label;" |
---|
408 | prefstring="storageExtras_characterEncoding"/> |
---|
409 | <checkbox id="VIdent_identity.storageExtras_messageFormat" label="&vI_prefDialog.storageExtras.messageFormat.label;" |
---|
410 | prefstring="storageExtras_messageFormat"/> |
---|
411 | <spacer height="10px"/> |
---|
412 | <hbox><vbox> |
---|
413 | <label value="&vI_prefDialog.storageExtras.sMime.label;"/> |
---|
414 | <checkbox id="VIdent_identity.storageExtras_sMime_messageEncryption" label="&vI_prefDialog.storageExtras.sMime.messageEncryption.label;" |
---|
415 | prefstring="storageExtras_sMime_messageEncryption"/> |
---|
416 | <checkbox id="VIdent_identity.storageExtras_sMime_messageSignature" label="&vI_prefDialog.storageExtras.sMime.messageSignature.label;" |
---|
417 | prefstring="storageExtras_sMime_messageSignature"/> |
---|
418 | </vbox><spacer flex="1"/><vbox id="openPGPencryption"> |
---|
419 | <label value="&vI_prefDialog.storageExtras.openPGP.label;"/> |
---|
420 | <checkbox id="VIdent_identity.storageExtras_openPGP_messageEncryption" label="&vI_prefDialog.storageExtras.openPGP.messageEncryption.label;" |
---|
421 | prefstring="storageExtras_openPGP_messageEncryption"/> |
---|
422 | <checkbox id="VIdent_identity.storageExtras_openPGP_messageSignature" label="&vI_prefDialog.storageExtras.openPGP.messageSignature.label;" |
---|
423 | prefstring="storageExtras_openPGP_messageSignature"/> |
---|
424 | <checkbox id="VIdent_identity.storageExtras_openPGP_PGPMIME" label="&vI_prefDialog.storageExtras.openPGP.PGPMIME.label;" |
---|
425 | prefstring="storageExtras_openPGP_PGPMIME"/> |
---|
426 | </vbox></hbox> |
---|
427 | </vbox> |
---|
428 | <label id="storageExtrasWarning" value="&vI_prefDialog.storageExtras.Warning.label;"/> |
---|
429 | </groupbox> |
---|
430 | </tabpanel> |
---|
431 | </tabpanels> |
---|
432 | </tabbox> |
---|
433 | </tabpanel> |
---|
434 | |
---|
435 | <tabpanel orient="vertical" label="&vI_prefDialog.idSelection.header;"> |
---|
436 | <dialogheader title="&vI_prefDialog.idSelection.header;"/> |
---|
437 | <tabbox> |
---|
438 | <tabs> |
---|
439 | <tab id="idSelection1" label="&vI_prefDialog.idSelection.Tab1.label;" /> |
---|
440 | <tab id="idSelection2" label="&vI_prefDialog.idSelection.Tab2.label;" /> |
---|
441 | </tabs> |
---|
442 | <tabpanels> |
---|
443 | <tabpanel orient="vertical"> |
---|
444 | <groupbox> |
---|
445 | <caption label="&vI_prefDialog.idSelection.Tab1.caption;"/> |
---|
446 | <vbox align="left"> |
---|
447 | <description width="500px">&vI_prefDialog.idSelection.reply.desc;</description> |
---|
448 | <checkbox id="VIdent_identity.idSelection_storage_prefer_smart_reply" label="&vI_prefDialog.idSelection.prefer_smart_reply.label;" |
---|
449 | prefstring="idSelection_storage_prefer_smart_reply"/> |
---|
450 | <checkbox id="VIdent_identity.idSelection_storage_ignore_smart_reply" label="&vI_prefDialog.idSelection.ignore_smart_reply.label;" |
---|
451 | prefstring="idSelection_storage_ignore_smart_reply"/> |
---|
452 | </vbox> |
---|
453 | </groupbox> |
---|
454 | <groupbox> |
---|
455 | <caption label="&vI_prefDialog.idSelection.Tab1.caption2;"/> |
---|
456 | <vbox align="left"> |
---|
457 | <description width="500px">&vI_prefDialog.idSelection.draft.desc;</description> |
---|
458 | </vbox> |
---|
459 | </groupbox> |
---|
460 | </tabpanel> |
---|
461 | <tabpanel orient="vertical"> |
---|
462 | <groupbox> |
---|
463 | <caption label="&vI_prefDialog.idSelection.Tab2.caption;"/> |
---|
464 | <vbox align="left"> |
---|
465 | <description width="500px">&vI_prefDialog.idSelection.multiselect.desc;</description> |
---|
466 | <checkbox id="VIdent_identity.idSelection_ask" label="&vI_prefDialog.idSelection.ask.label;" |
---|
467 | prefstring="idSelection_ask" |
---|
468 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
469 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.idSelection_ask_always" label="&vI_prefDialog.idSelection.ask_always.label;" |
---|
470 | prefstring="idSelection_ask_always" |
---|
471 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
472 | </hbox> |
---|
473 | <hbox> |
---|
474 | <vbox><spacer flex="1"/> |
---|
475 | <checkbox id="VIdent_identity.idSelection_autocreate" label="&vI_prefDialog.idSelection.autocreate.label;" |
---|
476 | prefstring="idSelection_autocreate" |
---|
477 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
478 | <spacer flex="1"/></vbox> |
---|
479 | <vbox><spacer flex="1"/> |
---|
480 | <label value="&vI_prefDialog.idSelection.autocreate.desc;" hidden="true" |
---|
481 | id="VIdent_identity.idSelection_autocreate.desc" /> |
---|
482 | <spacer flex="1"/></vbox> |
---|
483 | </hbox> |
---|
484 | </vbox> |
---|
485 | </groupbox> |
---|
486 | </tabpanel> |
---|
487 | </tabpanels> |
---|
488 | </tabbox> |
---|
489 | </tabpanel> |
---|
490 | |
---|
491 | |
---|
492 | |
---|
493 | <tabpanel orient="vertical" label="&vI_prefDialog.notificationTab.header;"> |
---|
494 | <dialogheader title="&vI_prefDialog.notificationTab.header;"/> |
---|
495 | <groupbox id="notificationGroupBox"> |
---|
496 | <caption label="&vI_prefDialog.notificationTab.caption;"/> |
---|
497 | <vbox align="left"> |
---|
498 | <checkbox id="VIdent_identity.get_header_notification" label="&vI_prefDialog.notifyHeaders.label;" |
---|
499 | prefstring="get_header_notification"/> |
---|
500 | <checkbox id="VIdent_identity.smart_reply_notification" label="&vI_prefDialog.notifySmartIdentity.label;" |
---|
501 | prefstring="smart_reply_notification"/> |
---|
502 | <checkbox id="VIdent_identity.storage_notification" label="&vI_prefDialog.notifyStorage.label;" |
---|
503 | prefstring="storage_notification"/> |
---|
504 | <hbox> |
---|
505 | <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.prefix.label;" /><spacer flex="1"/></vbox> |
---|
506 | <textbox preftype="int" id="VIdent_identity.notification_timeout" flex="1" |
---|
507 | prefstring="notification_timeout" size="1" /> |
---|
508 | <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.postfix.label;" /><spacer flex="1"/></vbox> |
---|
509 | </hbox> |
---|
510 | </vbox> |
---|
511 | </groupbox> |
---|
512 | <groupbox> |
---|
513 | <caption label="&vI_prefDialog.notificationTab.Debug.caption;"/> |
---|
514 | <vbox align="left"> |
---|
515 | <description width="500px">&vI_prefDialog.notifyDebug.desc;</description> |
---|
516 | <checkbox id="VIdent_identity.debug_notification" label="&vI_prefDialog.notifyDebug.label;" |
---|
517 | prefstring="debug_notification"/> |
---|
518 | </vbox> |
---|
519 | </groupbox> |
---|
520 | </tabpanel> |
---|
521 | </tabpanels> |
---|
522 | </tabbox> |
---|
523 | </dialog> |
---|
524 | </overlay> |
---|