[Pkg-mozext-commits] [compactheader] 104/441: New version 1.1.0: Flat buttons in the header pane Additional classes for buttons in header pane.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 03650258100242f2b473e994ad35acfa870927bf
Author: joachim.herb <none at none>
Date:   Sat Dec 5 22:23:43 2009 +0000

    New version 1.1.0: Flat buttons in the header pane
    Additional classes for buttons in header pane.
---
 chrome/CompactHeader/content/preferences.xul | 55 +++++-----------------------
 1 file changed, 10 insertions(+), 45 deletions(-)

diff --git a/chrome/CompactHeader/content/preferences.xul b/chrome/CompactHeader/content/preferences.xul
index 6366c74..1d283fb 100644
--- a/chrome/CompactHeader/content/preferences.xul
+++ b/chrome/CompactHeader/content/preferences.xul
@@ -18,57 +18,22 @@
 -->
 
 <dialog id="cohePreferences" 
-				title="&dialog.title;" 
-				xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+        title="&dialog.title;" 
+        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
         onload="org.mozdev.compactHeader.preferences.onLoad();" 
         ondialogaccept="return org.mozdev.compactHeader.preferences.onDialogAccept();" 
         persist="screenX screenY">
 
   <script type="application/x-javascript" src="chrome://CompactHeader/content/preferences.js"/>
 
-	<checkbox id="checkbox.Compact.TwolineView" 
-						label="&checkbox.Compact.TwolineView.caption;"/>
-						
-	<checkbox id="checkbox.Linkify" 
-						label="&menu.Linkify.caption;"/>
+  <checkbox id="checkbox.Compact.TwolineView" 
+            label="&checkbox.Compact.TwolineView.caption;"/>
+            
+  <checkbox id="checkbox.Linkify" 
+            label="&menu.Linkify.caption;"/>
   <checkbox id="checkbox.ShowOnlyAddress"
-  					label="&menu.ShowOnlyAddress.caption;"/>
+            label="&menu.ShowOnlyAddress.caption;"/>
+  <checkbox id="checkbox.flatButtons"
+            label="&menu.flatButtons.caption;"/>
 
-
-<!--
-	<hbox align="center" flex="0">
-		<label control="AddressStyle" flex="0">&AddressStyle.label;:</label>
-		<menulist id="AddressStyle" flex="0">
-			<menupopup flex="0">
-				<menuitem value="0" label="&AddressStyle.Full.label;"/>
-				<menuitem value="1" label="&AddressStyle.Short.label;"/>
-				<menuitem value="2" label="&AddressStyle.OnlyEmail.label;"/>
-			</menupopup>
-		</menulist>
-	</hbox>
--->
-
-  <!--
-  <groupbox id="coheSearchUpdates">
-    <caption label="&groupbox.Update.caption;"/>
-  					
-  	<label id="UpdateAMO" 
-  				 disabled="true"
-  				 href="https://addons.mozilla.org/thunderbird/addon/13564" 
-  				 class="text-link" 
-  				 value="&link.AMO.value;"/>
-    <label id="UpdateMOZDEV"
-    			 disabled="true"
-    			 href="http://compactheader.mozdev.org/installation.html" 
-    			 class="text-link" 
-    			 value="&link.MOZDEV.value;" />
-    <hbox align="center" pack="center" flex="1">
-      <button id="checkForUpdates"
-              oncommand="org.mozdev.compactHeader.preferences.CoheCheckForUpdates();"
-              flex="0"
-              align="center"
-              label="&button.checkUpdate.label;"/>
-    </hbox>
-  </groupbox>
-  -->
 </dialog>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list