diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-10-10 11:25:26 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-10-12 23:20:54 -0500 |
commit | 02da35db344679e666459b1e84946c7c9e5ba464 (patch) | |
tree | 6019eec51cd9b95256d9d66eb02dee9829f1624f /data/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul | |
parent | 50557a44e8257abc03913ed5b0828e9fa509dc85 (diff) |
HTTPS-Everywhere updated to 5.1.1
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul b/data/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul deleted file mode 100644 index caa0048..0000000 --- a/data/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> |