OLD | NEW |
---|---|
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
230 <span i18n-content="networkPredictionEnabledDescription"></span> | 230 <span i18n-content="networkPredictionEnabledDescription"></span> |
231 </label> | 231 </label> |
232 </div> | 232 </div> |
233 <div class="checkbox"> | 233 <div class="checkbox"> |
234 <label> | 234 <label> |
235 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | 235 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
236 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 236 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
237 <span i18n-content="safeBrowsingEnableProtection"></span> | 237 <span i18n-content="safeBrowsingEnableProtection"></span> |
238 </label> | 238 </label> |
239 </div> | 239 </div> |
240 <div class="checkbox"> | |
Garrett Casto
2012/04/26 23:23:59
This should be under "Passwords and forms" not "Pr
zysxqn
2012/04/27 18:38:34
Done.
| |
241 <label> | |
242 <input id="passwordGenerationEnabled" pref="password_generation.enable d" | |
243 metric="Options_PasswordGenerationCheckbox" type="checkbox"> | |
244 <span i18n-content="passwordGenerationEnabledDescription"></span> | |
245 </label> | |
246 </div> | |
240 <if expr="pp_ifdef('_google_chrome')"> | 247 <if expr="pp_ifdef('_google_chrome')"> |
241 <div class="checkbox"> | 248 <div class="checkbox"> |
242 <label id="spelling-label"> | 249 <label id="spelling-label"> |
243 <input id="spelling-enabled-control" type="checkbox" | 250 <input id="spelling-enabled-control" type="checkbox" |
244 pref="spellcheck.use_spelling_service"> | 251 pref="spellcheck.use_spelling_service"> |
245 <span i18n-content="spellingPref"></span> | 252 <span i18n-content="spellingPref"></span> |
246 </label> | 253 </label> |
247 </div> | 254 </div> |
248 <div id="metricsReportingSetting" class="checkbox"> | 255 <div id="metricsReportingSetting" class="checkbox"> |
249 <label> | 256 <label> |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
488 </section> | 495 </section> |
489 </if> | 496 </if> |
490 </div> <!-- advanced-settings-container --> | 497 </div> <!-- advanced-settings-container --> |
491 </div> <!-- advanced-settings --> | 498 </div> <!-- advanced-settings --> |
492 <footer> | 499 <footer> |
493 <button id="advanced-settings-expander" class="link-button" | 500 <button id="advanced-settings-expander" class="link-button" |
494 i18n-content="showAdvancedSettings"> | 501 i18n-content="showAdvancedSettings"> |
495 </button> | 502 </button> |
496 </footer> | 503 </footer> |
497 </div> | 504 </div> |
OLD | NEW |