This is just some static backup of the original site, don't expect every link to work!

source: content/prefDialog/vI_prefDialog.xul @ 8b09cf

ng_0.9
Last change on this file since 8b09cf was 8b09cf, checked in by rene <rene@…>, 4 years ago

removed unused preferences

  • Property mode set to 100644
File size: 29.7 KB
Line 
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 % vIprefDialogDTD SYSTEM "chrome://v_identity/locale/vI_prefDialog.dtd">
30%vIprefDialogDTD;
31<!ENTITY % vIstorageExtrasDTD SYSTEM "chrome://v_identity/locale/vI_storageExtras.dtd">
32%vIstorageExtrasDTD;
33<!ENTITY % vIdentityDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd">
34%vIdentityDTD;
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://mozapps/skin/extensions/extensions.css"?>
41<?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?>
42<?xml-stylesheet href="chrome://messenger/skin/messageHeader.css"?>
43
44
45<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
46    xmlns:xhtml="http://www.w3.org/1999/xhtml" >
47
48<dialog id="vI_prefDialog">
49
50<hbox>
51<tabbox id="prefTabbox" class="viewSelector ">
52    <hbox>
53    <vbox>
54        <image id="toggleIcon" class="addresstwisty" onclick="virtualIdentityExtension.prefDialog.base.flipMenuButtons(this);" open="true" persist="open" />
55        <spacer flex="1" />
56    </vbox>
57    <radiogroup xhtml:role="listbox" id="viewGroup" persist="hidden last-selected"
58        class="chromeclass-toolbar" orient="horizontal" flex="1" >
59        <vbox>
60        <hbox>
61            <radio pane="source" id="sourceEmail"
62                oncommand="document.getElementById('prefTabbox').selectedIndex = 0; virtualIdentityExtension.prefDialog.updateHelpUrl();"
63                tooltiptext="&vI_prefDialog.tabbox.tab0.label;" />
64            <vbox><spacer flex="1"/><image class="arrow" id="toSelection" /><spacer flex="1"/></vbox>
65            <radio pane="source" id="selection"
66                oncommand="document.getElementById('prefTabbox').selectedIndex = 1; virtualIdentityExtension.prefDialog.updateHelpUrl();"
67                tooltiptext="&vI_prefDialog.tabbox.tab1.label;" />
68            <vbox><spacer flex="1"/><image class="arrow" id="toCompose" /><spacer flex="1"/></vbox>
69            <radio pane="source" id="composeDialog"
70                oncommand="document.getElementById('prefTabbox').selectedIndex = 2; virtualIdentityExtension.prefDialog.updateHelpUrl();"
71                tooltiptext="&vI_prefDialog.tabbox.tab2.label;" />
72            <vbox><spacer flex="1"/><image class="arrow" id="toSend" /><spacer flex="1"/></vbox>
73            <radio pane="source" id="emailOut"
74                oncommand="document.getElementById('prefTabbox').selectedIndex = 3; virtualIdentityExtension.prefDialog.updateHelpUrl();"
75                tooltiptext="&vI_prefDialog.tabbox.tab3.label;" />
76        </hbox>
77        <spacer class="heightS" />
78        <hbox>
79            <spacer id="beforeStorage" />
80            <vbox><spacer flex="1"/><image class="arrow" id="storageUp" /><spacer flex="1"/></vbox>
81            <radio pane="source" id="storageOut"
82                oncommand="document.getElementById('prefTabbox').selectedIndex = 4; virtualIdentityExtension.prefDialog.updateHelpUrl();"
83                tooltiptext="&vI_prefDialog.tabbox.tab4.label;" />
84            <vbox><spacer flex="1"/><image class="arrow" id="storageUpDown" /><spacer flex="1"/></vbox>
85            <spacer id="afterStorage" flex="1"/>
86        </hbox>
87        </vbox>
88        <spacer flex="1"/>
89        <vbox>
90            <spacer flex="1"/>
91            <hbox><spacer flex="1"/><radio pane="source" id="options"
92                oncommand="document.getElementById('prefTabbox').selectedIndex = 5; virtualIdentityExtension.prefDialog.updateHelpUrl();"
93                tooltiptext="&vI_prefDialog.tabbox.tab5.label;" />
94            </hbox>
95            <spacer flex="1"/>
96            <button id="logoButton1" class="v_identity_logo v_identity_logo_button"
97                label="&vident.vidLogo.label; "
98                oncommand="virtualIdentityExtension.prefDialog.openURL('http://www.absorb.it/virtual-id')"
99                tooltiptext="&vI_prefDialog.vidLogo.tooltiptext;" />
100        </vbox>
101    </radiogroup>
102    </hbox>
103    <hbox>
104        <tabs>
105            <tab label="&vI_prefDialog.tabbox.tab0.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 0; virtualIdentityExtension.prefDialog.updateHelpUrl(0);"/>
106            <tab label="&vI_prefDialog.tabbox.tab1.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 1; virtualIdentityExtension.prefDialog.updateHelpUrl(1);"/>
107            <tab label="&vI_prefDialog.tabbox.tab2.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 2; virtualIdentityExtension.prefDialog.updateHelpUrl(2);"/>
108            <tab label="&vI_prefDialog.tabbox.tab3.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 3; virtualIdentityExtension.prefDialog.updateHelpUrl(3);"/>
109            <tab label="&vI_prefDialog.tabbox.tab4.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 4; virtualIdentityExtension.prefDialog.updateHelpUrl(4);"/>
110            <tab label="&vI_prefDialog.tabbox.tab5.label;" oncommand="document.getElementById('viewGroup').selectedIndex = 5; virtualIdentityExtension.prefDialog.updateHelpUrl(5);"/>
111        </tabs>
112        <spacer flex="1" />
113        <button id="logoButton2" class="v_identity_logo v_identity_logo_button"
114                label="&vident.vidLogo.label; "
115                oncommand="virtualIdentityExtension.prefDialog.openURL('http://www.absorb.it/virtual-id')"
116                tooltiptext="&vI_prefDialog.vidLogo.tooltiptext;" hidden="true" />
117    </hbox>
118    <tabpanels>
119    <tabpanel orient="vertical" >
120        <hbox flex="1">
121        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
122            hidecolumnpicker="true" hidehscroll="true" >
123        <treecols orient="vertical"><treecol flex="1" hideheader="true" primary="true"/></treecols>
124        <treechildren>
125            <treeitem container="true" open="true" >
126                <treerow><treecell label="&vI_prefDialog.smartCell.label;" /></treerow>
127                <treechildren>
128                    <treeitem><treerow><treecell label="&vI_prefDialog.smartCell.row0.label;" /></treerow></treeitem>
129                    <treeitem><treerow><treecell label="&vI_prefDialog.smartCell.row1.label;" /></treerow></treeitem>
130                    <treeitem><treerow><treecell label="&vI_prefDialog.smartCell.row2.label;" /></treerow></treeitem>
131                </treechildren>
132            </treeitem>
133        </treechildren>
134        </tree>
135       
136        <tabbox flex="1" >
137        <tabs hidden="true">
138            <tab /><tab /><tab /><tab /><tab />
139        </tabs>
140        <tabpanels class="plain">
141            <tabpanel orient="vertical">
142            <dialogheader title="&vI_prefDialog.smartTab0.header;"/>
143                <groupbox>
144                <caption label="&vI_prefDialog.smartTab0.Draft.caption;" />
145                <label id="version-warning"
146                    value="&vI_prefDialog.versionWarning.label;" hidden="true"/>
147                <checkbox id="VIdent_identity.smart_draft" label="&vI_prefDialog.smartDraft.label;"
148                    tooltiptext="&vI_prefDialog.smartDraft.tooltiptext;" prefstring="smart_draft"
149                    oncommand="virtualIdentityExtension.prefDialog.base.constraints();" />
150                </groupbox>
151                <groupbox>
152                <caption label="&vI_prefDialog.smartTab0.Reply.caption;" />
153                <checkbox id="VIdent_identity.smart_reply" label="&vI_prefDialog.smartReply.label;"
154                    tooltiptext="&vI_prefDialog.smartReply.tooltiptext;" prefstring="smart_reply"
155                    oncommand="virtualIdentityExtension.prefDialog.base.smartReplyConstraint(this);" />
156                <hbox><spacer class="widthS"/>
157                    <vbox>
158                    <checkbox id="VIdent_identity.smart_detectByReceivedHeader" label="&vI_prefDialog.smartDetectByReceivedHeader.label;"
159                        tooltiptext="&vI_prefDialog.smartDetectByReceivedHeader.tooltiptext;" prefstring="smart_detectByReceivedHeader" />
160                    <checkbox id="VIdent_identity.smart_reply_for_newsgroups" label="&vI_prefDialog.smartReplyNewsgroups.label;"
161                        tooltiptext="&vI_prefDialog.smartReplyNewsgroups.tooltiptext;" prefstring="smart_reply_for_newsgroups" />
162                    </vbox>
163                </hbox>
164                </groupbox>
165            </tabpanel>
166            <tabpanel orient="vertical">
167                <dialogheader title="&vI_prefDialog.smartTab1.header;"/>
168                <groupbox>
169                <caption label="&vI_prefDialog.smartTab1.caption;" />
170                <vbox align="left">
171                    <description class="widthXX">&vI_prefDialog.smartReplyTab.Tab1.desc;</description>
172                    <hbox>
173                    <vbox><description class="widthX">&vI_prefDialog.smartReply.headers.desc;</description>
174                    <spacer flex="1"/>
175                    <button id="VIdent_identity.smart_reply_headers_reset" label="&vI_prefDialog.smartReply.headers.reset;" oncommand="virtualIdentityExtension.prefDialog.base.smartReplyHeaderReset();"/>
176                    </vbox>
177                    <textbox id="VIdent_identity.smart_reply_headers" multiline="true"
178                        rows="4" size="20" wrap="false" flex="1"
179                        prefstring="smart_reply_headers" />
180                    </hbox>
181                </vbox>
182                </groupbox>
183            </tabpanel>
184            <tabpanel orient="vertical">
185                <dialogheader title="&vI_prefDialog.smartTab2.header;"/>
186                <groupbox>
187                <caption label="&vI_prefDialog.smartTab2.caption;" />
188                <vbox align="left">
189                    <description class="widthXX">&vI_prefDialog.smartReplyTab.Tab2.desc;</description>
190                    <hbox>
191                    <vbox><description class="widthX">&vI_prefDialog.smartReply.filter.desc;</description><spacer flex="1"/></vbox>
192                    <textbox id="VIdent_identity.smart_reply_filter" multiline="true"
193                        rows="4" size="20" wrap="false" flex="1"
194                        prefstring="smart_reply_filter" />
195                    </hbox>
196                </vbox>
197                </groupbox>
198            </tabpanel>
199            <tabpanel orient="vertical">
200                <dialogheader title="&vI_prefDialog.smartTab3.header;"/>
201                <groupbox>
202                <caption label="&vI_prefDialog.smartTab3.caption;" />
203                <vbox align="left">
204                    <checkbox id="VIdent_identity.smart_reply_ignoreFullName" label="&vI_prefDialog.smartReply.ignoreFullname.label;"
205                        prefstring="smart_reply_ignoreFullName" wrap="true" class="widthXX" />
206                    <hbox>
207                    <description class="widthX">&vI_prefDialog.smartReply.defaultFullname.label;</description>
208                    <vbox><spacer flex="1"/><textbox id="VIdent_identity.smart_reply_defaultFullName"
209                        prefstring="smart_reply_defaultFullName" size="20" /><spacer flex="1"/></vbox>
210                    </hbox>
211                    <checkbox id="VIdent_identity.smart_reply_searchBaseIdentity" label="&vI_prefDialog.smartReply.searchBaseIdentity.label;"
212                        prefstring="smart_reply_searchBaseIdentity" wrap="true" class="widthXX" />
213                </vbox>
214                </groupbox>
215            </tabpanel>
216        </tabpanels>
217        </tabbox>
218    </hbox>
219    </tabpanel>
220    <tabpanel orient="vertical" >
221        <hbox flex="1">
222        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
223            hidecolumnpicker="true" hidehscroll="true">
224        <treecols orient="vertical"><treecol flex="1" hideheader="true" primary="true" /></treecols>
225        <treechildren>
226            <treeitem><treerow><treecell label="&vI_prefDialog.idSelection.Cell0.label;" /></treerow></treeitem>
227            <treeitem><treerow><treecell label="&vI_prefDialog.idSelection.Cell1.label;" /></treerow></treeitem>
228            <treeitem><treerow><treecell label="&vI_prefDialog.idSelection.Cell2.label;" /></treerow></treeitem>
229        </treechildren>
230        </tree>
231       
232        <tabbox flex="1" >
233        <tabs hidden="true"><tab /><tab /><tab /></tabs>
234       
235        <tabpanels class="plain">
236            <tabpanel orient="vertical">
237                <dialogheader title="&vI_prefDialog.idSelection.Tab0.header;"/>
238                <groupbox>
239                <caption label="&vI_prefDialog.idSelection.Tab0.caption;"/>
240                <vbox align="left">
241                    <description class="widthXX">&vI_prefDialog.idSelection.usage.desc;</description>
242                    <listbox id="VIdent_identity.idSelection_ignoreIDs" class="identitySelector widthXX"
243                        prefstring="idSelection_ignoreIDs" rows="5">
244                            <listcols><listcol /><listcol /><listcol id="ignoreIDs_debug" hidden="true" /><listcol flex="1"/></listcols>
245                    </listbox>
246                </vbox>
247                </groupbox>
248            </tabpanel>
249            <tabpanel orient="vertical">
250                <dialogheader title="&vI_prefDialog.idSelection.Tab1.header;"/>
251                <groupbox>
252                <caption label="&vI_prefDialog.idSelection.Tab1.caption;"/>
253                <vbox align="left">
254                    <description class="widthXX">&vI_prefDialog.idSelection.reply.desc;</description>
255                    <checkbox id="VIdent_identity.idSelection_storage_prefer_smart_reply" label="&vI_prefDialog.idSelection.prefer_smart_reply.label;"
256                        prefstring="idSelection_storage_prefer_smart_reply"/>
257                    <checkbox id="VIdent_identity.idSelection_storage_ignore_smart_reply" label="&vI_prefDialog.idSelection.ignore_smart_reply.label;"
258                        prefstring="idSelection_storage_ignore_smart_reply"/>
259                </vbox>
260                </groupbox>
261<!--                <groupbox>
262                <caption label="&vI_prefDialog.idSelection.Tab1.caption2;"/>
263                <vbox align="left">
264                    <description class="widthXX">&vI_prefDialog.idSelection.draft.desc;</description>
265                </vbox>
266                </groupbox>     -->
267            </tabpanel>
268            <tabpanel orient="vertical">
269                <dialogheader title="&vI_prefDialog.idSelection.Tab2.header;"/>
270                <groupbox>
271                <caption label="&vI_prefDialog.idSelection.Tab2.caption;"/>
272                <vbox align="left">
273                    <description class="widthXX">&vI_prefDialog.idSelection.multiselect.desc;</description>
274                    <checkbox id="VIdent_identity.idSelection_ask" label="&vI_prefDialog.idSelection.ask.label;"
275                        prefstring="idSelection_ask"
276                        oncommand="virtualIdentityExtension.prefDialog.base.idSelectionResultConstraint();"/>
277                    <hbox><spacer class="widthS"/><checkbox id="VIdent_identity.idSelection_ask_always" label="&vI_prefDialog.idSelection.ask_always.label;"
278                        prefstring="idSelection_ask_always"
279                        oncommand="virtualIdentityExtension.prefDialog.base.idSelectionResultConstraint();"/>
280                    </hbox>
281                    <checkbox id="VIdent_identity.idSelection_autocreate" label="&vI_prefDialog.idSelection.autocreate.label;"
282                        prefstring="idSelection_autocreate"
283                        oncommand="virtualIdentityExtension.prefDialog.base.idSelectionResultConstraint();"/>
284
285                    <hbox><spacer class="widthS"/><label value="&vI_prefDialog.idSelection.autocreate.desc;" hidden="true"
286                        id="VIdent_identity.idSelection_autocreate.desc" />
287                    </hbox>
288                   
289                    <checkbox id="VIdent_identity.idSelection_preferExisting" label="&vI_prefDialog.idSelection.preferExisting.label;"
290                        prefstring="idSelection_preferExisting" />
291
292                </vbox>
293                </groupbox>
294            </tabpanel>
295        </tabpanels>
296        </tabbox>
297        </hbox>
298    </tabpanel>
299    <tabpanel orient="vertical" >
300        <hbox flex="1">
301        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
302            hidecolumnpicker="true" hidehscroll="true">
303        <treecols orient="vertical"><treecol flex="1" hideheader="true" primary="true" /></treecols>
304        <treechildren>
305            <treeitem><treerow><treecell label="&vI_prefDialog.composeDialog.Cell0.label;" /></treerow></treeitem>
306            <treeitem><treerow><treecell label="&vI_prefDialog.composeDialog.Cell1.label;" /></treerow></treeitem>
307        </treechildren>
308        </tree>
309       
310       
311        <tabbox flex="1" >
312        <tabs hidden="true"><tab /><tab /></tabs>
313       
314        <tabpanels class="plain">
315            <tabpanel orient="vertical">
316                <dialogheader title="&vI_prefDialog.composeDialog.header;"/>
317                <groupbox>
318                <caption label="&vI_prefDialog.composeDialog.caption;"/>
319                    <checkbox id="VIdent_identity.autoTimestamp" label="&vI_prefDialog.composeDialog.autoTimestamp.label;"
320                        tooltiptext="&vI_prefDialog.composeDialog.autoTimestamp.tooltiptext;" prefstring="autoTimestamp" oncommand="virtualIdentityExtension.prefDialog.base.autoTimestampConstraint(this);"/>
321                    <hbox id="VIdent_identity.autoTimestamp.options" hidden="true"><spacer class="widthS"/>
322                        <vbox>
323                            <hbox>
324                            <description class="widthX">&vI_prefDialog.composeDialog.autoTimeFormat.label;</description>
325                            <vbox><spacer flex="1"/><textbox id="VIdent_identity.autoTimeFormat"
326                                prefstring="autoTimeFormat" size="20" /><spacer flex="1"/></vbox>
327                            </hbox><hbox>
328                            <description class="widthX">&vI_prefDialog.composeDialog.autoTimeString.label;</description>
329                            <vbox><spacer flex="1"/><textbox id="VIdent_identity.autoTimeString"
330                                prefstring="autoString" size="20" /><spacer flex="1"/></vbox>
331                            </hbox>
332                        </vbox>
333                    </hbox>
334                    <description id="VIdent_identity.HideSignature.warning" class="widthXX">&vI_prefDialog.composeDialog.HideSignature.warning.desc;</description>
335                    <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.composeDialog.HideSignature.label;" disabled="true"
336                        prefstring="hide_signature"/>
337                    <checkbox id="VIdent_identity.hide_sMime_messageSignature" label="&vI_prefDialog.composeDialog.HideSMimeSignature.label;"
338                        prefstring="hide_sMime_messageSignature"/>
339                    <checkbox id="VIdent_identity.hide_openPGP_messageSignature" label="&vI_prefDialog.composeDialog.HideOpenPGPSignature.label;"
340                        prefstring="hide_openPGP_messageSignature" hidden="true"/>
341                    <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.composeDialog.autoReplyToSelf.label;"
342                        prefstring="autoReplyToSelf"/>
343                </groupbox>
344            </tabpanel>
345            <tabpanel orient="vertical">
346                <dialogheader title="&vI_prefDialog.composeDialog.header2;"/>
347                <groupbox>
348                <caption label="&vI_prefDialog.composeDialog.caption2;"/>
349                    <checkbox id="VIdent_identity.show_status" label="&vI_prefDialog.composeDialog.status.label;"
350                        tooltiptext="&vI_prefDialog.composeDialog.status.tooltiptext;" prefstring="show_status" />
351                    <checkbox id="VIdent_identity.storage_colorIndication" label="&vI_prefDialog.composeDialog.storage_colorIndication.label;"
352                        prefstring="storage_colorIndication" />
353                </groupbox>
354            </tabpanel>
355        </tabpanels>
356        </tabbox>
357        </hbox>
358    </tabpanel>
359    <tabpanel orient="vertical" >
360        <hbox flex="1">
361        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
362            hidecolumnpicker="true" hidehscroll="true" >
363        <treecols orient="vertical"><treecol flex="1" hideheader="true" primary="true"/></treecols>
364        <treechildren>
365            <treeitem><treerow><treecell label="&vI_prefDialog.sending.warnings.label;" /></treerow></treeitem>
366        </treechildren>
367        </tree>
368       
369        <tabbox flex="1" >
370        <tabs hidden="true">
371            <tab /><tab /><tab id="VIdent_messageDraftsTab"/><tab id="VIdent_messageTemplatesTab"/><tab />
372        </tabs>
373        <tabpanels class="plain">
374            <tabpanel orient="vertical">
375                <dialogheader title="&vI_prefDialog.sending.warnings.header;"/>
376                <groupbox>
377                <caption label="&vI_prefDialog.sending.warnings.caption;"/>
378                <checkbox id="VIdent_identity.warn_nonvirtual" label="&vI_prefDialog.sending.warnings.warnNonvirtual.label;"
379                    prefstring="warn_nonvirtual" />
380                <checkbox id="VIdent_identity.warn_virtual" label="&vI_prefDialog.sending.warnings.warnVirtual.label;"
381                    prefstring="warn_virtual" />
382                </groupbox>
383            </tabpanel>
384        </tabpanels>
385        </tabbox>
386        </hbox>
387    </tabpanel>
388    <tabpanel orient="vertical" >
389        <hbox flex="1">
390        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
391            hidecolumnpicker="true" hidehscroll="true">
392        <treecols orient="vertical">
393            <treecol flex="1" hideheader="true" primary="true"/>
394        </treecols>
395        <treechildren>
396            <treeitem container="true" open="true">
397                <treerow><treecell label="&vI_prefDialog.storageTab.Tab0.label;" /></treerow>
398                <treechildren>
399                    <treeitem><treerow><treecell label="&vI_prefDialog.storageTab.reading.label;" /></treerow></treeitem>
400                    <treeitem><treerow><treecell label="&vI_prefDialog.storageTab.storing.label;" /></treerow></treeitem>
401                </treechildren>
402            </treeitem>
403            <treeitem id="storageExtrasTreeitem1"><treerow><treecell label="&vI_prefDialog.storageTab.Tab1.label;" /></treerow></treeitem>
404            <treeitem id="storageExtrasTreeitem2"><treerow><treecell label="&vI_prefDialog.storageTab.Tab2.label;" /></treerow></treeitem>
405        </treechildren>
406        </tree>
407       
408        <tabbox flex="1" >
409        <tabs hidden="true">
410            <tab /><tab /><tab /><tab /><tab />
411        </tabs>
412        <tabpanels class="plain">
413            <tabpanel orient="vertical">
414                <dialogheader title="&vI_prefDialog.storageTab.Tab0.header;"/>
415                <groupbox>
416                <caption label="&vI_prefDialog.storageTab.Tab0.caption;" />
417                <checkbox id="VIdent_identity.storage" label="&vI_prefDialog.storage.label;"
418                    tooltiptext="&vI_prefDialog.storage.tooltiptext;" prefstring="storage"
419                    oncommand="virtualIdentityExtension.prefDialog.base.storageConstraint(this);" />
420                <spacer class="paragraph"/>
421                <button id="VIdent_identity.storage.import" label="&vI_prefDialog.storage.import;" oncommand="var vI_localRdfDatasource = new virtualIdentityExtension.rdfDatasourceImporter(window, 'virtualIdentity_0.10.rdf');" />
422                <button id="VIdent_identity.storage.export" label="&vI_prefDialog.storage.export;" oncommand="var vI_localRdfDatasource = new virtualIdentityExtension.rdfDatasource(window); vI_localRdfDatasource.export('virtualIdentity_0.10.rdf')" />
423                </groupbox>
424                <groupbox>
425                <caption label="&vI_prefDialog.storageTab.Tab0.caption2;" />
426                <hbox>
427                <description class="widthX">&vI_prefDialog.storageTab.DateFormat.label;</description>
428                <vbox><spacer flex="1"/><textbox id="VIdent_identity.storage_timeFormat"
429                    prefstring="storage_timeFormat" size="20" /><spacer flex="1"/></vbox>
430                </hbox>
431                <button id="VIdent_identity.storage.openEditor" label="&vI_prefDialog.storage.openEditor;" oncommand="openDialog('chrome://v_identity/content/vI_rdfDataTree.xul', '', 'chrome, dialog, resizable=yes');" />
432                </groupbox>
433            </tabpanel>
434            <tabpanel orient="vertical">
435                <dialogheader title="&vI_prefDialog.storageTab.reading.header;" />
436                <groupbox>
437                <caption label="&vI_prefDialog.storageTab.reading.caption;"/>
438                <vbox align="left">
439                    <checkbox id="VIdent_identity.storage_warn_vI_replace" label="&vI_prefDialog.storage.warn_vI_replace.label;"
440                        prefstring="storage_warn_vI_replace"/>
441                    <checkbox id="VIdent_identity.storage_getOneOnly" label="&vI_prefDialog.storage.get_One_Only.label;"
442                        prefstring="storage_getOneOnly"/>
443                </vbox>
444                </groupbox>
445            </tabpanel>
446            <tabpanel orient="vertical">
447                <dialogheader title="&vI_prefDialog.storageTab.storing.header;" />
448                <groupbox>
449                <caption label="&vI_prefDialog.storageTab.storing.caption;"/>
450                <vbox align="left">
451                    <checkbox id="VIdent_identity.storage_store" label="&vI_prefDialog.storage.storedefault.label;"
452                        prefstring="storage_store"/>
453                    <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;"
454                        prefstring="storage_store_base_id"/>
455                    <checkbox id="VIdent_identity.storage_warn_update" label="&vI_prefDialog.storage.warn_update.label;"
456                        prefstring="storage_warn_update"/>
457                    <checkbox id="VIdent_identity.storage_dont_update_multiple" label="&vI_prefDialog.storage.dont_update_multiple.label;"
458                        prefstring="storage_dont_update_multiple"/>
459                </vbox>
460                </groupbox>
461            </tabpanel>
462            <tabpanel orient="vertical">
463                <dialogheader title="&vI_prefDialog.storageTab.Tab1.header;"/>
464                <groupbox>
465                <caption label="&vI_prefDialog.storageTab.Tab1.caption;" />
466                <vbox align="left">
467                    <checkbox id="VIdent_identity.storageExtras_returnReciept" label="&vI_prefDialog.storageExtras.returnReciept.label;"
468                        prefstring="storageExtras_returnReciept"/>
469                    <checkbox id="VIdent_identity.storageExtras_fcc" label="&vI_prefDialog.storageExtras.fcc.label;"
470                        prefstring="storageExtras_fcc"/>
471                    <checkbox id="VIdent_identity.storageExtras_characterEncoding" label="&vI_prefDialog.storageExtras.characterEncoding.label;"
472                        prefstring="storageExtras_characterEncoding"/>
473                    <checkbox id="VIdent_identity.storageExtras_messageFormat" label="&vI_prefDialog.storageExtras.messageFormat.label;"
474                        prefstring="storageExtras_messageFormat"/>
475                    <spacer class="paragraph"/>
476                </vbox>
477                <label id="storageExtrasWarning" value="&vI_prefDialog.storageExtras.Warning.label;"/>
478                </groupbox>
479            </tabpanel>
480            <tabpanel orient="vertical">
481                <dialogheader title="&vI_prefDialog.storageTab.Tab2.header;"/>
482                <groupbox>
483                <caption label="&vI_prefDialog.storageTab.Tab2.caption;" />
484                <vbox align="left">
485                    <hbox><vbox>
486                    <label value="&vI_prefDialog.storageExtras.sMime.label;"/>
487                    <checkbox id="VIdent_identity.storageExtras_sMime_messageEncryption" label="&vI_prefDialog.storageExtras.sMime.messageEncryption.label;"
488                        prefstring="storageExtras_sMime_messageEncryption"/>
489                    <checkbox id="VIdent_identity.storageExtras_sMime_messageSignature" label="&vI_prefDialog.storageExtras.sMime.messageSignature.label;"
490                        prefstring="storageExtras_sMime_messageSignature"/>
491                    </vbox><spacer flex="1"/><vbox id="openPGPencryption" hidden="true">
492                    <label value="&vI_prefDialog.storageExtras.openPGP.label;"/>
493                    <checkbox id="VIdent_identity.storageExtras_openPGP_messageEncryption" label="&vI_prefDialog.storageExtras.openPGP.messageEncryption.label;"
494                        prefstring="storageExtras_openPGP_messageEncryption"/>
495                    <checkbox id="VIdent_identity.storageExtras_openPGP_messageSignature" label="&vI_prefDialog.storageExtras.openPGP.messageSignature.label;"
496                        prefstring="storageExtras_openPGP_messageSignature"/>
497                    <checkbox id="VIdent_identity.storageExtras_openPGP_PGPMIME" label="&vI_prefDialog.storageExtras.openPGP.PGPMIME.label;"
498                        prefstring="storageExtras_openPGP_PGPMIME"/>
499                    </vbox></hbox>
500                </vbox>
501                <label id="storageExtrasWarning" value="&vI_prefDialog.storageExtras.Warning.label;"/>
502                </groupbox>
503            </tabpanel>
504        </tabpanels>
505        </tabbox>
506        </hbox>
507    </tabpanel>
508    <tabpanel orient="vertical" >
509        <hbox flex="1">
510        <tree class="vIprefTree" seltype="single" onselect="this.nextSibling.selectedIndex = this.currentIndex; virtualIdentityExtension.prefDialog.updateHelpUrl();"
511            hidecolumnpicker="true" hidehscroll="true">
512        <treecols orient="vertical">
513            <treecol flex="1" hideheader="true" primary="true"/>
514        </treecols>
515        <treechildren>
516            <treeitem><treerow><treecell label="&vI_prefDialog.options.Tab0.label;" /></treerow></treeitem>
517            <treeitem><treerow><treecell label="&vI_prefDialog.options.Tab1.label;" /></treerow></treeitem>
518            <treeitem><treerow><treecell label="&vI_prefDialog.options.Tab2.label;" /></treerow></treeitem>
519        </treechildren>
520        </tree>
521        <tabbox flex="1" >
522        <tabs hidden="true">
523            <tab /><tab /><tab />
524        </tabs>
525        <tabpanels class="plain">
526            <tabpanel orient="vertical">
527                <dialogheader title="&vI_prefDialog.options.Tab0.header;" />
528                <groupbox>
529                <caption label="&vI_prefDialog.options.Tab0.caption;"/>
530                <checkbox id="VIdent_identity.menu_entry" label="&vI_prefDialog.menuEntry.label;"
531                    prefstring="menu_entry" />
532                </groupbox>
533            </tabpanel>
534            <tabpanel orient="vertical">
535                <dialogheader title="&vI_prefDialog.options.Tab1.header;" />
536                <groupbox id="notificationGroupBox">
537                <caption label="&vI_prefDialog.options.Tab1.caption;"/>
538                <vbox align="left">
539                    <checkbox id="VIdent_identity.get_header_notification" label="&vI_prefDialog.notifyHeaders.label;"
540                        prefstring="get_header_notification"/>
541                    <checkbox id="VIdent_identity.smart_reply_notification" label="&vI_prefDialog.notifySmartIdentity.label;"
542                        prefstring="smart_reply_notification"/>
543                    <checkbox id="VIdent_identity.storage_notification" label="&vI_prefDialog.notifyStorage.label;"
544                        prefstring="storage_notification"/>
545                    <hbox>
546                    <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.prefix.label;" /><spacer flex="1"/></vbox>
547                    <textbox preftype="int" id="VIdent_identity.notification_timeout" flex="1"
548                        prefstring="notification_timeout" size="1" />
549                    <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.postfix.label;" /><spacer flex="1"/></vbox>
550                    </hbox>
551                </vbox>
552                </groupbox>
553            </tabpanel>
554            <tabpanel orient="vertical">
555                <dialogheader title="&vI_prefDialog.options.Tab2.header;" />
556                <groupbox>
557                <caption label="&vI_prefDialog.options.Tab2.caption;"/>
558                <vbox align="left">
559                    <description class="widthXX">&vI_prefDialog.notifyDebug.desc;</description>
560                    <checkbox id="VIdent_identity.debug_notification" label="&vI_prefDialog.notifyDebug.label;"
561                        prefstring="debug_notification"/>
562                    <hbox>
563                        <checkbox id="VIdent_identity.debug_to_file" label="&vI_prefDialog.debugToFile.label;"
564                            prefstring="debug_to_file"/>
565                        <textbox id="VIdent_identity.debug_to_file_path"
566                            prefstring="debug_to_file_path" />
567                        <button id="VIdent_identity.debug_to_file.filePicker"
568                                label="&vI_prefDialog.debugToFile.choose;"
569                                oncommand="virtualIdentityExtension.prefDialog.selectFile('VIdent_identity.debug_to_file_path');" />
570                    </hbox>
571                </vbox>
572                </groupbox>
573            </tabpanel>
574        </tabpanels>
575        </tabbox>
576        </hbox>
577    </tabpanel>
578    </tabpanels>
579</tabbox>
580<browserbox id="virtualIdentityExtension_remoteBrowserBox" class="virtualIdentityExtension_remoteBrowserBox" localCss="localDoc.css" flex="1" hidden="true" type="content" />
581</hbox>
582<textbox id="virtualIdentityExtension_debugBox" />
583</dialog>
584</overlay>
Note: See TracBrowser for help on using the repository browser.