]> git.ktnx.net Git - icedeb.git/blob - chrome/icedeb.xul
add new PTS lookup button
[icedeb.git] / chrome / icedeb.xul
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/css"
3   href="chrome://icedeb/content/icedeb.css"?>
4
5 <!DOCTYPE overlay >
6 <overlay id="icedeb-overlay"
7   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
8
9 <script type="application/x-javascript"
10   src="chrome://icedeb/content/icedeb.js"/>
11
12 <!-- Firefox -->
13 <toolbarpalette id="BrowserToolbarPalette">
14   <toolbarbutton id="icedeb-bts"/>
15   <toolbarbutton id="icedeb-pts"/>
16   </toolbarpalette>
17
18
19 <!-- button details -->
20 <toolbarbutton id="icedeb-bts"
21   label="Debian BTS"
22   tooltiptext="Query Debian BTS using the text in the clipboard"
23   onclick="Debian.btsButton(event)"
24   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
25   />
26
27 <toolbarbutton id="icedeb-pts"
28   label="Debian PTS"
29   tooltiptext="Query Debian Package tracking system using the text in the clipboard"
30   onclick="Debian.ptsButton(event)"
31   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
32   />
33
34 </overlay>
35