summaryrefslogtreecommitdiff
path: root/helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2014-10-20 02:43:14 +0200
committerRuben Rodriguez <ruben@gnu.org>2014-10-20 02:44:30 +0200
commit14e6d0ed4be07a4d6bf94a141af83b7d60f1ac5f (patch)
tree9f8141f34e030eca326c1b0e39a8ba143a528dff /helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul
parent686445fab20c835b9649f2278542069a5be87546 (diff)
Make generation scripts distro-independent
Diffstat (limited to 'helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul')
-rw-r--r--helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul29
1 files changed, 0 insertions, 29 deletions
diff --git a/helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul b/helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul
deleted file mode 100644
index caa0048..0000000
--- a/helpers/DATA/firefox/trisquel/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
-<!DOCTYPE overlay SYSTEM "chrome://https-everywhere/locale/https-everywhere.dtd">
-
-<dialog id="https-everywhere-fetch-xml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- title="&https-everywhere.prefs.view_xml_source;"
- persist="screenX screenY width height"
- style="height:80%; resize:both;"
- buttons="accept"
- height="600"
- width="650">
-
-
- <script type="application/x-javascript" src="fetch-source.js"/>
- <box orient="horizontal">
- <label id="filename-label" value="&https-everywhere.source.filename;:"/>
- <label id="filename-text"/>
- </box>
- <box orient="horizontal">
- <label id="path-label" value="URL:"/>
- <label id="path-text"/>
- </box>
- <separator class="thin"/>
- <textbox id="source-text" multiline="true" readonly="true" value="&https-everywhere.source.downloading;..."/>
- <label id="failure-label" hidden="true" value="&https-everywhere.source.unable_to_download;"/>
-</dialog>