]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
add security-tracker button
[icedeb.git] / chrome / content / icedeb.xul
index 29e70adad8f0ae26afae8b0554c41dc03c810223..7b8e347f7606d0a5deb6341a873f843b2bb14a23 100644 (file)
   <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>