| Index: pages/uninstalled-submit.html |
| =================================================================== |
| rename from pages/uninstalled-submit.md |
| rename to pages/uninstalled-submit.html |
| --- a/pages/uninstalled-submit.md |
| +++ b/pages/uninstalled-submit.html |
| @@ -1,22 +1,22 @@ |
| title=Adblock Plus has been uninstalled |
| -template=simple |
| +template=minimal |
| <head> |
| <meta name="robots" content="noindex" /> |
| + <link rel="stylesheet" href="/css/uninstalled.css" type="text/css" media="all"> |
| </head> |
| -<p class="notification"> |
| - <strong> |
| - {{ reinstall-headline[Text next to the Reinstallation button] Did you uninstall Adblock Plus by accident? }} |
| - </strong> |
| - <a href="index"> |
| - {{ reinstall[Reinstall button text] Reinstall Now }} |
| - </a> |
| -</p> |
| +<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> |
| -<section markdown="1" class="highlighted"> |
| -#{{heading[Heading text] Data submitted successfully}} |
| - |
| -{{thank-you[Thank you message below heading] Thank you for your participation}} |
| -{: .subheader } |
| -</section> |
| +<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> |