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

source: content/vI_rdfAccountMismatchDialog.xul

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

changed layout mismatch-dialog

  • Property mode set to 100644
File size: 5.1 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
27<?xml-stylesheet href="chrome://mozapps/content/xpinstall/xpinstallConfirm.css" type="text/css"?>
28<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
29<?xml-stylesheet href="chrome://mozapps/skin/xpinstall/xpinstallConfirm.css" type="text/css"?>
30<?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?>
31
32<!DOCTYPE overlay SYSTEM "chrome://v_identity/locale/vI_rdfAccountMismatchDialog.dtd">
33
34<dialog id="virtualIdentityExtension_rdfAccountMismatchDialog"
35    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
36    buttons="accept"
37    title="&vident.virtualIdentityExtension_rdfAccountMismatchDialog.title;"
38    ondialogaccept="virtualIdentityExtension.rdfAccountMismatchDialog.accept();"
39    ondialogcancel="virtualIdentityExtension.rdfAccountMismatchDialog.accept();"
40    zlevel="6">
41    <script type="application/x-javascript" src="chrome://v_identity/content/vI_rdfAccountMismatchDialog.js" />
42   
43    <label id="virtualIdentityExtension_removeRelationLabel" value="&vident.virtualIdentityExtension_rdfAccountMismatchDialog.removeRelation.label;" hidden="true" />
44   
45    <vbox flex="1" id="dialogContentBox">
46      <dialogheader title="&vident.virtualIdentityExtension_rdfAccountMismatchDialog.dialogheader;"/>
47    <hbox id="xpinstallheader" align="start">
48        <image class="alert-icon"/>
49        <vbox id="virtualIdentityExtension_rdfAccountMismatchDialog_vbox_identity" align="left" hidden="true" flex="1">
50            <description class="warning widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_identity.caption;</description>
51            <description class="widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_identity.desc;</description>
52        </vbox>
53        <vbox id="virtualIdentityExtension_rdfAccountMismatchDialog_vbox_smtp" align="left" hidden="true" flex="1">
54            <description class="warning widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtp.caption;</description>
55            <description class="widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtp.desc;</description>
56        </vbox>
57        <vbox id="virtualIdentityExtension_rdfAccountMismatchDialog_vbox_smtpid" align="left" hidden="true" flex="1">
58            <description class="warning widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtpid.caption;</description>
59            <description class="widthXX">&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtpid.desc;</description>
60        </vbox>
61    </hbox>
62        <listbox id="virtualIdentityExtension_rdfAccountMismatchDialog_listbox" suppressonselect="true" flex="1" rows="7">
63        <listhead id="virtualIdentityExtension_rdfAccountMismatchDialog_listhead_identity" hidden="true">
64            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_identity.old;" />
65            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_identity.count;" />
66            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_identity.new;" />
67        </listhead>
68        <listhead id="virtualIdentityExtension_rdfAccountMismatchDialog_listhead_smtp" hidden="true">
69            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtp.old;" />
70            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtp.count;" />
71            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtp.new;" />
72        </listhead>
73        <listhead id="virtualIdentityExtension_rdfAccountMismatchDialog_listhead_smtpid" hidden="true">
74            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtpid.old;" />
75            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtpid.count;" />
76            <listheader label="&vident.virtualIdentityExtension_rdfAccountMismatchDialog_smtpid.new;" />
77        </listhead>
78        <listcols><listcol/><listcol/><listcol/></listcols>
79        </listbox>
80  </vbox>
81</dialog>
Note: See TracBrowser for help on using the repository browser.