]> 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 29e70adad8f0ae26afae8b0554c41dc03c810223..af44767abd6b2f467da85f7bd24405ad7ee8edc9 100644 (file)
   <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>