Changeset 388
- Timestamp:
- 2007-06-06 18:06:05 (2 years ago)
- Files:
-
- branches/maierman/manager-trees/chrome/content/about/about.xul (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/about/style.css (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/common/overlayFunctions.js (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/dta/addurl.xul (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/dta/manager.xul (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/dta/manager/metaselect.xul (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/dta/select.xul (modified) (1 diff)
- branches/maierman/manager-trees/chrome/content/preferences/prefs.js (moved) (moved from branches/maierman/manager-trees/chrome/content/preferences/newPref.js) (1 diff)
- branches/maierman/manager-trees/chrome/content/preferences/prefs.xul (moved) (moved from branches/maierman/manager-trees/chrome/content/preferences/newPref.xul) (3 diffs)
- branches/maierman/manager-trees/chrome/locale/en-US/select.dtd (modified) (1 diff)
- branches/maierman/manager-trees/chrome/skin/add/style.css (modified) (1 diff)
- branches/maierman/manager-trees/chrome/skin/common/style.css (modified) (3 diffs)
- branches/maierman/manager-trees/chrome/skin/manager/metalinker.css (modified) (2 diffs)
- branches/maierman/manager-trees/chrome/skin/manager/style.css (modified) (1 diff)
- branches/maierman/manager-trees/chrome/skin/preferences/style.css (modified) (1 diff)
- branches/maierman/manager-trees/chrome/skin/select/style.css (modified) (1 diff)
- branches/maierman/manager-trees/install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/maierman/manager-trees/chrome/content/about/about.xul
r372 r388 41 41 42 42 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 43 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css"?>44 43 <?xml-stylesheet href="style.css" type="text/css"?> 45 44 <?xml-stylesheet href="resource://gre/res/html.css" type="text/css"?> branches/maierman/manager-trees/chrome/content/about/style.css
r36 r388 1 /* ***** BEGIN LICENSE BLOCK ***** 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 * 4 * The contents of this file are subject to the Mozilla Public License Version 5 * 1.1 (the "License"); you may not use this file except in compliance with 6 * the License. You may obtain a copy of the License at 7 * http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is downTHEMall. 15 * 16 * The Initial Developer of the Original Code is Nils Maier 17 * Portions created by the Initial Developer are Copyright (C) 2007 18 * the Initial Developer. All Rights Reserved. 19 * 20 * Contributor(s): 21 * Nils Maier <MaierMan@web.de> 22 * 23 * Alternatively, the contents of this file may be used under the terms of 24 * either the GNU General Public License Version 2 or later (the "GPL"), or 25 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 26 * in which case the provisions of the GPL or the LGPL are applicable instead 27 * of those above. If you wish to allow use of your version of this file only 28 * under the terms of either the GPL or the LGPL, and not to allow others to 29 * use your version of this file under the terms of the MPL, indicate your 30 * decision by deleting the provisions above and replace them with the notice 31 * and other provisions required by the GPL or the LGPL. If you do not delete 32 * the provisions above, a recipient may use your version of this file under 33 * the terms of any one of the MPL, the GPL or the LGPL. 34 * 35 * ***** END LICENSE BLOCK ***** */ 1 @import 'chrome://dta/skin/common/style.css'; 36 2 37 .link {38 color: blue;39 text-decoration: underline;40 cursor: pointer;41 }42 .link:hover {43 color: red;44 }45 3 groupbox { 46 4 background: white; branches/maierman/manager-trees/chrome/content/common/overlayFunctions.js
r379 r388 70 70 var instantApply = DTA_preferences.get("browser.preferences.instantApply", false); 71 71 window.openDialog( 72 'chrome://dta/content/preferences/ newPref.xul',72 'chrome://dta/content/preferences/prefs.xul', 73 73 'dtaPrefs', 74 74 'chrome,titlebar,toolbar,resizable,centerscreen'+ (instantApply ? ',dialog=no' : '') branches/maierman/manager-trees/chrome/content/dta/addurl.xul
r370 r388 13 13 * ***** END LICENSE BLOCK ***** --> 14 14 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 15 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>16 15 <?xml-stylesheet href="chrome://dta/skin/add/style.css" type="text/css" ?> 17 16 branches/maierman/manager-trees/chrome/content/dta/manager.xul
r380 r388 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>13 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?>14 12 <?xml-stylesheet href="chrome://dta/skin/manager/style.css" type="text/css" ?> 15 13 branches/maierman/manager-trees/chrome/content/dta/manager/metaselect.xul
r369 r388 38 38 39 39 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 40 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>41 40 <?xml-stylesheet href="chrome://dta/skin/manager/metalinker.css" type="text/css" ?> 42 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?>43 41 44 42 <!DOCTYPE window [ branches/maierman/manager-trees/chrome/content/dta/select.xul
r372 r388 11 11 12 12 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 13 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>14 13 <?xml-stylesheet href="chrome://dta/skin/select/style.css" type="text/css"?> 15 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?>16 14 17 15 <!DOCTYPE dialog [ branches/maierman/manager-trees/chrome/content/preferences/prefs.js
r370 r388 129 129 }; 130 130 131 var NewPrefs = {131 var Prefs = { 132 132 load: function() { 133 133 make_(); branches/maierman/manager-trees/chrome/content/preferences/prefs.xul
r370 r388 14 14 <?xml-stylesheet href="chrome://dta/skin/preferences/style.css"?> 15 15 <?xml-stylesheet href="chrome://dta-platform/skin/preferences.css"?> 16 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>17 16 18 17 <!DOCTYPE window SYSTEM "chrome://dta/locale/prefpanes.dtd"> … … 25 24 buttons="accept,cancel,extra2" 26 25 buttonlabelextra2="&buttonlabelextra2;" 27 ondialogextra2=" NewPrefs.restoreAll();"26 ondialogextra2="Prefs.restoreAll();" 28 27 persist="lastSelected screenX screenY" 29 onload=" NewPrefs.load();"28 onload="Prefs.load();" 30 29 > 31 30 <stringbundle id="stringB" src="chrome://dta/locale/prefpanes.properties" /> … … 39 38 <script type="application/x-javascript" src="chrome://dta/content/common/overlayFunctions.js"/> 40 39 <script type="application/javascript;version=1.7" src="chrome://dta/content/common/internalFunctions.js"/> 41 <script type="application/javascript;version=1.7" src="chrome://dta/content/preferences/ newPref.js"/>40 <script type="application/javascript;version=1.7" src="chrome://dta/content/preferences/prefs.js"/> 42 41 </prefwindow> branches/maierman/manager-trees/chrome/locale/en-US/select.dtd
r231 r388 2 2 3 3 <!ENTITY filters.caption "Filters"> 4 <!ENTITY additional.caption " Additional filters">4 <!ENTITY additional.caption "Fast filtering"> 5 5 <!ENTITY additional.tip "Textual filter: you can set multiple textual filters at the same time using a comma."> 6 6 <!ENTITY regex.label "Reg. Exp."> branches/maierman/manager-trees/chrome/skin/add/style.css
r282 r388 1 @import 'chrome://dta/skin/common/style.css'; 2 1 3 toolbarbutton { 2 4 width: 28px; branches/maierman/manager-trees/chrome/skin/common/style.css
r337 r388 1 1 @import 'chrome://dta/content/common/bindings.css'; 2 @import 'chrome://dta-platform/skin/dta.css'; 2 3 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 4 3 5 /* maskbutton */ 4 6 maskbutton { … … 80 82 } 81 83 82 .opzioni {83 margin-left:10px;84 margin-right:10px;85 }86 87 .imgopzioni {88 height:24px; width:30px; margin-right: 10px;89 }90 91 84 #head image:hover { 92 85 margin-right:1px; 93 86 87 } 88 89 .link { 90 color: blue; 91 text-decoration: underline; 92 cursor: pointer; 93 } 94 .link:hover { 95 color: red; 94 96 } 95 97 … … 101 103 margin-right: 10px; 102 104 display: block; 103 }104 105 .titolo {106 font-weight: bold;107 105 } 108 106 branches/maierman/manager-trees/chrome/skin/manager/metalinker.css
r369 r388 1 @import 'chrome://dta/skin/common/style.css'; 1 2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 3 … … 29 30 padding: 4pt; 30 31 } 31 32 .link {33 color: blue;34 text-decoration: underline;35 cursor: pointer;36 }37 .link:hover {38 color: red;39 }branches/maierman/manager-trees/chrome/skin/manager/style.css
r354 r388 1 @import 'chrome://dta/skin/common/style.css'; 1 2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 3 @namespace html url("http://www.w3.org/1999/xhtml"); branches/maierman/manager-trees/chrome/skin/preferences/style.css
r83 r388 1 @import 'chrome://dta/skin/common/style.css'; 2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 3 1 4 prefwindow radio[pane] { 2 5 list-style-image: url(chrome://dta/skin/preferences/preferences.png); branches/maierman/manager-trees/chrome/skin/select/style.css
r337 r388 1 @import 'chrome://dta/skin/common/style.css'; 1 2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 3 branches/maierman/manager-trees/install.rdf
r120 r388 19 19 <iconURL>chrome://dta/skin/common/icon.png</iconURL> 20 20 <homepageURL>http://downthemall.net/</homepageURL> 21 <optionsURL>chrome://dta/content/preferences/ newPref.xul</optionsURL>21 <optionsURL>chrome://dta/content/preferences/prefs.xul</optionsURL> 22 22 23 23 <!-- Firefox -->
