]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
add a button for querying DDPO
[icedeb.git] / chrome / content / icedeb.xul
index 3e0ed367ee213cb50493b80b12cf13bf3446e905..d173358cf3e15b06a7c72132a4d8acc904c02020 100644 (file)
@@ -15,6 +15,8 @@
   <toolbarbutton id="icedeb-bts"/>
   <toolbarbutton id="icedeb-pts"/>
   <toolbarbutton id="icedeb-deb"/>
+  <toolbarbutton id="icedeb-ml"/>
+  <toolbarbutton id="icedeb-ddpo"/>
   </toolbarpalette>
 
 
 <toolbarbutton id="icedeb-bts"
   label="&bts.label;"
   tooltiptext="&bts.tooltiptext;"
-  onclick="Debian.btsButton(event)"
+  onclick="IceDeb.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
   label="&pts.label;"
   tooltiptext="&pts.tooltiptext;"
-  onclick="Debian.ptsButton(event)"
+  onclick="IceDeb.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
   label="&deb.label;"
   tooltiptext="&deb.tooltiptext;"
-  onclick="Debian.debButton(event)"
+  onclick="IceDeb.debButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />
 
+<toolbarbutton id="icedeb-ml"
+  label="&ml.label;"
+  tooltiptext="&ml.tooltiptext;"
+  onclick="IceDeb.mlButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ml icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-ddpo"
+  label="&ddpo.label;"
+  tooltiptext="&ddpo.tooltiptext;"
+  onclick="IceDeb.ddpoButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ddpo icedeb-button"
+  />
+
 </overlay>