]> git.donarmstrong.com Git - x_full.git/blobdiff - .mozilla/firefox/default/extensions/itsalltext@docwhat.gerf.org/chrome/content/newextension.xul
update its all text
[x_full.git] / .mozilla / firefox / default / extensions / itsalltext@docwhat.gerf.org / chrome / content / newextension.xul
diff --git a/.mozilla/firefox/default/extensions/itsalltext@docwhat.gerf.org/chrome/content/newextension.xul b/.mozilla/firefox/default/extensions/itsalltext@docwhat.gerf.org/chrome/content/newextension.xul
deleted file mode 100644 (file)
index 8b1a16a..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
-
-<!DOCTYPE newextwindow SYSTEM "chrome://itsalltext/locale/newextension.dtd" >
-<dialog
-  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-  id="ItsAllTextNewExtension"
-  title="&title;"
-  ondialogaccept="return onOK();"
-  persist="screenX screenY width height"
-  windowtype="ItsAllTextWindowType">
-
-  <script type="application/x-javascript" src="chrome://itsalltext/content/newextension.js"/>
-  <grid>
-    <columns>
-      <column/>
-      <column/>
-    </columns>
-    <rows>
-      <row align="center">
-        <label value="&extension.label;"/>
-        <textbox id="new_ext" value=".txt"/>
-      </row>
-      <row align="center">
-        <spacer/>
-        <checkbox id="do_save" label="&save.label;"/>
-      </row>
-    </rows>
-  </grid>
-</dialog>
-<!-- Local Variables: -->
-<!-- mode: xml -->
-<!-- End: -->