| OLD | NEW |
| 1 <div class="page hidden" id="content-settings-page"> | 1 <div class="page hidden" id="content-settings-page"> |
| 2 <h1 i18n-content="contentSettingsPage"></h1> | 2 <h1 i18n-content="contentSettingsPage"></h1> |
| 3 <!-- Cookie filter tab contents --> | 3 <!-- Cookie filter tab contents --> |
| 4 <section> | 4 <section> |
| 5 <h3 i18n-content="cookies_tab_label"></h3> | 5 <h3 i18n-content="cookies_tab_label"></h3> |
| 6 <div> | 6 <div> |
| 7 <label class="radio"> | 7 <label class="radio"> |
| 8 <input type="radio" name="cookies" value="allow"> | 8 <input type="radio" name="cookies" value="allow"> |
| 9 <span i18n-content="cookies_allow"></span> | 9 <span i18n-content="cookies_allow"></span> |
| 10 </label> | 10 </label> |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 </label> | 77 </label> |
| 78 <label class="radio" id="click_to_play"> | 78 <label class="radio" id="click_to_play"> |
| 79 <input type="radio" name="plugins" value="ask"> | 79 <input type="radio" name="plugins" value="ask"> |
| 80 <span i18n-content="plugins_ask"></span> | 80 <span i18n-content="plugins_ask"></span> |
| 81 </label> | 81 </label> |
| 82 <label class="radio"> | 82 <label class="radio"> |
| 83 <input type="radio" name="plugins" value="block"> | 83 <input type="radio" name="plugins" value="block"> |
| 84 <span i18n-content="plugins_block"></span> | 84 <span i18n-content="plugins_block"></span> |
| 85 </label> | 85 </label> |
| 86 | 86 |
| 87 <button class="exceptions-list-button" contentType="plugins" | 87 <div> |
| 88 i18n-content="manage_exceptions"></button> | 88 <button class="exceptions-list-button" contentType="plugins" |
| 89 i18n-content="manage_exceptions"></button> |
| 90 </div> |
| 91 <a class="link" i18n-content="disable_individual_plugins" |
| 92 id="plugins-tab" href="#"> |
| 93 </a> |
| 89 </div> | 94 </div> |
| 90 </section> | 95 </section> |
| 91 | 96 |
| 92 <!-- Pop-ups filter --> | 97 <!-- Pop-ups filter --> |
| 93 <section> | 98 <section> |
| 94 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> | 99 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> |
| 95 <div> | 100 <div> |
| 96 <label class="radio"> | 101 <label class="radio"> |
| 97 <input type="radio" name="popups" value="allow"> | 102 <input type="radio" name="popups" value="allow"> |
| 98 <span i18n-content="popups_allow"></span> | 103 <span i18n-content="popups_allow"></span> |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 <label class="radio"> | 149 <label class="radio"> |
| 145 <input type="radio" name="notifications" value="block"> | 150 <input type="radio" name="notifications" value="block"> |
| 146 <span i18n-content="notifications_block"></span> | 151 <span i18n-content="notifications_block"></span> |
| 147 </label> | 152 </label> |
| 148 | 153 |
| 149 <button class="exceptions-list-button" contentType="notifications" | 154 <button class="exceptions-list-button" contentType="notifications" |
| 150 i18n-content="manage_exceptions"></button> | 155 i18n-content="manage_exceptions"></button> |
| 151 </div> | 156 </div> |
| 152 </section> | 157 </section> |
| 153 </div> | 158 </div> |
| OLD | NEW |