OLD | NEW |
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 <div class="notes"> | 91 <div class="notes"> |
92 <p class="i18n_options_language_title_tooltip_notes_1"><
/p> | 92 <p class="i18n_options_language_title_tooltip_notes_1"><
/p> |
93 <p class="i18n_options_language_title_tooltip_notes_2"><
/p> | 93 <p class="i18n_options_language_title_tooltip_notes_2"><
/p> |
94 </div> | 94 </div> |
95 </div> | 95 </div> |
96 </div> | 96 </div> |
97 </div> | 97 </div> |
98 <ul id="blocking-languages-table" class="table list"> | 98 <ul id="blocking-languages-table" class="table list"> |
99 <template> | 99 <template> |
100 <button role="checkbox" class="control"></button> | 100 <button role="checkbox" class="control"></button> |
101 <span class="display"></span> | 101 <label class="display"></label> |
102 </template> | 102 </template> |
103 </ul> | 103 </ul> |
104 <div class="controls"> | 104 <div class="controls"> |
105 <button data-action="open-dialog" data-dialog="language"> | 105 <button data-action="open-dialog" data-dialog="language"> |
106 <span class="icon icon-add"></span> | 106 <span class="icon icon-add"></span> |
107 <span class="i18n_options_language_add"></span> | 107 <span class="i18n_options_language_add"></span> |
108 </button> | 108 </button> |
109 </div> | 109 </div> |
110 </div> | 110 </div> |
111 <div id="further-blocking"> | 111 <div id="further-blocking"> |
112 <div class="option-name"> | 112 <div class="option-name"> |
113 <strong class="i18n_options_furtherBlocking_title"></strong> | 113 <strong class="i18n_options_furtherBlocking_title"></strong> |
114 <div class="tooltip"> | 114 <div class="tooltip"> |
115 <span class="i18n_options_readMore"></span> | 115 <span class="i18n_options_readMore"></span> |
116 <div role="tooltip" class="flip-vertical"> | 116 <div role="tooltip" class="flip-vertical"> |
117 <img src="skin/tooltips/more.png" alt="" /> | 117 <img src="skin/tooltips/more.png" alt="" /> |
118 <p class="i18n_options_furtherBlocking_title_tooltip"></p> | 118 <p class="i18n_options_furtherBlocking_title_tooltip"></p> |
119 </div> | 119 </div> |
120 </div> | 120 </div> |
121 </div> | 121 </div> |
122 <div id="custom-wrapper"> | 122 <div id="custom-wrapper"> |
123 <ul id="recommend-list-table" class="table list"> | 123 <ul id="recommend-list-table" class="table list"> |
124 <template> | 124 <template> |
125 <button role="checkbox" class="control"></button> | 125 <button role="checkbox" class="control"></button> |
126 <span class="display"></span> | 126 <label class="display"></label> |
127 <span class="i18n_options_popular popular"></span> | 127 <span class="i18n_options_popular popular"></span> |
128 </template> | 128 </template> |
129 </ul> | 129 </ul> |
130 <ul id="custom-list-table" class="table list"> | 130 <ul id="custom-list-table" class="table list"> |
131 <template> | 131 <template> |
132 <button role="checkbox" class="control"></button> | 132 <button role="checkbox" class="control"></button> |
133 <span class="display"></span> | 133 <span class="display"></span> |
134 </template> | 134 </template> |
135 </ul> | 135 </ul> |
136 </div> | 136 </div> |
(...skipping 18 matching lines...) Expand all Loading... |
155 <img src="skin/tooltips/acceptable-ads.png" alt="" /> | 155 <img src="skin/tooltips/acceptable-ads.png" alt="" /> |
156 <p class="i18n_options_acceptableAds_title_tooltip_1"></p> | 156 <p class="i18n_options_acceptableAds_title_tooltip_1"></p> |
157 <p class="i18n_options_acceptableAds_title_tooltip_2"></p> | 157 <p class="i18n_options_acceptableAds_title_tooltip_2"></p> |
158 <p class="i18n_options_acceptableAds_title_tooltip_3"></p> | 158 <p class="i18n_options_acceptableAds_title_tooltip_3"></p> |
159 </div> | 159 </div> |
160 </div> | 160 </div> |
161 </div> | 161 </div> |
162 <ul id="acceptableads-table" class="table list"> | 162 <ul id="acceptableads-table" class="table list"> |
163 <template> | 163 <template> |
164 <button role="checkbox" class="control"></button> | 164 <button role="checkbox" class="control"></button> |
165 <span class="display"></span> | 165 <label class="display"></label> |
166 </template> | 166 </template> |
167 </ul> | 167 </ul> |
168 </div> | 168 </div> |
169 <div id="whitelisting"> | 169 <div id="whitelisting"> |
170 <div class="option-name"> | 170 <div class="option-name"> |
171 <strong class="i18n_options_whitelisted_title"></strong> | 171 <strong class="i18n_options_whitelisted_title"></strong> |
172 <div class="tooltip"> | 172 <div class="tooltip"> |
173 <span class="i18n_options_readMore"></span> | 173 <span class="i18n_options_readMore"></span> |
174 <div role="tooltip" class="flip-vertical"> | 174 <div role="tooltip" class="flip-vertical"> |
175 <img src="skin/tooltips/whitelisted.png" alt="" /> | 175 <img src="skin/tooltips/whitelisted.png" alt="" /> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> | 217 <span class="i18n_options_tweaks_title"></span> |
218 <a class="i18n_options_readMore tooltip"></a> | 218 <a class="i18n_options_readMore tooltip"></a> |
219 </h1> | 219 </h1> |
220 <ul id="tweaks" class="table"> | 220 <ul id="tweaks" class="table"> |
221 <li data-pref="shouldShowBlockElementMenu"> | 221 <li data-pref="shouldShowBlockElementMenu"> |
222 <button role="checkbox" data-action="toggle-pref"></button> | 222 <label> |
223 <span class="i18n_options_tweaks_blockElement"></span> | 223 <button role="checkbox" data-action="toggle-pref"></button> |
| 224 <span class="i18n_options_tweaks_blockElement"></span> |
| 225 </label> |
224 </li> | 226 </li> |
225 <li data-pref="show_devtools_panel"> | 227 <li data-pref="show_devtools_panel"> |
226 <button role="checkbox" data-action="toggle-pref"></button> | 228 <label> |
227 <span class="i18n_options_tweaks_showDevToolsPanel"></span> | 229 <button role="checkbox" data-action="toggle-pref"></button> |
| 230 <span class="i18n_options_tweaks_showDevToolsPanel"></span> |
| 231 </label> |
228 </li> | 232 </li> |
229 <li data-pref="notifications_ignoredcategories"> | 233 <li data-pref="notifications_ignoredcategories"> |
230 <button role="checkbox" data-action="toggle-pref"></button> | 234 <label> |
231 <span class="i18n_options_tweaks_showNotifications"></span> | 235 <button role="checkbox" data-action="toggle-pref"></button> |
| 236 <span class="i18n_options_tweaks_showNotifications"></span> |
| 237 </label> |
232 </li> | 238 </li> |
233 <li data-pref="safari_contentblocker"> | 239 <li data-pref="safari_contentblocker"> |
234 <button role="checkbox" data-action="toggle-pref"></button> | 240 <label> |
235 <span class="i18n_options_tweaks_safariContentBlocker"></span> | 241 <button role="checkbox" data-action="toggle-pref"></button> |
| 242 <span class="i18n_options_tweaks_safariContentBlocker"></span> |
| 243 </label> |
236 <span id="restart-safari" class="i18n_options_tweaks_restartSafa
ri"></span> | 244 <span id="restart-safari" class="i18n_options_tweaks_restartSafa
ri"></span> |
237 </li> | 245 </li> |
238 </ul> | 246 </ul> |
239 </div> | 247 </div> |
240 | 248 |
241 <div> | 249 <div> |
242 <h1> | 250 <h1> |
243 <span class="i18n_options_filterList_title"></span> | 251 <span class="i18n_options_filterList_title"></span> |
244 <a class="i18n_options_readMore tooltip"></a> | 252 <a class="i18n_options_readMore tooltip"></a> |
245 </h1> | 253 </h1> |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 <div class="url"></div> | 419 <div class="url"></div> |
412 <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> |
413 </div> | 421 </div> |
414 </div> | 422 </div> |
415 </div> | 423 </div> |
416 <!-- Placeholder element to determine when to wrap focus around --> | 424 <!-- Placeholder element to determine when to wrap focus around --> |
417 <span class="focus-last" tabindex="0"></span> | 425 <span class="focus-last" tabindex="0"></span> |
418 </div> | 426 </div> |
419 </body> | 427 </body> |
420 </html> | 428 </html> |
OLD | NEW |