]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/icedeb.xul
add new PTS lookup button
[icedeb.git] / chrome / icedeb.xul
index 68cd39b4f6eaeef89d2fafc2088b09d08b79c390..b390d03ed269cf5c14353c08363bb941c6d03416 100644 (file)
@@ -12,6 +12,7 @@
 <!-- Firefox -->
 <toolbarpalette id="BrowserToolbarPalette">
   <toolbarbutton id="icedeb-bts"/>
+  <toolbarbutton id="icedeb-pts"/>
   </toolbarpalette>
 
 
   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"
   />
 
 </overlay>