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

Delta Between Two Patch Sets: options.html

Issue 8630094: adblockplusopera: Remove domain whitelisting (Closed)
Left Patch Set: Created Oct. 22, 2012, 3:37 p.m.
Right Patch Set: Created Oct. 23, 2012, 7:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" />
5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script>
6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script>
7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script>
8 <script type="text/javascript" src="options.js" charset="utf-8"></script> 8 <script type="text/javascript" src="options.js" charset="utf-8"></script>
9 <title>Adblock Plus Options</title> 9 <title>Adblock Plus Options</title>
10 <style type="text/css" media="screen"> 10 <style type="text/css" media="screen">
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 color: #ffffff; 100 color: #ffffff;
101 background: #e03030; 101 background: #e03030;
102 font-weight:bold; 102 font-weight:bold;
103 padding:3px; 103 padding:3px;
104 } 104 }
105 105
106 /* Filter list entry status message */ 106 /* Filter list entry status message */
107 .flMsg { 107 .flMsg {
108 display: none; 108 display: none;
109 color: #b0b0b0; 109 color: #b0b0b0;
110 }
111
112 #tab-whitelisted
113 {
114 display: none;
110 } 115 }
111 116
112 </style> 117 </style>
113 </head> 118 </head>
114 <body> 119 <body>
115 <table> 120 <table>
116 <tr> 121 <tr>
117 <td style="padding-right: 8px"> 122 <td style="padding-right: 8px">
118 <img src="icons/abp-32.png"> 123 <img src="icons/abp-32.png">
119 </td> 124 </td>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 </p> 179 </p>
175 </div> 180 </div>
176 181
177 <div id="acceptableAdsContainer"> 182 <div id="acceptableAdsContainer">
178 <input type="checkbox" id="acceptableAds" /> 183 <input type="checkbox" id="acceptableAds" />
179 <span class="i18n_filters_acceptableAds2_label"></span> 184 <span class="i18n_filters_acceptableAds2_label"></span>
180 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label">< /a> 185 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label">< /a>
181 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label">< /a> 186 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label">< /a>
182 </div> 187 </div>
183 </p> 188 </p>
184 </div> 189 </div>
Wladimir Palant 2012/10/23 05:25:19 Won't this cause errors in the code attempting to
Felix Dahlke 2012/10/23 07:28:45 Agreed, done. But I had to remove the link, becaus
185 190
191 <div id="tab-whitelisted">
192 <p class="i18n_disabled_for_these_domains"></p>
193
194 <form id="whitelistForm" action="#">
195 <table>
196 <tr>
197 <td style="max-width:100%">
198 <input type="text" value="" id="newWhitelistDomain" style="width:100%" >
199 </td>
200 <td>
201 <button class="addButton" type="submit"><span class="i18n_add_domain_b utton"></span></button>
202 </td>
203 </tr>
204
205 <tr>
206 <td>
207 <select id="excludedDomainsBox" size="10" multiple style="width:500px; background: white;"></select>
208 </td>
209 <td>
210 <button id="removeWhitelist" class="removeButton"><span class="i18n_re move_button"></span></button>
211 </td>
212 </tr>
213 </table>
214 </form>
215 </div>
216
186 <div id="tab-userfilters"> 217 <div id="tab-userfilters">
187 <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters "</p> 218 <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters "</p>
188 219
189 <form id="customFilterForm" action="#"> 220 <form id="customFilterForm" action="#">
190 <table> 221 <table>
191 <tr> 222 <tr>
192 <td> 223 <td>
193 <input type="text" value="" id="newFilter" style="width:500px"> 224 <input type="text" value="" id="newFilter" style="width:500px">
194 </td> 225 </td>
195 <td> 226 <td>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> 260 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span>
230 </div> 261 </div>
231 </p> 262 </p>
232 263
233 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 4"</p> 264 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 4"</p>
234 </div> 265 </div>
235 </div> 266 </div>
236 267
237 </body> 268 </body>
238 </html> 269 </html>
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld