]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.xul
global object Debian -> IceDeb
[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   </toolbarpalette>
19
20
21 <!-- button details -->
22 <toolbarbutton id="icedeb-bts"
23   label="&bts.label;"
24   tooltiptext="&bts.tooltiptext;"
25   onclick="IceDeb.btsButton(event)"
26   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
27   />
28
29 <toolbarbutton id="icedeb-pts"
30   label="&pts.label;"
31   tooltiptext="&pts.tooltiptext;"
32   onclick="IceDeb.ptsButton(event)"
33   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
34   />
35
36 <toolbarbutton id="icedeb-deb"
37   label="&deb.label;"
38   tooltiptext="&deb.tooltiptext;"
39   onclick="IceDeb.debButton(event)"
40   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
41   />
42
43 </overlay>
44