]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
add security-tracker button
[icedeb.git] / chrome / content / icedeb.xul
index 04bb0dd8bbc697bfab2898fb58356b90284a585d..7b8e347f7606d0a5deb6341a873f843b2bb14a23 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"/>
+  <toolbarbutton id="icedeb-ddpo"/>
+  <toolbarbutton id="icedeb-buildd"/>
+  <toolbarbutton id="icedeb-security"/>
   </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"
+  />
+
+<toolbarbutton id="icedeb-ddpo"
+  label="&ddpo.label;"
+  tooltiptext="&ddpo.tooltiptext;"
+  onclick="IceDeb.ddpoButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ddpo icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-buildd"
+  label="&buildd.label;"
+  tooltiptext="&buildd.tooltiptext;"
+  onclick="IceDeb.builddButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-buildd icedeb-button"
+  />
+
+<toolbarbutton id="icedeb-security"
+  label="&security.label;"
+  tooltiptext="&security.tooltiptext;"
+  onclick="IceDeb.securityButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-security icedeb-button"
+  />
+
 </overlay>