| OLD | NEW |
| 1 <div class="page hidden" id="contentSettingsPage"> | 1 <div class="page hidden" id="contentSettingsPage"> |
| 2 <h1> | 2 <h1> |
| 3 <span i18n-content="advancedPage"></span> | 3 <span i18n-content="advancedPage"></span> |
| 4 > | 4 > |
| 5 <span i18n-content="contentSettingsPage"></span> | 5 <span i18n-content="contentSettingsPage"></span> |
| 6 </h1> | 6 </h1> |
| 7 | 7 |
| 8 <!-- Navigation tabs --> | 8 <!-- Navigation tabs --> |
| 9 <div id="content-settings-nav-tabs"> | 9 <div class="subpages-nav-tabs"> |
| 10 <span i18n-content="cookies_tab_label" id="cookies-nav-tab" | 10 <span i18n-content="cookies_tab_label" id="cookies-nav-tab" |
| 11 class="inactive-tab" tab-contents="cookiesFilterTab"></span><span | 11 class="inactive-tab" tab-contents="cookiesFilterTab"></span><span |
| 12 i18n-content="images_tab_label" id="images-nav-tab" | 12 i18n-content="images_tab_label" id="images-nav-tab" |
| 13 class="inactive-tab" tab-contents="imagesFilterTab"></span><span | 13 class="inactive-tab" tab-contents="imagesFilterTab"></span><span |
| 14 i18n-content="javascript_tab_label" id="javascript-nav-tab" | 14 i18n-content="javascript_tab_label" id="javascript-nav-tab" |
| 15 class="inactive-tab" tab-contents="javascriptFilterTab"></span><span | 15 class="inactive-tab" tab-contents="javascriptFilterTab"></span><span |
| 16 i18n-content="plugins_tab_label" id="plugins-nav-tab" | 16 i18n-content="plugins_tab_label" id="plugins-nav-tab" |
| 17 class="inactive-tab" tab-contents="pluginsFilterTab"></span><span | 17 class="inactive-tab" tab-contents="pluginsFilterTab"></span><span |
| 18 i18n-content="popups_tab_label" id="popups-nav-tab" | 18 i18n-content="popups_tab_label" id="popups-nav-tab" |
| 19 class="inactive-tab" tab-contents="popupsFilterTab"></span><span | 19 class="inactive-tab" tab-contents="popupsFilterTab"></span><span |
| 20 i18n-content="location_tab_label" id="location-nav-tab" | 20 i18n-content="location_tab_label" id="location-nav-tab" |
| 21 class="inactive-tab" tab-contents="locationFilterTab"></span><span | 21 class="inactive-tab" tab-contents="locationFilterTab"></span><span |
| 22 i18n-content="notifications_tab_label" id="notifications-nav-tab" | 22 i18n-content="notifications_tab_label" id="notifications-nav-tab" |
| 23 class="inactive-tab" tab-contents="notificationsFilterTab"></span> | 23 class="inactive-tab" tab-contents="notificationsFilterTab"></span> |
| 24 </div> | 24 </div> |
| 25 <br> | 25 <br> |
| 26 | 26 |
| 27 <!-- Cookie filter tab contents --> | 27 <!-- Cookie filter tab contents --> |
| 28 <div id="cookiesFilterTab" class="content-settings-tab-contents"> | 28 <div id="cookiesFilterTab" class="subpages-tab-contents"> |
| 29 <span i18n-content="cookies_modify"></span> | 29 <span i18n-content="cookies_modify"></span> |
| 30 <table class="option-control-table"> | 30 <table class="option-control-table"> |
| 31 <tr> | 31 <tr> |
| 32 <td class="option-name"><label> | 32 <td class="option-name"><label> |
| 33 <input type="radio" name="cookies" value="allow"> | 33 <input type="radio" name="cookies" value="allow"> |
| 34 <span i18n-content="cookies_allow"></span> | 34 <span i18n-content="cookies_allow"></span> |
| 35 </label></td> | 35 </label></td> |
| 36 </tr> | 36 </tr> |
| 37 <tr> | 37 <tr> |
| 38 <td class="option-name"><label> | 38 <td class="option-name"><label> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 68 </tr> | 68 </tr> |
| 69 <tr> | 69 <tr> |
| 70 <td><a i18n-values="href:flash_storage_url"> | 70 <td><a i18n-values="href:flash_storage_url"> |
| 71 <span i18n-content="flash_storage_settings"></span></a> | 71 <span i18n-content="flash_storage_settings"></span></a> |
| 72 </td> | 72 </td> |
| 73 </tr> | 73 </tr> |
| 74 </table> | 74 </table> |
| 75 </div> | 75 </div> |
| 76 | 76 |
| 77 <!-- Image filter tab contents --> | 77 <!-- Image filter tab contents --> |
| 78 <div id="imagesFilterTab" class="content-settings-tab-contents"> | 78 <div id="imagesFilterTab" class="subpages-tab-contents"> |
| 79 <span i18n-content="images_setting"></span> | 79 <span i18n-content="images_setting"></span> |
| 80 <table class="option-control-table"> | 80 <table class="option-control-table"> |
| 81 <tr> | 81 <tr> |
| 82 <td class="option-name"><label> | 82 <td class="option-name"><label> |
| 83 <input type="radio" name="images" value="allow"> | 83 <input type="radio" name="images" value="allow"> |
| 84 <span i18n-content="images_allow"></span> | 84 <span i18n-content="images_allow"></span> |
| 85 </label></td> | 85 </label></td> |
| 86 </tr> | 86 </tr> |
| 87 <tr> | 87 <tr> |
| 88 <td class="option-name"><label> | 88 <td class="option-name"><label> |
| 89 <input type="radio" name="images" value="block"> | 89 <input type="radio" name="images" value="block"> |
| 90 <span i18n-content="images_block"></span> | 90 <span i18n-content="images_block"></span> |
| 91 </label></td> | 91 </label></td> |
| 92 </tr> | 92 </tr> |
| 93 <tr> | 93 <tr> |
| 94 <td class="option-name"><button id="images-exceptions-button" | 94 <td class="option-name"><button id="images-exceptions-button" |
| 95 i18n-content="content_exceptions"></button> | 95 i18n-content="content_exceptions"></button> |
| 96 </td> | 96 </td> |
| 97 </tr> | 97 </tr> |
| 98 </table> | 98 </table> |
| 99 | 99 |
| 100 <div id="imagesExceptionsArea"> | 100 <div id="imagesExceptionsArea"> |
| 101 <list id="imagesExceptionsList"></list> | 101 <list id="imagesExceptionsList"></list> |
| 102 </div> | 102 </div> |
| 103 </div> | 103 </div> |
| 104 | 104 |
| 105 <!-- JavaScript filter tab contents --> | 105 <!-- JavaScript filter tab contents --> |
| 106 <div id="javascriptFilterTab" class="content-settings-tab-contents"> | 106 <div id="javascriptFilterTab" class="subpages-tab-contents"> |
| 107 <span i18n-content="javascript_setting"></span> | 107 <span i18n-content="javascript_setting"></span> |
| 108 <table class="option-control-table"> | 108 <table class="option-control-table"> |
| 109 <tr> | 109 <tr> |
| 110 <td class="option-name"><label> | 110 <td class="option-name"><label> |
| 111 <input type="radio" name="javascript" value="allow"> | 111 <input type="radio" name="javascript" value="allow"> |
| 112 <span i18n-content="javascript_allow"></span> | 112 <span i18n-content="javascript_allow"></span> |
| 113 </label></td> | 113 </label></td> |
| 114 </tr> | 114 </tr> |
| 115 <tr> | 115 <tr> |
| 116 <td class="option-name"><label> | 116 <td class="option-name"><label> |
| 117 <input type="radio" name="javascript" value="block"> | 117 <input type="radio" name="javascript" value="block"> |
| 118 <span i18n-content="javascript_block"></span> | 118 <span i18n-content="javascript_block"></span> |
| 119 </label></td> | 119 </label></td> |
| 120 </tr> | 120 </tr> |
| 121 <tr> | 121 <tr> |
| 122 <td class="option-name"><button id="javascript-exceptions-button" | 122 <td class="option-name"><button id="javascript-exceptions-button" |
| 123 i18n-content="content_exceptions"></button> | 123 i18n-content="content_exceptions"></button> |
| 124 </td> | 124 </td> |
| 125 </tr> | 125 </tr> |
| 126 </table> | 126 </table> |
| 127 </div> | 127 </div> |
| 128 | 128 |
| 129 <!-- Plug-ins filter tab contents --> | 129 <!-- Plug-ins filter tab contents --> |
| 130 <div id="pluginsFilterTab" class="content-settings-tab-contents"> | 130 <div id="pluginsFilterTab" class="subpages-tab-contents"> |
| 131 <span i18n-content="plugins_setting"></span> | 131 <span i18n-content="plugins_setting"></span> |
| 132 <table class="option-control-table"> | 132 <table class="option-control-table"> |
| 133 <tr> | 133 <tr> |
| 134 <td class="option-name"><label> | 134 <td class="option-name"><label> |
| 135 <input type="radio" name="plugins" value="allow"> | 135 <input type="radio" name="plugins" value="allow"> |
| 136 <span i18n-content="plugins_allow"></span> | 136 <span i18n-content="plugins_allow"></span> |
| 137 </label></td> | 137 </label></td> |
| 138 </tr> | 138 </tr> |
| 139 <tr> | 139 <tr> |
| 140 <td class="option-name"><label> | 140 <td class="option-name"><label> |
| 141 <input type="radio" name="plugins" value="block"> | 141 <input type="radio" name="plugins" value="block"> |
| 142 <span i18n-content="plugins_block"></span> | 142 <span i18n-content="plugins_block"></span> |
| 143 </label></td> | 143 </label></td> |
| 144 </tr> | 144 </tr> |
| 145 <tr> | 145 <tr> |
| 146 <td class="option-name"><button id="plugins-exceptions-button" | 146 <td class="option-name"><button id="plugins-exceptions-button" |
| 147 i18n-content="content_exceptions"></button> | 147 i18n-content="content_exceptions"></button> |
| 148 </td> | 148 </td> |
| 149 </tr> | 149 </tr> |
| 150 <tr> | 150 <tr> |
| 151 <td><a i18n-values="href:chrome_plugin_url"> | 151 <td><a i18n-values="href:chrome_plugin_url"> |
| 152 <span i18n-content="disable_individual_plugins"></span></a> | 152 <span i18n-content="disable_individual_plugins"></span></a> |
| 153 </td> | 153 </td> |
| 154 </tr> | 154 </tr> |
| 155 </table> | 155 </table> |
| 156 </div> | 156 </div> |
| 157 | 157 |
| 158 <!-- Pop-ups filter tab contents --> | 158 <!-- Pop-ups filter tab contents --> |
| 159 <div id="popupsFilterTab" class="content-settings-tab-contents"> | 159 <div id="popupsFilterTab" class="subpages-tab-contents"> |
| 160 <span i18n-content="popups_setting"></span> | 160 <span i18n-content="popups_setting"></span> |
| 161 <table class="option-control-table"> | 161 <table class="option-control-table"> |
| 162 <tr> | 162 <tr> |
| 163 <td class="option-name"><label> | 163 <td class="option-name"><label> |
| 164 <input type="radio" name="popups" value="allow"> | 164 <input type="radio" name="popups" value="allow"> |
| 165 <span i18n-content="popups_allow"></span> | 165 <span i18n-content="popups_allow"></span> |
| 166 </label></td> | 166 </label></td> |
| 167 </tr> | 167 </tr> |
| 168 <tr> | 168 <tr> |
| 169 <td class="option-name"><label> | 169 <td class="option-name"><label> |
| 170 <input type="radio" name="popups" value="block"> | 170 <input type="radio" name="popups" value="block"> |
| 171 <span i18n-content="popups_block"></span> | 171 <span i18n-content="popups_block"></span> |
| 172 </label></td> | 172 </label></td> |
| 173 </tr> | 173 </tr> |
| 174 <tr> | 174 <tr> |
| 175 <td class="option-name"><button id="popups-exceptions-button" | 175 <td class="option-name"><button id="popups-exceptions-button" |
| 176 i18n-content="content_exceptions"></button> | 176 i18n-content="content_exceptions"></button> |
| 177 </td> | 177 </td> |
| 178 </tr> | 178 </tr> |
| 179 </table> | 179 </table> |
| 180 </div> | 180 </div> |
| 181 | 181 |
| 182 <!-- Location filter tab contents --> | 182 <!-- Location filter tab contents --> |
| 183 <div id="locationFilterTab" class="content-settings-tab-contents"> | 183 <div id="locationFilterTab" class="subpages-tab-contents"> |
| 184 <span i18n-content="location_setting"></span> | 184 <span i18n-content="location_setting"></span> |
| 185 <table class="option-control-table"> | 185 <table class="option-control-table"> |
| 186 <tr> | 186 <tr> |
| 187 <td class="option-name"><label> | 187 <td class="option-name"><label> |
| 188 <input type="radio" name="location" value="allow"> | 188 <input type="radio" name="location" value="allow"> |
| 189 <span i18n-content="location_allow"></span> | 189 <span i18n-content="location_allow"></span> |
| 190 </label></td> | 190 </label></td> |
| 191 </tr> | 191 </tr> |
| 192 <tr> | 192 <tr> |
| 193 <td class="option-name"><label> | 193 <td class="option-name"><label> |
| 194 <input type="radio" name="location" value="ask"> | 194 <input type="radio" name="location" value="ask"> |
| 195 <span i18n-content="location_ask"></span> | 195 <span i18n-content="location_ask"></span> |
| 196 </label></td> | 196 </label></td> |
| 197 </tr> | 197 </tr> |
| 198 <tr> | 198 <tr> |
| 199 <td class="option-name"><label> | 199 <td class="option-name"><label> |
| 200 <input type="radio" name="location" value="block"> | 200 <input type="radio" name="location" value="block"> |
| 201 <span i18n-content="location_block"></span> | 201 <span i18n-content="location_block"></span> |
| 202 </label></td> | 202 </label></td> |
| 203 </tr> | 203 </tr> |
| 204 <tr> | 204 <tr> |
| 205 <td class="option-name"><button id="location-exceptions-button" | 205 <td class="option-name"><button id="location-exceptions-button" |
| 206 i18n-content="content_exceptions"></button> | 206 i18n-content="content_exceptions"></button> |
| 207 </td> | 207 </td> |
| 208 </tr> | 208 </tr> |
| 209 </table> | 209 </table> |
| 210 </div> | 210 </div> |
| 211 | 211 |
| 212 <!-- Notifications filter tab contents --> | 212 <!-- Notifications filter tab contents --> |
| 213 <div id="notificationsFilterTab" class="content-settings-tab-contents"> | 213 <div id="notificationsFilterTab" class="subpages-tab-contents"> |
| 214 <span i18n-content="notifications_setting"></span> | 214 <span i18n-content="notifications_setting"></span> |
| 215 <table class="option-control-table"> | 215 <table class="option-control-table"> |
| 216 <tr> | 216 <tr> |
| 217 <td class="option-name"><label> | 217 <td class="option-name"><label> |
| 218 <input type="radio" name="noticiations" value="allow"> | 218 <input type="radio" name="noticiations" value="allow"> |
| 219 <span i18n-content="notifications_allow"></span> | 219 <span i18n-content="notifications_allow"></span> |
| 220 </label></td> | 220 </label></td> |
| 221 </tr> | 221 </tr> |
| 222 <tr> | 222 <tr> |
| 223 <td class="option-name"><label> | 223 <td class="option-name"><label> |
| 224 <input type="radio" name="notifications" value="ask"> | 224 <input type="radio" name="notifications" value="ask"> |
| 225 <span i18n-content="notifications_ask"></span> | 225 <span i18n-content="notifications_ask"></span> |
| 226 </label></td> | 226 </label></td> |
| 227 </tr> | 227 </tr> |
| 228 <tr> | 228 <tr> |
| 229 <td class="option-name"><label> | 229 <td class="option-name"><label> |
| 230 <input type="radio" name="notifications" value="block"> | 230 <input type="radio" name="notifications" value="block"> |
| 231 <span i18n-content="notifications_block"></span> | 231 <span i18n-content="notifications_block"></span> |
| 232 </label></td> | 232 </label></td> |
| 233 </tr> | 233 </tr> |
| 234 <tr> | 234 <tr> |
| 235 <td class="option-name"><button id="notifications-exceptions-button" | 235 <td class="option-name"><button id="notifications-exceptions-button" |
| 236 i18n-content="content_exceptions"></button> | 236 i18n-content="content_exceptions"></button> |
| 237 </td> | 237 </td> |
| 238 </tr> | 238 </tr> |
| 239 </table> | 239 </table> |
| 240 </div> | 240 </div> |
| 241 </div> | 241 </div> |
| OLD | NEW |