1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/css"
3 href="chrome://icedeb/content/icedeb.css"?>
5 <!DOCTYPE overlay SYSTEM "chrome://icedeb/locale/icedeb.dtd">
7 <overlay id="icedeb-overlay"
8 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10 <script type="application/x-javascript"
11 src="chrome://icedeb/content/icedeb.js"/>
14 <toolbarpalette id="BrowserToolbarPalette">
15 <toolbarbutton id="icedeb-bts"/>
16 <toolbarbutton id="icedeb-pts"/>
17 <toolbarbutton id="icedeb-deb"/>
21 <!-- button details -->
22 <toolbarbutton id="icedeb-bts"
24 tooltiptext="&bts.tooltiptext;"
25 onclick="Debian.btsButton(event)"
26 class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
29 <toolbarbutton id="icedeb-pts"
31 tooltiptext="&pts.tooltiptext;"
32 onclick="Debian.ptsButton(event)"
33 class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
36 <toolbarbutton id="icedeb-deb"
38 tooltiptext="&deb.tooltiptext;"
39 onclick="Debian.debButton(event)"
40 class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"