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

Unified Diff: desktop-options.html

Issue 29592569: Issue 5943 - Implement Updates Page for Adblock Plus extension (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Addressed second round of feedback Created Nov. 6, 2017, 4: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 | « no previous file | issue-reporter.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.html
===================================================================
--- a/desktop-options.html
+++ b/desktop-options.html
@@ -97,24 +97,25 @@
<p class="i18n_options_acceptableAds_description"></p>
</header>
<form id="acceptable-ads">
<ul>
<li>
<button id="acceptable-ads-allow" data-action="switch-acceptable-ads" type="button" role="checkbox" name="acceptable-ads" value="ads"></button>
<label for="acceptable-ads-allow" class="i18n_options_acceptableAds_ads_label"></label>
<p id="enable-acceptable-ads-description" class="i18n_options_acceptableAds_ads_description_1"></p>
+ <p class="i18n_options_acceptableAds_ads_description_2"></p>
</li>
<ul>
<li>
<button id="acceptable-ads-privacy-allow" data-action="switch-acceptable-ads" type="button" role="checkbox" name="acceptable-ads" value="privacy"></button>
<label for="acceptable-ads-privacy-allow" class="i18n_options_acceptableAds_privacy_label"></label>
<span class="i18n_options_new_label new"></span>
<p>
- <a id="enable-acceptable-ads-privacy-description" class="i18n_options_learn_more" target="_blank"></a>
+ <a id="enable-acceptable-ads-privacy-description" class="i18n_options_acceptableAds_privacy_description" target="_blank"></a>
</p>
<p id="dnt" class="i18n_options_acceptableAds_dnt_notification"></p>
</li>
</ul>
</ul>
</form>
</section>
<section class="cols">
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld