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

Unified Diff: options.html

Issue 8790183: Added handling of whitelisting rules like @@||example.com^$document (Closed)
Patch Set: Created Nov. 14, 2012, 1:46 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 | « lib/matcher.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -123,21 +123,16 @@ button
}
/* Filter list entry status message */
.flMsg {
display: none;
color: #b0b0b0;
}
-#tab-whitelisted
-{
- display: none;
-}
-
</style>
</head>
<body>
<table>
<tr>
<td style="padding-right: 8px">
<img src="icons/abp-32.png">
</td>
@@ -146,16 +141,17 @@ button
</td>
</tr>
</table>
<div id="tabs">
<ul>
<li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></li>
<li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></span></a></li>
+ <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span></a></li>
<li><a href="#tab-general"><span class="i18n_general"></span></a></li>
</ul>
<div id="tab-filterlists">
<p>
<span class="i18n_enable_only_the"></span>
</p>
<p>
« no previous file with comments | « lib/matcher.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld