| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 </label> | 126 </label> |
| 127 </div> | 127 </div> |
| 128 <div class="radio"> | 128 <div class="radio"> |
| 129 <label> | 129 <label> |
| 130 <input type="radio" name="plugins" value="block"> | 130 <input type="radio" name="plugins" value="block"> |
| 131 <span i18n-content="plugins_block"></span> | 131 <span i18n-content="plugins_block"></span> |
| 132 </label> | 132 </label> |
| 133 </div> | 133 </div> |
| 134 <button class="exceptions-list-button" contentType="plugins" | 134 <button class="exceptions-list-button" contentType="plugins" |
| 135 i18n-content="manage_exceptions"></button> | 135 i18n-content="manage_exceptions"></button> |
| 136 <a id="plugins-tab" href="about:plugins" | 136 <div id="disable-plugins-container"> |
| 137 i18n-content="disable_individual_plugins" target="_blank"> | 137 <a href="about:plugins" i18n-content="disableIndividualPlugins" |
| 138 </a> | 138 target="_blank"></a> |
| 139 </div> |
| 139 </div> | 140 </div> |
| 140 </section> | 141 </section> |
| 141 <!-- Pop-ups filter --> | 142 <!-- Pop-ups filter --> |
| 142 <section> | 143 <section> |
| 143 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> | 144 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> |
| 144 <div> | 145 <div> |
| 145 <div class="radio"> | 146 <div class="radio"> |
| 146 <label> | 147 <label> |
| 147 <input type="radio" name="popups" value="allow"> | 148 <input type="radio" name="popups" value="allow"> |
| 148 <span i18n-content="popups_allow"></span> | 149 <span i18n-content="popups_allow"></span> |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 <input type="radio" name="notifications" value="block"> | 206 <input type="radio" name="notifications" value="block"> |
| 206 <span i18n-content="notifications_block"></span> | 207 <span i18n-content="notifications_block"></span> |
| 207 </label> | 208 </label> |
| 208 </div> | 209 </div> |
| 209 <button class="exceptions-list-button" contentType="notifications" | 210 <button class="exceptions-list-button" contentType="notifications" |
| 210 i18n-content="manage_exceptions"></button> | 211 i18n-content="manage_exceptions"></button> |
| 211 </div> | 212 </div> |
| 212 </section> | 213 </section> |
| 213 </div> | 214 </div> |
| 214 </div> | 215 </div> |
| OLD | NEW |