]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
b7bdf6f622ee19abde011cd8277a13ab37fea113
[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   <toolbarbutton id="icedeb-ddpo"/>
20   <toolbarbutton id="icedeb-buildd"/>
21   </toolbarpalette>
22
23
24 <!-- button details -->
25 <toolbarbutton id="icedeb-bts"
26   label="&bts.label;"
27   tooltiptext="&bts.tooltiptext;"
28   onclick="IceDeb.btsButton(event)"
29   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
30   />
31
32 <toolbarbutton id="icedeb-pts"
33   label="&pts.label;"
34   tooltiptext="&pts.tooltiptext;"
35   onclick="IceDeb.ptsButton(event)"
36   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
37   />
38
39 <toolbarbutton id="icedeb-deb"
40   label="&deb.label;"
41   tooltiptext="&deb.tooltiptext;"
42   onclick="IceDeb.debButton(event)"
43   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
44   />
45
46 <toolbarbutton id="icedeb-ml"
47   label="&ml.label;"
48   tooltiptext="&ml.tooltiptext;"
49   onclick="IceDeb.mlButton(event)"
50   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ml icedeb-button"
51   />
52
53 <toolbarbutton id="icedeb-ddpo"
54   label="&ddpo.label;"
55   tooltiptext="&ddpo.tooltiptext;"
56   onclick="IceDeb.ddpoButton(event)"
57   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ddpo icedeb-button"
58   />
59
60 <toolbarbutton id="icedeb-buildd"
61   label="&buildd.label;"
62   tooltiptext="&buildd.tooltiptext;"
63   onclick="IceDeb.builddButton(event)"
64   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-buildd icedeb-button"
65   />
66
67 </overlay>
68