]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
04bb0dd8bbc697bfab2898fb58356b90284a585d
[icedeb.git] / chrome / content / 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   <toolbarbutton id="icedeb-deb"/>
17   </toolbarpalette>
18
19
20 <!-- button details -->
21 <toolbarbutton id="icedeb-bts"
22   label="Debian BTS"
23   tooltiptext="Query Debian BTS using the text in the clipboard"
24   onclick="Debian.btsButton(event)"
25   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
26   />
27
28 <toolbarbutton id="icedeb-pts"
29   label="Debian PTS"
30   tooltiptext="Query Debian Package tracking system using the text in the clipboard"
31   onclick="Debian.ptsButton(event)"
32   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
33   />
34
35 <toolbarbutton id="icedeb-deb"
36   label=".deb info"
37   tooltiptext="Show information about binary deb package"
38   onclick="Debian.debButton(event)"
39   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
40   />
41
42 </overlay>
43