]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
new button for searching mailing lists by msgid
[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   <toolbarbutton id="icedeb-ml"/>
19   </toolbarpalette>
20
21
22 <!-- button details -->
23 <toolbarbutton id="icedeb-bts"
24   label="&bts.label;"
25   tooltiptext="&bts.tooltiptext;"
26   onclick="IceDeb.btsButton(event)"
27   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
28   />
29
30 <toolbarbutton id="icedeb-pts"
31   label="&pts.label;"
32   tooltiptext="&pts.tooltiptext;"
33   onclick="IceDeb.ptsButton(event)"
34   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
35   />
36
37 <toolbarbutton id="icedeb-deb"
38   label="&deb.label;"
39   tooltiptext="&deb.tooltiptext;"
40   onclick="IceDeb.debButton(event)"
41   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
42   />
43
44 <toolbarbutton id="icedeb-ml"
45   label="&ml.label;"
46   tooltiptext="&ml.tooltiptext;"
47   onclick="IceDeb.mlButton(event)"
48   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ml icedeb-button"
49   />
50
51 </overlay>
52