]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
new button for searching mailing lists by msgid
[icedeb.git] / chrome / content / icedeb.xul
index 04bb0dd8bbc697bfab2898fb58356b90284a585d..af44767abd6b2f467da85f7bd24405ad7ee8edc9 100644 (file)
@@ -2,7 +2,8 @@
 <?xml-stylesheet type="text/css"
   href="chrome://icedeb/content/icedeb.css"?>
 
-<!DOCTYPE overlay >
+<!DOCTYPE overlay SYSTEM "chrome://icedeb/locale/icedeb.dtd">
+
 <overlay id="icedeb-overlay"
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
   <toolbarbutton id="icedeb-bts"/>
   <toolbarbutton id="icedeb-pts"/>
   <toolbarbutton id="icedeb-deb"/>
+  <toolbarbutton id="icedeb-ml"/>
   </toolbarpalette>
 
 
 <!-- button details -->
 <toolbarbutton id="icedeb-bts"
-  label="Debian BTS"
-  tooltiptext="Query Debian BTS using the text in the clipboard"
-  onclick="Debian.btsButton(event)"
+  label="&bts.label;"
+  tooltiptext="&bts.tooltiptext;"
+  onclick="IceDeb.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
-  label="Debian PTS"
-  tooltiptext="Query Debian Package tracking system using the text in the clipboard"
-  onclick="Debian.ptsButton(event)"
+  label="&pts.label;"
+  tooltiptext="&pts.tooltiptext;"
+  onclick="IceDeb.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
-  label=".deb info"
-  tooltiptext="Show information about binary deb package"
-  onclick="Debian.debButton(event)"
+  label="&deb.label;"
+  tooltiptext="&deb.tooltiptext;"
+  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"
+  />
+
 </overlay>