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 | <?xul-overlay href="chrome://messenger/content/msgFolderPickerOverlay.xul"?> |
---|
27 | |
---|
28 | <!DOCTYPE page [ |
---|
29 | <!ENTITY % amCopiesDTD SYSTEM "chrome://messenger/locale/am-copies.dtd"> |
---|
30 | %amCopiesDTD; |
---|
31 | <!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd"> |
---|
32 | %versionDTD; |
---|
33 | <!ENTITY % vIdentDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd"> |
---|
34 | %vIdentDTD; |
---|
35 | ]> |
---|
36 | |
---|
37 | <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> |
---|
38 | <?xml-stylesheet href="chrome://messenger/skin/prefPanels.css" type="text/css"?> |
---|
39 | <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?> |
---|
40 | <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> |
---|
41 | |
---|
42 | <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
---|
43 | onload="vI_prefDialog.init();" |
---|
44 | buttons="accept,cancel" |
---|
45 | ondialogaccept="vI_prefDialog.savePrefs();" |
---|
46 | persist="screenX screenY" |
---|
47 | title="&vident.prefs.dlgTitle.label;"> |
---|
48 | |
---|
49 | <script type="application/x-javascript" |
---|
50 | src="chrome://v_identity/content/vI_prefDialog.js" /> |
---|
51 | <script type="application/x-javascript" |
---|
52 | src="chrome://v_identity/content/vI_addressBook.js" /> |
---|
53 | |
---|
54 | <stringbundleset id="stringbundleset"> |
---|
55 | <stringbundle id="vIdentBundle" src="chrome://v_identity/locale/v_identity.properties" /> |
---|
56 | </stringbundleset> |
---|
57 | |
---|
58 | <stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/> |
---|
59 | |
---|
60 | <broadcaster id="VIdent_broadcaster_doFcc"/> |
---|
61 | |
---|
62 | <textbox hidden="true" id="VIdent_identity.fccFolder" |
---|
63 | prefstring="fccFolder"/> |
---|
64 | <textbox hidden="true" id="VIdent_identity.fccFolderPickerMode" |
---|
65 | prefstring="fccFolderPickerMode"/> |
---|
66 | <textbox hidden="true" id="VIdent_identity.draftFolder" |
---|
67 | prefstring="draftFolder"/> |
---|
68 | <textbox hidden="true" id="VIdent_identity.draftFolderPickerMode" |
---|
69 | prefstring="draftFolderPickerMode"/> |
---|
70 | <textbox hidden="true" id="VIdent_identity.stationeryFolder" |
---|
71 | prefstring="stationeryFolder"/> |
---|
72 | <textbox hidden="true" id="VIdent_identity.stationeryFolderPickerMode" |
---|
73 | prefstring="stationeryFolderPickerMode"/> |
---|
74 | |
---|
75 | <hbox> |
---|
76 | <spacer flex="1" /> |
---|
77 | <button class="v_identity_logo v_identity_logo_button" |
---|
78 | label="&vident.compose.vidLogo.label; &vident.version;" |
---|
79 | oncommand="vI_prefDialog.openURL('http://www.absorb.it/virtual-id')" tooltiptext="&vident.prefs.vidLogo.tooltiptext;" /> |
---|
80 | </hbox> |
---|
81 | |
---|
82 | <tabbox> |
---|
83 | <tabs> |
---|
84 | <tab label="&vident.prefs.commonTab.label;" /> |
---|
85 | <tab label="&vident.prefs.vIdentityTab.label;" /> |
---|
86 | <tab id="smartReplyTab" label="&vident.prefs.smartReplyTab.label;" /> |
---|
87 | <tab id="aBookTab" label="&vident.prefs.aBookTab.label;" /> |
---|
88 | <tab label="&vident.prefs.notificationTab.label;" /> |
---|
89 | </tabs> |
---|
90 | <tabpanels> |
---|
91 | <tabpanel orient="vertical" label="&vident.prefs.commonTab.header;"> |
---|
92 | <dialogheader title="&vident.prefs.commonTab.header;"/> |
---|
93 | <groupbox> |
---|
94 | <caption label="&vident.prefs.commonTab.caption;"/> |
---|
95 | <label id="version-warning" |
---|
96 | value="&vident.prefs.versionWarning.label;" hidden="true"/> |
---|
97 | <checkbox id="VIdent_identity.smart_draft" label="&vident.prefs.smartDraft.label;" |
---|
98 | prefstring="smart_draft"/> |
---|
99 | <checkbox id="VIdent_identity.smart_reply" label="&vident.prefs.smartReply.label;" |
---|
100 | prefstring="smart_reply" |
---|
101 | oncommand="vI_prefDialog.base.smartReplyConstraint(this);" |
---|
102 | /> |
---|
103 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.smart_reply_for_newsgroups" label="&vident.prefs.smartReplyNewsgroups.label;" |
---|
104 | prefstring="smart_reply_for_newsgroups" /> |
---|
105 | </hbox> |
---|
106 | <checkbox id="VIdent_identity.smart_timestamp" label="&vident.prefs.smartTimestamp.label;" |
---|
107 | prefstring="smart_timestamp" /> |
---|
108 | <checkbox id="VIdent_identity.aBook_use" label="&vident.prefs.aBook.label;" |
---|
109 | prefstring="aBook_use" |
---|
110 | oncommand="vI_prefDialog.base.aBookConstraint(this);" |
---|
111 | /> |
---|
112 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.aBook_use_non_vI" label="&vident.prefs.aBookNonVIdentity.label;" |
---|
113 | prefstring="aBook_use_non_vI" /> |
---|
114 | </hbox> |
---|
115 | <spacer height="10px"/> |
---|
116 | <checkbox id="VIdent_identity.show_smtp" label="&vident.prefs.SMTP.label;" |
---|
117 | prefstring="show_smtp" /> |
---|
118 | <checkbox id="VIdent_identity.menu_entry" label="&vident.prefs.menuEntry.label;" |
---|
119 | prefstring="menu_entry" /> |
---|
120 | <spacer height="10px"/> |
---|
121 | <checkbox id="VIdent_identity.warn_nonvirtual" label="&vident.prefs.warnNonvirtual.label;" |
---|
122 | prefstring="warn_nonvirtual" /> |
---|
123 | <checkbox id="VIdent_identity.warn_virtual" label="&vident.prefs.warnVirtual.label;" |
---|
124 | prefstring="warn_virtual" /> |
---|
125 | </groupbox> |
---|
126 | </tabpanel> |
---|
127 | <tabpanel orient="vertical" label="&vident.prefs.vIdentityTab.header;"> |
---|
128 | <dialogheader title="&vident.prefs.vIdentityTab.header;"/> |
---|
129 | <tabbox> |
---|
130 | <tabs> |
---|
131 | <tab label="&vident.prefs.vIdentityTab.valueTab.label;" /> |
---|
132 | <tab label="&vident.prefs.vIdentityTab.fccTab.label;" /> |
---|
133 | <tab label="&vident.prefs.vIdentityTab.draftsTab.label;" /> |
---|
134 | <tab label="&vident.prefs.vIdentityTab.tmplTab.label;" /> |
---|
135 | </tabs> |
---|
136 | <tabpanels> |
---|
137 | <tabpanel orient="vertical"> |
---|
138 | <groupbox> |
---|
139 | <caption label="&vident.prefs.vIdentityTab.valueTab.caption;"/> |
---|
140 | <description width="500px">&vident.prefs.vIdentityTab.valueTab.desc;</description> |
---|
141 | <checkbox id="VIdent_identity.copySMIMESettings" label="&vident.prefs.SMIME.label;" |
---|
142 | prefstring="copySMIMESettings"/> |
---|
143 | <checkbox id="VIdent_identity.copyEnigmailSettings" label="&vident.prefs.PGP.label;" |
---|
144 | prefstring="copyEnigmailSettings"/> |
---|
145 | <checkbox id="VIdent_identity.copyAttachVCardSettings" label="&vident.prefs.VCard.label;" |
---|
146 | prefstring="copyAttachVCardSettings"/> |
---|
147 | <spacer height="10px"/> |
---|
148 | <description id="VIdent_identity.HideSignature.warning" width="500px">&vident.prefs.HideSignature.warning.desc;</description> |
---|
149 | <checkbox id="VIdent_identity.hide_signature" label="&vident.prefs.HideSignature.label;" disabled="true" |
---|
150 | prefstring="hide_signature"/> |
---|
151 | <spacer id="autoReplyToSelfSpacer" height="10px"/> |
---|
152 | <checkbox id="VIdent_identity.autoReplyToSelf" label="&vident.prefs.autoReplyToSelf.label;" |
---|
153 | prefstring="autoReplyToSelf"/> |
---|
154 | </groupbox> |
---|
155 | </tabpanel> |
---|
156 | <tabpanel orient="vertical"> |
---|
157 | <groupbox> |
---|
158 | <caption label="&vident.prefs.vIdentityTab.fccTab.caption;"/> |
---|
159 | <hbox align="center"> |
---|
160 | <checkbox id="VIdent_identity.doFcc" label="&fccMailFolder.label;" |
---|
161 | accesskey="&fccMailFolder.accesskey;" |
---|
162 | oncommand="setupFccItems();" prefstring="doFcc"/> |
---|
163 | </hbox> |
---|
164 | <radiogroup id="VIdent_doFcc"> |
---|
165 | <grid class="specialFolderPickerGrid"> |
---|
166 | <columns> |
---|
167 | <column flex="1"/> |
---|
168 | <column flex="2"/> |
---|
169 | </columns> |
---|
170 | <rows> |
---|
171 | <radio id="VIdent_fcc_Settings_Of_Account" |
---|
172 | value="3" label="&vident.prefs.vidFccAccount.label;" |
---|
173 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
174 | observes="VIdent_broadcaster_doFcc"/> |
---|
175 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
176 | value="2" label="&vident.prefs.vidFccDefault.label;" |
---|
177 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
178 | observes="VIdent_broadcaster_doFcc"/> |
---|
179 | <row align="center"> |
---|
180 | <radio id="VIdent_fcc_selectAccount" |
---|
181 | value="0" label="&sentFolderOn.label;" |
---|
182 | accesskey="&sentFolderOn.accesskey;" |
---|
183 | oncommand="setPickersState('msgFccAccountPicker', 'msgFccFolderPicker', event)" |
---|
184 | observes="VIdent_broadcaster_doFcc"/> |
---|
185 | <menulist id="msgFccAccountPicker" |
---|
186 | oncommand="noteSelectionChange('VIdent_fcc_selectAccount')" |
---|
187 | flex="1" observes="VIdent_broadcaster_doFcc"/> |
---|
188 | </row> |
---|
189 | <row align="center"> |
---|
190 | <radio id="VIdent_fcc_selectFolder" |
---|
191 | value="1" label="&sentInOtherFolder.label;" |
---|
192 | accesskey="&sentInOtherFolder.accesskey;" |
---|
193 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
194 | observes="VIdent_broadcaster_doFcc"/> |
---|
195 | <menulist id="msgFccFolderPicker" |
---|
196 | oncommand="noteSelectionChange('VIdent_fcc_selectFolder')" |
---|
197 | flex="1" observes="VIdent_broadcaster_doFcc"/> |
---|
198 | </row> |
---|
199 | </rows> |
---|
200 | </grid> |
---|
201 | </radiogroup> |
---|
202 | |
---|
203 | </groupbox> |
---|
204 | </tabpanel> |
---|
205 | <tabpanel orient="vertical"> |
---|
206 | <groupbox> |
---|
207 | <caption /> |
---|
208 | <radiogroup id="VIdent_messageDrafts"> |
---|
209 | <grid class="specialFolderPickerGrid"> |
---|
210 | <columns> |
---|
211 | <column flex="1"/> |
---|
212 | <column flex="2"/> |
---|
213 | </columns> |
---|
214 | <rows> |
---|
215 | <radio id="VIdent_draft_Settings_Of_Account" |
---|
216 | value="3" label="&vident.prefs.vidFccAccount.label;" |
---|
217 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
218 | <radio id="VIdent_draft_Settings_Of_Default" |
---|
219 | value="2" label="&vident.prefs.vidFccDefault.label;" |
---|
220 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
221 | <row align="center"> |
---|
222 | <radio id="VIdent_draft_selectAccount" |
---|
223 | value="0" label="&draftsFolderOn.label;" |
---|
224 | accesskey="&draftsFolderOn.accesskey;" |
---|
225 | oncommand="setPickersState('msgDraftsAccountPicker', 'msgDraftsFolderPicker', event)" /> |
---|
226 | <menulist id="msgDraftsAccountPicker" |
---|
227 | oncommand="noteSelectionChange('VIdent_draft_selectAccount')" /> |
---|
228 | </row> |
---|
229 | <row align="center"> |
---|
230 | <radio id="VIdent_draft_selectFolder" |
---|
231 | value="1" label="&draftInOtherFolder.label;" |
---|
232 | accesskey="&draftInOtherFolder.accesskey;" |
---|
233 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
234 | <menulist id="msgDraftsFolderPicker" |
---|
235 | oncommand="noteSelectionChange('VIdent_draft_selectFolder')" |
---|
236 | flex="1" /> |
---|
237 | </row> |
---|
238 | </rows> |
---|
239 | </grid> |
---|
240 | </radiogroup> |
---|
241 | |
---|
242 | </groupbox> |
---|
243 | </tabpanel> |
---|
244 | <tabpanel orient="vertical"> |
---|
245 | <groupbox> |
---|
246 | <caption /> |
---|
247 | <radiogroup id="VIdent_messageTemplates"> |
---|
248 | <grid class="specialFolderPickerGrid"> |
---|
249 | <columns> |
---|
250 | <column flex="1"/> |
---|
251 | <column flex="2"/> |
---|
252 | </columns> |
---|
253 | <rows> |
---|
254 | <radio id="VIdent_tmpl_Settings_Of_Account" |
---|
255 | value="3" label="&vident.prefs.vidFccAccount.label;" |
---|
256 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
257 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
258 | value="2" label="&vident.prefs.vidFccDefault.label;" |
---|
259 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
260 | <row align="center"> |
---|
261 | <radio id="VIdent_tmpl_selectAccount" |
---|
262 | value="0" label="&templatesFolderOn.label;" |
---|
263 | accesskey="&templatesFolderOn.accesskey;" |
---|
264 | oncommand="setPickersState('msgStationeryAccountPicker', 'msgStationeryFolderPicker', event)" /> |
---|
265 | <menulist id="msgStationeryAccountPicker" |
---|
266 | oncommand="noteSelectionChange('VIdent_tmpl_selectAccount')" |
---|
267 | flex="1" /> |
---|
268 | </row> |
---|
269 | <row align="center"> |
---|
270 | <radio id="VIdent_tmpl_selectFolder" |
---|
271 | value="1" label="&templateInOtherFolder.label;" |
---|
272 | accesskey="&templateInOtherFolder.accesskey;" |
---|
273 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
274 | <menulist id="msgStationeryFolderPicker" |
---|
275 | oncommand="noteSelectionChange('VIdent_tmpl_selectFolder')" |
---|
276 | flex="1" /> |
---|
277 | </row> |
---|
278 | </rows> |
---|
279 | </grid> |
---|
280 | </radiogroup> |
---|
281 | |
---|
282 | </groupbox> |
---|
283 | </tabpanel> |
---|
284 | </tabpanels> |
---|
285 | </tabbox> |
---|
286 | </tabpanel> |
---|
287 | <tabpanel orient="vertical" label="&vident.prefs.smartReplyTab.header;"> |
---|
288 | <dialogheader title="&vident.prefs.smartReplyTab.header;"/> |
---|
289 | <tabbox> |
---|
290 | <tabs> |
---|
291 | <tab id="smartReplyTab1" label="&vident.prefs.smartReplyTab.Tab1.label;" /> |
---|
292 | <tab id="smartReplyTab2" label="&vident.prefs.smartReplyTab.Tab2.label;" /> |
---|
293 | <tab id="smartReplyTab3" label="&vident.prefs.smartReplyTab.Tab3.label;" /> |
---|
294 | </tabs> |
---|
295 | <tabpanels> |
---|
296 | <tabpanel orient="vertical"> |
---|
297 | <groupbox> |
---|
298 | <caption label="&vident.prefs.smartReplyTab.caption;"/> |
---|
299 | <vbox align="left"> |
---|
300 | <description width="500px">&vident.prefs.smartReplyTab.Tab1.desc;</description> |
---|
301 | <hbox> |
---|
302 | <vbox><description width="300px">&vident.prefs.smartReply.headers.desc;</description> |
---|
303 | <spacer flex="1"/> |
---|
304 | <button id="VIdent_identity.smart_reply_headers_reset" label="&vident.prefs.smartReply.headers.reset;" oncommand="vI_prefDialog.base.smartReplyHeaderReset();"/> |
---|
305 | </vbox> |
---|
306 | <textbox id="VIdent_identity.smart_reply_headers" multiline="true" |
---|
307 | rows="4" size="20" wrap="false" flex="1" |
---|
308 | prefstring="smart_reply_headers" /> |
---|
309 | </hbox> |
---|
310 | </vbox> |
---|
311 | </groupbox> |
---|
312 | </tabpanel> |
---|
313 | <tabpanel orient="vertical"> |
---|
314 | <groupbox> |
---|
315 | <caption label="&vident.prefs.smartReplyTab.caption;"/> |
---|
316 | <vbox align="left"> |
---|
317 | <description width="500px">&vident.prefs.smartReplyTab.Tab2.desc;</description> |
---|
318 | <hbox> |
---|
319 | <vbox><description width="300px">&vident.prefs.smartReply.filter.desc;</description><spacer flex="1"/></vbox> |
---|
320 | <textbox id="VIdent_identity.smart_reply_filter" multiline="true" |
---|
321 | rows="4" size="20" wrap="false" flex="1" |
---|
322 | prefstring="smart_reply_filter" /> |
---|
323 | </hbox> |
---|
324 | <checkbox id="VIdent_identity.smart_reply_ignoreFullName" label="&vident.prefs.smartReply.ignoreFullname.label;" |
---|
325 | prefstring="smart_reply_ignoreFullName" wrap="true" width="500px"/> |
---|
326 | <hbox> |
---|
327 | <description width="300px">&vident.prefs.smartReply.defaultFullname.label;</description> |
---|
328 | <vbox><spacer flex="1"/><textbox id="VIdent_identity.smart_reply_defaultFullName" flex="1" |
---|
329 | prefstring="smart_reply_defaultFullName" size="20" /><spacer flex="1"/></vbox> |
---|
330 | </hbox> |
---|
331 | </vbox> |
---|
332 | </groupbox> |
---|
333 | </tabpanel> |
---|
334 | <tabpanel orient="vertical"> |
---|
335 | <groupbox> |
---|
336 | <caption label="&vident.prefs.smartReplyTab3.caption;"/> |
---|
337 | <vbox align="left"> |
---|
338 | <description width="500px">&vident.prefs.smartReplyTab.Tab3.desc;</description> |
---|
339 | <checkbox id="VIdent_identity.smart_reply_ask" label="&vident.prefs.smartReply.ask.label;" |
---|
340 | prefstring="smart_reply_ask" |
---|
341 | oncommand="vI_prefDialog.base.smartReplyResultConstraint();"/> |
---|
342 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.smart_reply_ask_always" label="&vident.prefs.smartReply.ask_always.label;" |
---|
343 | prefstring="smart_reply_ask_always" |
---|
344 | oncommand="vI_prefDialog.base.smartReplyResultConstraint();"/> |
---|
345 | </hbox> |
---|
346 | <hbox> |
---|
347 | <vbox><spacer flex="1"/> |
---|
348 | <checkbox id="VIdent_identity.smart_reply_autocreate" label="&vident.prefs.smartReply.autocreate.label;" |
---|
349 | prefstring="smart_reply_autocreate" |
---|
350 | oncommand="vI_prefDialog.base.smartReplyResultConstraint();"/> |
---|
351 | <spacer flex="1"/></vbox> |
---|
352 | <vbox><spacer flex="1"/> |
---|
353 | <label value="&vident.prefs.smartReply.autocreate.desc;" hidden="true" |
---|
354 | id="VIdent_identity.smart_reply_autocreate.desc" /> |
---|
355 | <spacer flex="1"/></vbox> |
---|
356 | </hbox> |
---|
357 | </vbox> |
---|
358 | </groupbox> |
---|
359 | </tabpanel> |
---|
360 | </tabpanels> |
---|
361 | </tabbox> |
---|
362 | </tabpanel> |
---|
363 | <tabpanel orient="vertical" label="&vident.prefs.aBookTab.header;"> |
---|
364 | <dialogheader title="&vident.prefs.aBookTab.header;"/> |
---|
365 | <tabbox> |
---|
366 | <tabs> |
---|
367 | <tab id="aBookTab1" label="&vident.prefs.aBookTab.Tab1.label;" /> |
---|
368 | <tab id="aBookTab2" label="&vident.prefs.aBookTab.Tab2.label;" /> |
---|
369 | <tab id="aBookTab3" label="&vident.prefs.aBookTab.Tab3.label;" /> |
---|
370 | </tabs> |
---|
371 | <tabpanels> |
---|
372 | <tabpanel orient="vertical"> |
---|
373 | <groupbox> |
---|
374 | <caption label="&vident.prefs.aBookCap1.caption;"/> |
---|
375 | <vbox align="left"> |
---|
376 | <checkbox id="VIdent_identity.aBook_storedefault" label="&vident.prefs.aBook.storedefault.label;" |
---|
377 | prefstring="aBook_storedefault"/> |
---|
378 | <checkbox id="VIdent_identity.aBook_show_switch" label="&vident.prefs.aBook.show_switch.label;" |
---|
379 | prefstring="aBook_show_switch"/> |
---|
380 | <checkbox id="VIdent_identity.aBook_warn_update" label="&vident.prefs.aBook.warn_update.label;" |
---|
381 | prefstring="aBook_warn_update"/> |
---|
382 | <checkbox id="VIdent_identity.aBook_dont_update_multiple" label="&vident.prefs.aBook.dont_update_multiple.label;" |
---|
383 | prefstring="aBook_dont_update_multiple"/> |
---|
384 | </vbox> |
---|
385 | </groupbox> |
---|
386 | <groupbox> |
---|
387 | <caption label="&vident.prefs.aBookCap2.caption;"/> |
---|
388 | <vbox align="left"> |
---|
389 | <checkbox id="VIdent_identity.aBook_warn_vI_replace" label="&vident.prefs.aBook.warn_vI_replace.label;" |
---|
390 | prefstring="aBook_warn_vI_replace"/> |
---|
391 | <checkbox id="VIdent_identity.aBook_getOneOnly" label="&vident.prefs.aBook.get_One_Only.label;" |
---|
392 | prefstring="aBook_getOneOnly"/> |
---|
393 | </vbox> |
---|
394 | </groupbox> |
---|
395 | </tabpanel> |
---|
396 | <tabpanel orient="vertical"> |
---|
397 | <groupbox> |
---|
398 | <caption label="&vident.prefs.aBookCap3.caption;"/> |
---|
399 | <vbox align="left"> |
---|
400 | <description width="500px">&vident.prefs.aBook.reply.desc;</description> |
---|
401 | <checkbox id="VIdent_identity.aBook_use_for_smart_reply" label="&vident.prefs.aBook.use_for_smart_reply.label;" |
---|
402 | prefstring="aBook_use_for_smart_reply" |
---|
403 | oncommand="vI_prefDialog.base.aBookSmartReplyConstraint();" /> |
---|
404 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.aBook_prefer_smart_reply" label="&vident.prefs.aBook.prefer_smart_reply.label;" |
---|
405 | prefstring="aBook_prefer_smart_reply"/> |
---|
406 | </hbox> |
---|
407 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.aBook_ignore_smart_reply" label="&vident.prefs.aBook.ignore_smart_reply.label;" |
---|
408 | prefstring="aBook_ignore_smart_reply"/> |
---|
409 | </hbox> |
---|
410 | </vbox> |
---|
411 | </groupbox> |
---|
412 | </tabpanel> |
---|
413 | <tabpanel orient="vertical"> |
---|
414 | <groupbox> |
---|
415 | <caption label="&vident.prefs.aBookCap4.caption;"/> |
---|
416 | <vbox align="left"> |
---|
417 | <vbox><description width="500px">&vident.prefs.aBook.remove_entries.desc;</description> |
---|
418 | <spacer height="10px" /> |
---|
419 | <label id="VIdent_identity.aBook_status" /> |
---|
420 | <hbox><spacer flex="1"/> |
---|
421 | <button id="VIdent_identity.aBook_remove_entries" label="&vident.prefs.aBook.remove_entries.remove;" |
---|
422 | oncommand="vI_addressBook.removeVIdentityFromABook(true);vI_prefDialog.base.aBookCheckCounter();"/> |
---|
423 | <spacer flex="1"/></hbox> |
---|
424 | </vbox> |
---|
425 | </vbox> |
---|
426 | </groupbox> |
---|
427 | </tabpanel> |
---|
428 | </tabpanels> |
---|
429 | </tabbox> |
---|
430 | </tabpanel> |
---|
431 | <tabpanel orient="vertical" label="&vident.prefs.notificationTab.header;"> |
---|
432 | <dialogheader title="&vident.prefs.notificationTab.header;"/> |
---|
433 | <groupbox id="notificationGroupBox"> |
---|
434 | <caption label="&vident.prefs.notificationTab.caption;"/> |
---|
435 | <vbox align="left"> |
---|
436 | <checkbox id="VIdent_identity.get_header_notification" label="&vident.prefs.notifyHeaders.label;" |
---|
437 | prefstring="get_header_notification"/> |
---|
438 | <checkbox id="VIdent_identity.smart_reply_notification" label="&vident.prefs.notifySmartIdentity.label;" |
---|
439 | prefstring="smart_reply_notification"/> |
---|
440 | <checkbox id="VIdent_identity.aBook_notification" label="&vident.prefs.notifyABook.label;" |
---|
441 | prefstring="aBook_notification"/> |
---|
442 | <hbox> |
---|
443 | <vbox><spacer flex="1"/><label value="&vident.prefs.notifyTime.prefix.label;" /><spacer flex="1"/></vbox> |
---|
444 | <textbox preftype="int" id="VIdent_identity.notification_timeout" flex="1" |
---|
445 | prefstring="notification_timeout" size="1" /> |
---|
446 | <vbox><spacer flex="1"/><label value="&vident.prefs.notifyTime.postfix.label;" /><spacer flex="1"/></vbox> |
---|
447 | </hbox> |
---|
448 | </vbox> |
---|
449 | </groupbox> |
---|
450 | <groupbox> |
---|
451 | <caption label="&vident.prefs.notificationTab.Debug.caption;"/> |
---|
452 | <vbox align="left"> |
---|
453 | <description width="500px">&vident.prefs.notifyDebug.desc;</description> |
---|
454 | <checkbox id="VIdent_identity.debug_notification" label="&vident.prefs.notifyDebug.label;" |
---|
455 | prefstring="debug_notification"/> |
---|
456 | </vbox> |
---|
457 | </groupbox> |
---|
458 | </tabpanel> |
---|
459 | </tabpanels> |
---|
460 | </tabbox> |
---|
461 | </dialog> |
---|