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