]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/button.xul
rename to icedeb; bts-stamp the bts button
[icedeb.git] / chrome / button.xul
diff --git a/chrome/button.xul b/chrome/button.xul
deleted file mode 100644 (file)
index 25e0ee5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/css"
-  href="chrome://debian-bts/content/button.css"?>
-
-<!DOCTYPE overlay >
-<overlay id="debian-bts-button-overlay"
-  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-<script type="application/x-javascript"
-  src="chrome://debian-bts/content/button.js"/>
-
-<!-- Firefox -->
-<toolbarpalette id="BrowserToolbarPalette">
-  <toolbarbutton id="debian-bts-query-button-1"/>
-  </toolbarpalette>
-
-
-<!-- button details -->
-<toolbarbutton id="debian-bts-query-button-1"
-  label="Debian BTS"
-  tooltiptext="Query Debian BTS using the text in the clipboard"
-  onclick="Debian.btsButton(event)"
-  class="toolbarbutton-1 chromeclass-toolbar-additional debian-bts-query-button"
-  />
-
-</overlay>
-