| Index: options.html |
| =================================================================== |
| --- a/options.html |
| +++ b/options.html |
| @@ -212,18 +212,27 @@ |
| <!-- Advanced tab content --> |
| <div id="content-advanced" class="tab-content"> |
| - <div> |
| + <div id="tweaks"> |
| <h1> |
| <span class="i18n_options_tweaks_title"></span> |
| <a class="i18n_options_readMore tooltip"></a> |
| </h1> |
| <ul class="table"> |
| - <li> |
| - <button role="checkbox" id="easylist"></button> |
| - <span id="block-element-explanation" class="i18n_options_tweaks_blockElement"></span> |
| + <li data-pref="shouldShowBlockElementMenu"> |
| + <button role="checkbox" data-action="toggle-pref"></button> |
| + <span class="i18n_options_tweaks_blockElement"></span> |
| + </li> |
| + <li data-pref="notifications_ignoredcategories"> |
| + <button role="checkbox" data-action="toggle-pref"></button> |
| + <span class="i18n_options_tweaks_showNotifications"></span> |
| + </li> |
| + <li data-pref="safari_contentblocker"> |
| + <button role="checkbox" data-action="toggle-pref"></button> |
| + <span class="i18n_options_tweaks_safariContentBlocker"></span> |
| </li> |
| </ul> |
| </div> |
| + |
| <div> |
| <h1> |
| <span class="i18n_options_filterList_title"></span> |