| 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") }} |