]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
29e70adad8f0ae26afae8b0554c41dc03c810223
[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 SYSTEM "chrome://icedeb/locale/icedeb.dtd">
6
7 <overlay id="icedeb-overlay"
8   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9
10 <script type="application/x-javascript"
11   src="chrome://icedeb/content/icedeb.js"/>
12
13 <!-- Firefox -->
14 <toolbarpalette id="BrowserToolbarPalette">
15   <toolbarbutton id="icedeb-bts"/>
16   <toolbarbutton id="icedeb-pts"/>
17   <toolbarbutton id="icedeb-deb"/>
18   </toolbarpalette>
19
20
21 <!-- button details -->
22 <toolbarbutton id="icedeb-bts"
23   label="Debian BTS"
24   tooltiptext="Query Debian BTS using the text in the clipboard"
25   onclick="Debian.btsButton(event)"
26   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
27   />
28
29 <toolbarbutton id="icedeb-pts"
30   label="Debian PTS"
31   tooltiptext="Query Debian Package tracking system using the text in the clipboard"
32   onclick="Debian.ptsButton(event)"
33   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
34   />
35
36 <toolbarbutton id="icedeb-deb"
37   label=".deb info"
38   tooltiptext="Show information about binary deb package"
39   onclick="Debian.debButton(event)"
40   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
41   />
42
43 </overlay>
44