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

Side by Side Diff: options.html

Issue 29329095: Issue 2747 - Added empty state for tables in options page (Closed)
Patch Set: Created Oct. 13, 2015, 2:24 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
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-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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 </div> 181 </div>
182 </div> 182 </div>
183 </div> 183 </div>
184 <ul id="whitelisting-table" class="table list"> 184 <ul id="whitelisting-table" class="table list">
185 <template> 185 <template>
186 <button class="delete control"></button> 186 <button class="delete control"></button>
187 <span class="display"></span> 187 <span class="display"></span>
188 </template> 188 </template>
189 </ul> 189 </ul>
190 <div class="controls"> 190 <div class="controls">
191 <button data-action="edit-domain-exception">
192 <span class="icon icon-add"></span>
193 <span>Test</span>
saroyanm 2015/11/30 11:24:21 Please change Test to "Add website", also be sure
Thomas Greiner 2015/12/11 16:49:35 Done. Must've forgotten to replace the placeholder
194 </button>
191 <div> 195 <div>
192 <span class="icon icon-add" data-action="add-domain-exceptio n"></span> 196 <span class="icon icon-add" data-action="add-domain-exceptio n"></span>
193 <input type="text" id="whitelisting-textbox" /> 197 <input type="text" id="whitelisting-textbox" placeholder="ww w.example.com" />
194 <span class="icon icon-enter" data-action="add-domain-except ion"></span> 198 <span class="icon icon-enter" data-action="add-domain-except ion"></span>
195 </div> 199 </div>
196 <div> 200 <div>
197 <button id="whitelisting-add-button" class="button-add" data -action="add-domain-exception"> 201 <button id="whitelisting-add-button" class="button-add" data -action="add-domain-exception">
198 +<span class="i18n_options_button_add"></span> 202 +<span class="i18n_options_button_add"></span>
199 </button> 203 </button>
200 <span></span> 204 <span></span>
201 <button class="i18n_options_button_cancel cancel-button" dat a-action="cancel-domain-exception"></button> 205 <button class="i18n_options_button_cancel cancel-button" dat a-action="cancel-domain-exception"></button>
202 </div> 206 </div>
203 </div> 207 </div>
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 <div class="url"></div> 360 <div class="url"></div>
357 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 361 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
358 </div> 362 </div>
359 </div> 363 </div>
360 </div> 364 </div>
361 <!-- Placeholder element to determine when to wrap focus around --> 365 <!-- Placeholder element to determine when to wrap focus around -->
362 <span class="focus-last" tabindex="0"></span> 366 <span class="focus-last" tabindex="0"></span>
363 </div> 367 </div>
364 </body> 368 </body>
365 </html> 369 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld