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

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

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

decrease font-size of pref dialog

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