]> git.ktnx.net Git - icedeb.git/blob - chrome/icedeb.xul
68cd39b4f6eaeef89d2fafc2088b09d08b79c390
[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   </toolbarpalette>
16
17
18 <!-- button details -->
19 <toolbarbutton id="icedeb-bts"
20   label="Debian BTS"
21   tooltiptext="Query Debian BTS using the text in the clipboard"
22   onclick="Debian.btsButton(event)"
23   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts"
24   />
25
26 </overlay>
27