Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="page hidden" id="contentSettingsPage"> | 1 <div class="page hidden" id="contentSettingsPage"> |
| 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> |
| 11 <label class="radio"> | 11 <label class="radio"> |
| 12 <input type="radio" name="cookies" value="block"> | 12 <input type="radio" name="cookies" value="block"> |
| 13 <span i18n-content="cookies_block"></span> | 13 <span i18n-content="cookies_block"></span> |
| 14 </label> | 14 </label> |
| 15 | 15 |
| 16 <label class="checkbox"> | 16 <label class="checkbox"> |
| 17 <input id="block-third-party-cookies" | 17 <input id="block-third-party-cookies" |
| 18 pref="profile.block_third_party_cookies" type="checkbox"> | 18 pref="profile.block_third_party_cookies" type="checkbox"> |
| 19 <span i18n-content="cookies_block_3rd_party"></span> | 19 <span i18n-content="cookies_block_3rd_party"></span> |
| 20 </label> | 20 </label> |
| 21 <label class="checkbox"> | 21 <label class="checkbox"> |
| 22 <input id="clear-cookies-on-exit" | 22 <input id="clear-cookies-on-exit" |
| 23 pref="profile.clear_site_data_on_exit" type="checkbox"> | 23 pref="profile.clear_site_data_on_exit" type="checkbox"> |
| 24 <span i18n-content="cookies_clear_on_exit"></span> | 24 <span i18n-content="cookies_clear_on_exit"></span> |
| 25 </label> | 25 </label> |
| 26 <button id="show-cookies-button" | |
| 27 i18n-content="cookies_show_cookies"></button> | |
| 28 <a i18n-values="href:flash_storage_url" | |
| 29 i18n-content="flash_storage_settings" target="_blank"></a> | |
| 30 | 26 |
| 31 <button class="exceptionsListButton" contentType="cookies" | 27 <button class="exceptionsListButton" contentType="cookies" |
| 32 i18n-content="manage_exceptions"></button> | 28 i18n-content="manage_exceptions"></button> |
|
arv (Not doing code reviews)
2010/12/22 23:39:13
can you fix the indentation here? It looks bad whe
| |
| 29 <button id="show-cookies-button" | |
| 30 i18n-content="cookies_show_cookies"></button> | |
| 33 </div> | 31 </div> |
| 34 </section> | 32 </section> |
| 35 | 33 |
| 36 <!-- Image filter --> | 34 <!-- Image filter --> |
| 37 <section> | 35 <section> |
| 38 <h3 i18n-content="images_tab_label"></h3> | 36 <h3 i18n-content="images_tab_label"></h3> |
| 39 <div> | 37 <div> |
| 40 <label class="radio"> | 38 <label class="radio"> |
| 41 <input type="radio" name="images" value="allow"> | 39 <input type="radio" name="images" value="allow"> |
| 42 <span i18n-content="images_allow"></span> | 40 <span i18n-content="images_allow"></span> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 81 <input type="radio" name="plugins" value="ask"> | 79 <input type="radio" name="plugins" value="ask"> |
| 82 <span i18n-content="plugins_ask"></span> | 80 <span i18n-content="plugins_ask"></span> |
| 83 </label> | 81 </label> |
| 84 <label class="radio"> | 82 <label class="radio"> |
| 85 <input type="radio" name="plugins" value="block"> | 83 <input type="radio" name="plugins" value="block"> |
| 86 <span i18n-content="plugins_block"></span> | 84 <span i18n-content="plugins_block"></span> |
| 87 </label> | 85 </label> |
| 88 | 86 |
| 89 <button class="exceptionsListButton" contentType="plugins" | 87 <button class="exceptionsListButton" contentType="plugins" |
| 90 i18n-content="manage_exceptions"></button> | 88 i18n-content="manage_exceptions"></button> |
| 91 | |
| 92 <a i18n-content="disable_individual_plugins" id="plugins-tab" href="#"></a > | |
| 93 </div> | 89 </div> |
| 94 </section> | 90 </section> |
| 95 | 91 |
| 96 <!-- Pop-ups filter --> | 92 <!-- Pop-ups filter --> |
| 97 <section> | 93 <section> |
| 98 <h3 i18n-content="popups_tab_label" class="contentSettingsHeader"></h3> | 94 <h3 i18n-content="popups_tab_label" class="contentSettingsHeader"></h3> |
| 99 <div> | 95 <div> |
| 100 <label class="radio"> | 96 <label class="radio"> |
| 101 <input type="radio" name="popups" value="allow"> | 97 <input type="radio" name="popups" value="allow"> |
| 102 <span i18n-content="popups_allow"></span> | 98 <span i18n-content="popups_allow"></span> |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 148 <label class="radio"> | 144 <label class="radio"> |
| 149 <input type="radio" name="notifications" value="block"> | 145 <input type="radio" name="notifications" value="block"> |
| 150 <span i18n-content="notifications_block"></span> | 146 <span i18n-content="notifications_block"></span> |
| 151 </label> | 147 </label> |
| 152 | 148 |
| 153 <button class="exceptionsListButton" contentType="notifications" | 149 <button class="exceptionsListButton" contentType="notifications" |
| 154 i18n-content="manage_exceptions"></button> | 150 i18n-content="manage_exceptions"></button> |
| 155 </div> | 151 </div> |
| 156 </section> | 152 </section> |
| 157 </div> | 153 </div> |
| OLD | NEW |