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

Side by Side Diff: options.html

Issue 29339619: Issue 3909 - Move "Tweaks" below "Filter lists" on options page (Closed)
Patch Set: Created April 8, 2016, 6:57 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | options.js » ('j') | options.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2016 Eyeo GmbH 4 - Copyright (C) 2006-2016 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 </div> 207 </div>
208 </div> 208 </div>
209 </div> 209 </div>
210 </div> 210 </div>
211 </div> 211 </div>
212 212
213 <!-- Advanced tab content --> 213 <!-- Advanced tab content -->
214 <div id="content-advanced" class="tab-content"> 214 <div id="content-advanced" class="tab-content">
215 <div> 215 <div>
216 <h1> 216 <h1>
217 <span class="i18n_options_tweaks_title"></span>
218 <a class="i18n_options_readMore tooltip"></a>
219 </h1>
220 <ul id="tweaks" class="table">
221 <li data-pref="shouldShowBlockElementMenu">
222 <label>
223 <button role="checkbox" data-action="toggle-pref"></button>
224 <span class="i18n_options_tweaks_blockElement"></span>
225 </label>
226 </li>
227 <li data-pref="show_devtools_panel">
228 <label>
229 <button role="checkbox" data-action="toggle-pref"></button>
230 <span class="i18n_options_tweaks_showDevToolsPanel"></span>
231 </label>
232 </li>
233 <li data-pref="notifications_ignoredcategories">
234 <label>
235 <button role="checkbox" data-action="toggle-pref"></button>
236 <span class="i18n_options_tweaks_showNotifications"></span>
237 </label>
238 </li>
239 <li data-pref="safari_contentblocker">
240 <label>
241 <button role="checkbox" data-action="toggle-pref"></button>
242 <span class="i18n_options_tweaks_safariContentBlocker"></span>
243 </label>
244 <span id="restart-safari" class="i18n_options_tweaks_restartSafa ri"></span>
245 </li>
246 </ul>
247 </div>
248
249 <div>
250 <h1>
251 <span class="i18n_options_filterList_title"></span> 217 <span class="i18n_options_filterList_title"></span>
252 <a class="i18n_options_readMore tooltip"></a> 218 <a class="i18n_options_readMore tooltip"></a>
253 </h1> 219 </h1>
254 <ul class="tabs horizontal"> 220 <ul class="tabs horizontal">
255 <li class="i18n_options_tab_overview active" data-action="switch-t ab" data-tab="advanced-allFilterLists"></li> 221 <li class="i18n_options_tab_overview active" data-action="switch-t ab" data-tab="advanced-allFilterLists"></li>
256 <li class="i18n_options_tab_ownList" data-action="switch-tab" data -tab="advanced-customFilters"></li> 222 <li class="i18n_options_tab_ownList" data-action="switch-tab" data -tab="advanced-customFilters"></li>
257 </ul> 223 </ul>
258 <div id="filter-lists"> 224 <div id="filter-lists">
259 <div id="all-filter-lists"> 225 <div id="all-filter-lists">
260 <div class="table-header"> 226 <div class="table-header">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 </button> 296 </button>
331 <button id="custom-filters-raw-save" data-action="save-custo m-filters"> 297 <button id="custom-filters-raw-save" data-action="save-custo m-filters">
332 <span class="icon icon-edit"></span> 298 <span class="icon icon-edit"></span>
333 <span class="i18n_options_customFilter_save"></span> 299 <span class="i18n_options_customFilter_save"></span>
334 </button> 300 </button>
335 </div> 301 </div>
336 </div> 302 </div>
337 </div> 303 </div>
338 </div> 304 </div>
339 </div> 305 </div>
306
307 <div>
308 <h1>
309 <span class="i18n_options_tweaks_title"></span>
310 <a class="i18n_options_readMore tooltip"></a>
311 </h1>
312 <ul id="tweaks" class="table">
313 <li data-pref="shouldShowBlockElementMenu">
314 <label>
315 <button role="checkbox" data-action="toggle-pref"></button>
316 <span class="i18n_options_tweaks_blockElement"></span>
317 </label>
318 </li>
319 <li data-pref="show_devtools_panel">
320 <label>
321 <button role="checkbox" data-action="toggle-pref"></button>
322 <span class="i18n_options_tweaks_showDevToolsPanel"></span>
323 </label>
324 </li>
325 <li data-pref="notifications_ignoredcategories" data-section="noti fications">
326 <label>
327 <button role="checkbox" data-action="toggle-pref"></button>
328 <span class="i18n_options_tweaks_showNotifications"></span>
329 </label>
330 </li>
331 <li data-pref="safari_contentblocker">
332 <label>
333 <button role="checkbox" data-action="toggle-pref"></button>
334 <span class="i18n_options_tweaks_safariContentBlocker"></span>
335 </label>
336 <span id="restart-safari" class="i18n_options_tweaks_restartSafa ri"></span>
337 </li>
338 </ul>
339 </div>
340 </div> 340 </div>
341 341
342 <!-- Help tab content --> 342 <!-- Help tab content -->
343 <div id="content-help" class="tab-content"> 343 <div id="content-help" class="tab-content">
344 <h1 class="i18n_options_faq_title"></h1> 344 <h1 class="i18n_options_faq_title"></h1>
345 <p class="i18n_options_faq_description"></p> 345 <p class="i18n_options_faq_description"></p>
346 <p> 346 <p>
347 <a class="i18n_options_faq_title" href="#" target="_blank"></a> 347 <a class="i18n_options_faq_title" href="#" target="_blank"></a>
348 </p> 348 </p>
349 <h1 class="i18n_options_forum_title"></h1> 349 <h1 class="i18n_options_forum_title"></h1>
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 <div class="url"></div> 419 <div class="url"></div>
420 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 420 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
421 </div> 421 </div>
422 </div> 422 </div>
423 </div> 423 </div>
424 <!-- Placeholder element to determine when to wrap focus around --> 424 <!-- Placeholder element to determine when to wrap focus around -->
425 <span class="focus-last" tabindex="0"></span> 425 <span class="focus-last" tabindex="0"></span>
426 </div> 426 </div>
427 </body> 427 </body>
428 </html> 428 </html>
OLDNEW
« no previous file with comments | « no previous file | options.js » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld