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

Unified Diff: pages/uninstalled-submit.html

Issue 29630614: [Demo] Issue 6047 - Missing background on uninstallation page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Dec. 5, 2017, 10:25 a.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 | « pages/uninstalled.tmpl ('k') | pages/uninstalled-submit.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/uninstalled-submit.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/uninstalled-submit.html
@@ -0,0 +1,22 @@
+title=Adblock Plus has been uninstalled
+template=minimal
+
+<head>
+ <meta name="robots" content="noindex" />
+ <link rel="stylesheet" href="/css/uninstalled.css" type="text/css" media="all">
+</head>
+
+<div class="container content">
+ <h1>{{ heading[Heading text] Data submitted successfully }}</h1>
+ <p>{{ thank-you[Thank you message below heading] Thank you for your participation }}</p>
+</div>
+
+<aside id="reinstall" class="bg-accent" >
+ <div class="container content">
+ <p class="lead">
+ {{ reinstall-headline[Text next to the Reinstallation button] Did you uninstall Adblock Plus by accident?" }}
+ <a href="index" class="button">
+ {{ reinstall[Reinstall button text] Reinstall Now }}
+ </a>
+ </div>
+</aside>
« no previous file with comments | « pages/uninstalled.tmpl ('k') | pages/uninstalled-submit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld