]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
remove dummy overlay definition
[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 <overlay id="icedeb-overlay"
6   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
8 <script type="application/x-javascript"
9   src="chrome://icedeb/content/icedeb.js"/>
10
11 <!-- Firefox -->
12 <toolbarpalette id="BrowserToolbarPalette">
13   <toolbarbutton id="icedeb-bts"/>
14   <toolbarbutton id="icedeb-pts"/>
15   <toolbarbutton id="icedeb-deb"/>
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 <toolbarbutton id="icedeb-deb"
35   label=".deb info"
36   tooltiptext="Show information about binary deb package"
37   onclick="Debian.debButton(event)"
38   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
39   />
40
41 </overlay>
42