OLD | NEW |
1 <div id="content-settings-page" class="page" hidden> | 1 <div id="content-settings-page" class="page" hidden> |
2 <h1 i18n-content="contentSettingsPage"></h1> | 2 <h1 i18n-content="contentSettingsPage"></h1> |
3 <div class="displaytable"> | 3 <div class="displaytable"> |
4 <!-- Cookie filter tab contents --> | 4 <!-- Cookie filter tab contents --> |
5 <section> | 5 <section> |
6 <h3 i18n-content="cookies_tab_label"></h3> | 6 <h3 i18n-content="cookies_tab_label"></h3> |
7 <div> | 7 <div> |
8 <div class="radio"> | 8 <div class="radio"> |
9 <label> | 9 <label> |
10 <input type="radio" name="cookies" value="allow"> | 10 <input type="radio" name="cookies" value="allow"> |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 <div class="radio"> | 204 <div class="radio"> |
205 <label> | 205 <label> |
206 <input type="radio" name="notifications" value="block"> | 206 <input type="radio" name="notifications" value="block"> |
207 <span i18n-content="notifications_block"></span> | 207 <span i18n-content="notifications_block"></span> |
208 </label> | 208 </label> |
209 </div> | 209 </div> |
210 <button class="exceptions-list-button" contentType="notifications" | 210 <button class="exceptions-list-button" contentType="notifications" |
211 i18n-content="manage_exceptions"></button> | 211 i18n-content="manage_exceptions"></button> |
212 </div> | 212 </div> |
213 </section> | 213 </section> |
| 214 <!-- Fullscreen filter --> |
| 215 <section> |
| 216 <h3 i18n-content="fullscreen_tab_label"></h3> |
| 217 <div> |
| 218 <button class="exceptions-list-button" contentType="fullscreen" |
| 219 i18n-content="manage_exceptions"></button> |
| 220 </div> |
| 221 </section> |
214 <!-- Intent registration filter tab contents --> | 222 <!-- Intent registration filter tab contents --> |
215 <if expr="pp_ifdef('enable_web_intents')"> | 223 <if expr="pp_ifdef('enable_web_intents')"> |
216 <section id="intents-section"> | 224 <section id="intents-section"> |
217 <h3 i18n-content="intentsTabLabel" class="content-settings-header"></h3> | 225 <h3 i18n-content="intentsTabLabel" class="content-settings-header"></h3> |
218 <div> | 226 <div> |
219 <div class="radio"> | 227 <div class="radio"> |
220 <label> | 228 <label> |
221 <input type="radio" name="intents" value="allow"> | 229 <input type="radio" name="intents" value="allow"> |
222 <span i18n-content="intentsAllow"></span> | 230 <span i18n-content="intentsAllow"></span> |
223 </label> | 231 </label> |
(...skipping 12 matching lines...) Expand all Loading... |
236 </div> | 244 </div> |
237 <button class="exceptions-list-button" contentType="intents" | 245 <button class="exceptions-list-button" contentType="intents" |
238 i18n-content="manage_exceptions"></button> | 246 i18n-content="manage_exceptions"></button> |
239 <button id="manage-intents-button" contentType="intents" | 247 <button id="manage-intents-button" contentType="intents" |
240 i18n-content="manageIntents"></button> | 248 i18n-content="manageIntents"></button> |
241 </div> | 249 </div> |
242 </section> | 250 </section> |
243 </if> | 251 </if> |
244 </div> | 252 </div> |
245 </div> | 253 </div> |
OLD | NEW |