Index: desktop-options.html |
=================================================================== |
--- a/desktop-options.html |
+++ b/desktop-options.html |
@@ -155,7 +155,10 @@ |
<div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist"> |
<header> |
<h1 class="i18n_options_tab_whitelist"></h1> |
- <p class="i18n_options_whitelist_description"></p> |
+ <p> |
+ <span class="i18n_options_whitelist_description"></span> |
+ <a id="whitelist-learn-more" class="i18n_options_learn_more" target="_blank"></a> |
+ </p> |
</header> |
<form class="section"> |
<input id="whitelisting-textbox" type="text"> |
@@ -206,7 +209,10 @@ |
<section> |
<header> |
<h2 class="i18n_options_filterList_title"></h2> |
- <p id="filter-lists-description" class="i18n_options_filterList_description"></p> |
+ <p> |
+ <span class="i18n_options_filterList_description"></span> |
+ <a id="filter-lists-learn-more" class="i18n_options_learn_more" target="_blank"></a> |
+ </p> |
</header> |
<div id="all-filter-lists-table-header" class="th"> |
@@ -247,7 +253,7 @@ |
<a class="i18n_options_filterList_source source" target="_blank"></a> |
</li> |
<li role="menuitem"> |
- <button class="i18n_options_filterList_delete delete" data-action="remove-subscription"></button> |
+ <button class="i18n_options_control_remove_title delete" data-action="remove-subscription"></button> |
</li> |
</ul> |
</div> |