Index: options.html |
=================================================================== |
--- a/options.html |
+++ b/options.html |
@@ -34,16 +34,28 @@ button |
#subscriptionTemplate, |
#addSubscriptionContainer, |
#customSubscriptionContainer |
{ |
display: none; |
} |
+#acceptableAdsContainer |
+{ |
+ margin-top: 10px; |
+} |
+ |
+#acceptableAdsLink, |
+#acceptableAdsDocs |
+{ |
+ margin-left: 10px; |
+ margin-right: 10px; |
+} |
+ |
.subscription |
{ |
margin: 3px 0px; |
} |
.subscriptionRemoveButton, |
.subscriptionEnabledContainer, |
.subscriptionTitle |
@@ -156,16 +168,23 @@ button |
<span class="i18n_subscriptionSelection_title_label"></span><br /> |
<input type="text" id="customSubscriptionTitle" style="width:500px" /> |
</p> |
<p> |
<span class="i18n_subscriptionSelection_location_label"></span><br /> |
<input type="text" id="customSubscriptionLocation" style="width:500px" /> |
</p> |
</div> |
+ |
+ <div id="acceptableAdsContainer"> |
+ <input type="checkbox" id="acceptableAds" /> |
+ <span class="i18n_filters_acceptableAds2_label"></span> |
+ <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label"></a> |
+ <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label"></a> |
+ </div> |
</p> |
</div> |
<div id="tab-whitelisted"> |
<p class="i18n_disabled_for_these_domains"></p> |
<form id="whitelistForm" action="#"> |
<table> |