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

Delta Between Two Patch Sets: new-options.html

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Left Patch Set: Rebased to changeset #109 Created May 19, 2017, 12:47 p.m.
Right Patch Set: Fixed the TYPO Created July 3, 2017, 4:10 p.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/new-options.json ('k') | new-options.js » ('j') | no next file with change/comment »
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-2017 eyeo GmbH 4 - Copyright (C) 2006-2017 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 <label class="display"></label> 164 <label class="display"></label>
165 </template> 165 </template>
166 </ul> 166 </ul>
167 </div> 167 </div>
168 </div> 168 </div>
169 </div> 169 </div>
170 </div> 170 </div>
171 171
172 <!-- Whitelist tab content --> 172 <!-- Whitelist tab content -->
173 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli st"> 173 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli st">
174 <h1 class="i18n_options_whitelist_title"></h1> 174 <h1 class="i18n_options_tab_whitelist"></h1>
175 <p class="i18n_options_whitelist_description"></p> 175 <p class="i18n_options_whitelist_description"></p>
176 <hr> 176 <form>
177 <div>
178 <input id="whitelisting-textbox" type="text"> 177 <input id="whitelisting-textbox" type="text">
179 <button id="whitelisting-add-button" 178 <button id="whitelisting-add-button"
179 type="submit"
180 data-action="add-domain-exception" 180 data-action="add-domain-exception"
181 class="i18n_options_whitelist_add" disabled> 181 class="i18n_options_whitelist_add" disabled>
182 </button> 182 </button>
183 </div> 183 <div id="whitelisting-validation"></div>
184 <div id="whitelisting-validation"></div> 184 </form>
185 <hr>
186 <ul id="whitelisting-table" class="table list"> 185 <ul id="whitelisting-table" class="table list">
187 <template> 186 <template>
188 <label class="display"></label> 187 <label class="display"></label>
189 <button data-action="remove-filter" class="delete control" 188 <button data-action="remove-filter" class="delete control"
190 title="options_control_remove_title"> 189 title="options_control_remove_title">
191 </button> 190 </button>
192 </template> 191 </template>
193 </ul> 192 </ul>
194 </div> 193 </div>
195 194
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 <div class="url"></div> 413 <div class="url"></div>
415 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 414 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
416 </div> 415 </div>
417 </div> 416 </div>
418 </div> 417 </div>
419 <!-- Placeholder element to determine when to wrap focus around --> 418 <!-- Placeholder element to determine when to wrap focus around -->
420 <span class="focus-last" tabindex="0"></span> 419 <span class="focus-last" tabindex="0"></span>
421 </div> 420 </div>
422 </body> 421 </body>
423 </html> 422 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld