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