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

Delta Between Two Patch Sets: options.html

Issue 29321417: Issue 2357 - Added "predefined list" dialog to options page (Closed)
Left Patch Set: post-review: rebased Created July 16, 2015, 10:49 a.m.
Right Patch Set: Post-review: Merged Created July 16, 2015, 11:36 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 | « locale/en-US/options.json ('k') | options.js » ('j') | options.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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-2015 Eyeo GmbH 4 - Copyright (C) 2006-2015 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 </template> 209 </template>
210 </ul> 210 </ul>
211 <form id="custom-filters-add" class="controls"> 211 <form id="custom-filters-add" class="controls">
212 <input type="text"/> 212 <input type="text"/>
213 <button class="i18n_options_button_add" type="submit"></bu tton> 213 <button class="i18n_options_button_add" type="submit"></bu tton>
214 </form> 214 </form>
215 </div> 215 </div>
216 <textarea id="custom-filters-raw"></textarea> 216 <textarea id="custom-filters-raw"></textarea>
217 </div> 217 </div>
218 <div id="custom-filters-edit-wrapper" class="controls"> 218 <div id="custom-filters-edit-wrapper" class="controls">
219 <button id="custom-filters-show-edit"> 219 <button id="custom-filters-show-edit" data-action="edit-custom -filters">
220 <span class="icon icon-edit"></span> 220 <span class="icon icon-edit"></span>
221 <span class="i18n_options_customFilter_edit"></span> 221 <span class="i18n_options_customFilter_edit"></span>
222 </button> 222 </button>
223 <div id="custom-filters-raw-controls"> 223 <div id="custom-filters-raw-controls">
224 <button> 224 <button data-action="cancel-custom-filters">
225 <span class="icon icon-edit"></span> 225 <span class="icon icon-edit"></span>
226 <span class="i18n_options_customFilter_list"></span> 226 <span class="i18n_options_customFilter_list"></span>
227 </button> 227 </button>
228 <button id="custom-filters-raw-save"> 228 <button id="custom-filters-raw-save" data-action="save-custo m-filters">
229 <span class="icon icon-edit"></span> 229 <span class="icon icon-edit"></span>
230 <span class="i18n_options_customFilter_save"></span> 230 <span class="i18n_options_customFilter_save"></span>
231 </button> 231 </button>
232 </div> 232 </div>
233 </div> 233 </div>
234 </div> 234 </div>
235 </div> 235 </div>
236 </div> 236 </div>
237 </div> 237 </div>
238 238
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 <div> 302 <div>
303 <input id="blockingList-textbox" type="text" placeholder="www.exam ple.com/blockinglist.txt" /> 303 <input id="blockingList-textbox" type="text" placeholder="www.exam ple.com/blockinglist.txt" />
304 </div> 304 </div>
305 <div class="button-wrapper" data-action="import-subscription"> 305 <div class="button-wrapper" data-action="import-subscription">
306 <span class="icon icon-arrow"></span> 306 <span class="icon icon-arrow"></span>
307 <span class="i18n_options_dialog_custom_import"></span> 307 <span class="i18n_options_dialog_custom_import"></span>
308 </div> 308 </div>
309 </div> 309 </div>
310 <div class="dialog-content-block"> 310 <div class="dialog-content-block">
311 <h3 class="i18n_options_dialog_edit_own_list"></h3> 311 <h3 class="i18n_options_dialog_edit_own_list"></h3>
312 <div class="button-wrapper" data-action="edit-custom-filters"> 312 <div class="button-wrapper" data-action="close-dialog,switch-tab,edi t-custom-filters" data-tab="advanced">
313 <span class="icon icon-arrow"></span> 313 <span class="icon icon-arrow"></span>
314 <span class="i18n_options_dialog_create_own_list"></span> 314 <span class="i18n_options_dialog_create_own_list"></span>
315 </div> 315 </div>
316 </div> 316 </div>
317 </div> 317 </div>
318 <!-- Add predefined subscription --> 318 <!-- Add predefined subscription -->
319 <div id="dialog-content-predefined" class="dialog-content"> 319 <div id="dialog-content-predefined" class="dialog-content">
320 <div class="dialog-content-block"> 320 <div class="dialog-content-block">
321 <h3></h3> 321 <h3></h3>
322 <div class="url"></div> 322 <div class="url"></div>
323 <div class="button-wrapper" data-action="add-predefined-subscription "> 323 <div class="button-wrapper" data-action="add-predefined-subscription ">
324 <span class="icon icon-arrow"></span> 324 <span class="icon icon-arrow"></span>
325 <span class="i18n_options_dialog_predefined_confirm"></span> 325 <span class="i18n_options_dialog_predefined_confirm"></span>
326 </div> 326 </div>
327 </div> 327 </div>
328 </div> 328 </div>
329 </div> 329 </div>
330 </div> 330 </div>
331 </body> 331 </body>
332 </html> 332 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld