]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/icedeb.xul
put all the buttons in a toolbar
[icedeb.git] / chrome / icedeb.xul
index 68cd39b4f6eaeef89d2fafc2088b09d08b79c390..54c81ace161472260ec77e2b244df8e04d77f42f 100644 (file)
 <!-- Firefox -->
 <toolbarpalette id="BrowserToolbarPalette">
   <toolbarbutton id="icedeb-bts"/>
+  <toolbarbutton id="icedeb-pts"/>
+  <toolbarbutton id="icedeb-deb"/>
   </toolbarpalette>
 
-
 <!-- button details -->
 <toolbarbutton id="icedeb-bts"
   label="Debian BTS"
   tooltiptext="Query Debian BTS using the text in the clipboard"
   onclick="Debian.btsButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-pts"
+  label="Debian PTS"
+  tooltiptext="Query Debian Package tracking system using the text in the clipboard"
+  onclick="Debian.ptsButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
+<toolbarbutton id="icedeb-deb"
+  label=".deb info"
+  tooltiptext="Show information about binary deb package"
+  onclick="Debian.debButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
+  />
+
+<!-- the toolbar -->
+<toolbox id="navigator-toolbox">
+    <toolbar id="icedeb" class="chromeclass-toolbar"
+        toolbarname="Debian buttons" accesskey="D"
+        mode="icons" iconsize="small"
+        context="toolbar-context-menu"
+        customizable="true" defaultset="icedeb-bts,icedeb-pts,icedeb-deb"
+        >
+    </toolbar>
+</toolbox>
+
 </overlay>