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

Unified Diff: pages/uninstalled.tmpl

Issue 29721785: Fixes #29 - Moved reinstall banner below heading on uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #3 Created March 14, 2018, 12:02 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 | « includes/reinstall.tmpl ('k') | pages/uninstalled-submit.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/uninstalled.tmpl
===================================================================
--- a/pages/uninstalled.tmpl
+++ b/pages/uninstalled.tmpl
@@ -12,22 +12,21 @@
] %}
<head>
<meta name="robots" content="noindex" />
<link href="/css/uninstalled.css" rel="stylesheet">
</head>
<div id="content">
-<? include reinstall ?>
-
<section id="uninstall-reasons">
<div class="container content">
<h1>{{ title | translate("title") }}</h1>
- <p class="lead">{{ "Please select the reason(s) why you uninstalled Adblock Plus:" | translate("reasons-header", "Form heading") }}</p>
+ <? include reinstall ?>
+ <p>{{ "Please select the reason(s) why you uninstalled Adblock Plus:" | translate("reasons-header", "Form heading") }}</p>
<form id="reasons-form" action="uninstalled-submit" method="get">
<fieldset>
<ul id="reasons">
{%- for reasonId, stringId, value, adblockers in reasons %}
<li>
<label>
<input type="checkbox" name="reason" {% if adblockers %} data-toggle-view="adblockers" {% endif %} value="{{ reasonId }}" />
{{ value | translate(stringId, "Uninstallation reason") }}
« no previous file with comments | « includes/reinstall.tmpl ('k') | pages/uninstalled-submit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld