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

source: chrome/content/v_identity/prefDialog/vI_prefDialog_TB3.xul @ fadbc5

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

restructured to increase overview

  • Property mode set to 100644
File size: 2.2 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<?xul-overlay href="chrome://v_identity/content/prefDialog/vI_prefDialog_TB3FolderPicker.xul"?>
27<?xul-overlay href="chrome://v_identity/content/prefDialog/vI_prefDialog.xul"?>
28
29<!DOCTYPE overlay SYSTEM "chrome://v_identity/locale/vI_prefDialog.dtd">
30
31<dialog id="vI_prefDialog"
32    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
33        onload="virtualIdentityExtension.prefDialog.init();"
34        buttons="accept,cancel,help"
35        ondialogaccept="virtualIdentityExtension.prefDialog.savePrefs();"
36        ondialoghelp="virtualIdentityExtension.prefDialog.toggleHelp();"
37        buttonlabelhelp="&vI_prefDialog.dlgHelpButton.label;"
38        persist="screenX screenY"
39            title="&vI_prefDialog.dlgTitle.label;" >
40       
41<script type="application/x-javascript" src="chrome://v_identity/content/_overlayNameSpaceWrapper.js" />
42        <script type="application/x-javascript"
43            src="chrome://v_identity/content/prefDialog/vI_prefDialog_FolderPicker.js" />
44        <script type="application/x-javascript"
45            src="chrome://v_identity/content/prefDialog/vI_prefDialog.js" />
46        <script type="application/x-javascript"
47            src="chrome://v_identity/content/modules/vI_helper.js" />
48
49</dialog>
Note: See TracBrowser for help on using the repository browser.