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

source: chrome/content/v_identity/vI_storageExtrasDataEditorOverlay.xul @ c3feaa

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

clean namespace from pollution

  • Property mode set to 100644
File size: 6.6 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 window [
27<!ENTITY % vIstorageExtrasDTD SYSTEM "chrome://v_identity/locale/vI_storageExtras.dtd" >
28%vIstorageExtrasDTD;
29<!ENTITY % messengercomposeDTD SYSTEM "chrome://messenger/locale/messengercompose/messengercompose.dtd" >
30%messengercomposeDTD;
31<!ENTITY % charsetDTD SYSTEM "chrome://global/locale/charsetOverlay.dtd" >
32%charsetDTD;
33]>
34
35<overlay id="vI_storageExtras"
36          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
37
38<script type="application/x-javascript" src="chrome://v_identity/content/vI_storageExtras.js" />
39<script type="application/x-javascript" src="chrome://global/content/charsetOverlay.js"/>
40
41
42    <vbox id="vI_rdfDataEditorContent">
43    <groupbox>
44    <caption>
45        <vbox><spacer flex="1"/>
46        <label value="&vI_storageExtras.caption.label;" />
47        <spacer flex="1"/></vbox>
48        <spacer width="10px" />
49        <checkbox id="vI_storageExtras_hideUnusedEditorFields" label="&vI_storageExtrasDataEditorOverlay.hideUnused.label;"
50            oncommand="virtualIdentityExtension.storageExtrasHelper.hideUnusedEditorFields();"
51            persist="checked" />
52    </caption>
53        <label id="storeValue" value="&vI_storageExtras.storeValue.label;" />
54    <!-- storageExtras_returnReciept -->
55        <hbox>
56        <checkbox id="vI_storageExtras_returnReciept_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null);" />
57        <checkbox id="vI_storageExtras_returnReciept" label="&vI_storageExtrasDataEditorOverlay.reciept.label;"/>
58        </hbox>
59    <!-- storageExtras_fcc -->
60        <hbox>
61        <checkbox id="vI_storageExtras_fcc_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null);" />
62        <checkbox id="vI_storageExtras_fcc" label="&vI_storageExtrasDataEditorOverlay.fcc.label;"/>
63        </hbox>
64    <!-- storageExtras_characterEncoding -->
65        <hbox>
66        <checkbox id="vI_storageExtras_characterEncoding_store"
67            oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, 'maileditCharsetMenuLabel');virtualIdentityExtension.storageExtras_adapt(this.id, 'maileditCharsetMenu');" />
68        <hbox id="vI_storageExtras_characterEncoding">
69            <vbox><spacer flex="1"/>
70                <label id="maileditCharsetMenuLabel" value="&charsetMenu.label;"
71                    accesskey="&charsetMenu.accesskey;" control="maileditCharsetMenu" />
72            <spacer flex="1"/></vbox>
73            <menulist id="maileditCharsetMenu"
74                datasources="rdf:charset-menu" ref="NC:MaileditCharsetMenuRoot" >
75            <template>
76                <rule>
77                <menupopup>
78                    <menuitem type="radio" name="charsetGroup" checked="rdf:http://home.netscape.com/NC-rdf#Checked" uri="..." label="rdf:http://home.netscape.com/NC-rdf#Name"/>
79                </menupopup>
80                </rule>
81            </template>
82            <menupopup>
83                <menuitem name="charsetCustomize" accesskey="&charsetCustomize.accesskey;" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://global/content/customizeCharset.xul','PrefWindow', 'chrome, dialog, modal, alwaysRaised, resizable=yes', 'mailedit')"/>
84                <menuseparator />
85            </menupopup>
86            </menulist>
87        </hbox>
88        </hbox>
89    <!-- storageExtras_messageFormat -->
90        <hbox>
91        <checkbox id="vI_storageExtras_messageFormat_store"
92            oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, 'outputFormatMenuLabel');virtualIdentityExtension.storageExtras_adapt(this.id, 'outputFormatMenu');" />
93        <hbox id="vI_storageExtras_messageFormat">
94            <vbox><spacer flex="1"/>
95                <label id="outputFormatMenuLabel" value="&outputFormatMenu.label;"
96                    accesskey="&outputFormatMenu.label;" control="outputFormatMenu" />
97            <spacer flex="1"/></vbox>
98            <menulist id="outputFormatMenu">
99            <menupopup>
100                <menuitem label="&autoFormatCmd.label;" accesskey="&autoFormatCmd.accesskey;" id="format_auto"/>
101                <menuitem label="&plainTextFormatCmd.label;" accesskey="&plainTextFormatCmd.accesskey;" id="format_plain"/>
102                <menuitem label="&htmlFormatCmd.label;" accesskey="&htmlFormatCmd.accesskey;" id="format_html"/>
103                <menuitem label="&bothFormatCmd.label;" accesskey="&bothFormatCmd.accesskey;" id="format_both"/>
104            </menupopup>
105            </menulist>
106        </hbox>
107        </hbox>
108    <!-- storageExtras_sMime_messageEncryption -->
109        <hbox>
110        <checkbox id="vI_storageExtras_sMime_messageEncryption_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
111        <checkbox id="vI_storageExtras_sMime_messageEncryption"
112            label="&vI_storageExtrasDataEditorOverlay.sMimeEnc.label;"/>
113        </hbox>
114    <!-- storageExtras_sMime_messageSignature -->
115        <hbox>
116        <checkbox id="vI_storageExtras_sMime_messageSignature_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
117        <checkbox id="vI_storageExtras_sMime_messageSignature"
118            label="&vI_storageExtrasDataEditorOverlay.sMimeSig.label;"/>
119        </hbox>
120    <!-- storageExtras_openPGP_messageEncryption -->
121        <hbox>
122        <checkbox id="vI_storageExtras_openPGP_messageEncryption_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
123        <checkbox id="vI_storageExtras_openPGP_messageEncryption"
124            label="&vI_storageExtrasDataEditorOverlay.PGPEnc.label;"/>
125        </hbox>
126    <!-- storageExtras_openPGP_messageSignature -->
127        <hbox>
128        <checkbox id="vI_storageExtras_openPGP_messageSignature_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
129        <checkbox id="vI_storageExtras_openPGP_messageSignature"
130            label="&vI_storageExtrasDataEditorOverlay.PGPSig.label;"/>
131        </hbox>
132    <!-- storageExtras_openPGP_PGPMIME -->
133        <hbox>
134        <checkbox id="vI_storageExtras_openPGP_PGPMIME_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
135        <checkbox id="vI_storageExtras_openPGP_PGPMIME"
136            label="&vI_storageExtrasDataEditorOverlay.PGPMIME.label;"/>
137        </hbox>
138    </groupbox>
139    </vbox>
140</overlay>
Note: See TracBrowser for help on using the repository browser.