Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/index.tmpl

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Patch Set: Add replacement message Created Nov. 25, 2015, 5:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/css/index.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index.tmpl
===================================================================
--- a/includes/index.tmpl
+++ b/includes/index.tmpl
@@ -68,30 +68,9 @@
</ul>
</div>
- <div id="edge-subscription">
- <h3>
- {{"Get a heads-up prior to the launch!"|translate("subscription-description")}}
- </h3>
- <form accept-charset="utf-8" method="post">
- <div class="subscription-fields">
- <input class="subscribe-textbox" type="email" name="email" placeholder="{{"Your email address"|translate("subscription-input-placeholder")}}" required />
- <input type="hidden" name="lang" value="en" />
- <input type="hidden" name="product" value="{{page}}" />
- <button type="submit"><span>{{"Notify me"|translate("subscription-button")}}</span></button>
- </div>
- <div class="messages">
- <span class="sucess-label">
- {{"A confirmation email has been sent. Please check your email and click the confirmation link."|translate("subscription-message-success")}}
- </span>
- <span class="invalid-label">
- {{"Please enter a valid email address."|translate("subscription-message-invalid-email")}}
- </span>
- <span class="response-error">
- </span>
- <a href="#" class="reset-form">{{"Try again."|translate("subscribe-again")}}</a>
- </div>
- </form>
- </div>
+ <h3 class="edge-message">
+ Please check back later for a version of Adblock Plus for Microsoft Edge.
+ </h3>
<div id="install">
<a class="install-button" href="https://update.adblockplus.org/latest/adblockplusfirefox.xpi" id="install-firefox">{{"Install for Firefox"|translate("s13")}}</a>
@@ -381,7 +360,7 @@
<h2>{{"Be notified when Adblock Plus for Microsoft Edge is available!"|translate("abp-for-edge-be-notified")}}</h2>
<p>
- {{"Microsoft Edge <a href='https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508820-javascript-browser-extensions'>does not yet support extensions</a>. However, you can be sure that a version of Adblock Plus for Microsoft Edge will be released as soon as possible. Enter your email in the field above to receive a notification when Adblock Plus for Microsoft Edge is available. While you're waiting, you may want to try the latest version of Adblock Plus for Internet Explorer."|translate("ms-edge-description")}}
+ {{"Microsoft Edge <a href='https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6508820-javascript-browser-extensions'>does not yet support extensions</a>. However, you can be sure that a version of Adblock Plus for Microsoft Edge will be released as soon as possible. While you're waiting, you may want to try the latest version of Adblock Plus for Internet Explorer."|translate("ms-edge-description")}}
</p>
</div>
</div>
« no previous file with comments | « no previous file | static/css/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld