diff options
Diffstat (limited to 'chrome/browser/resources/options/sync_options.html')
-rw-r--r-- | chrome/browser/resources/options/sync_options.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/sync_options.html b/chrome/browser/resources/options/sync_options.html new file mode 100644 index 0000000..b6d85fa --- /dev/null +++ b/chrome/browser/resources/options/sync_options.html @@ -0,0 +1,37 @@ +<div class="page hidden" id="syncPage"> + <h1 i18n-content="syncPage"></h1> + <section> + <h3 i18n-content="sync_title"></h3> + <table class="option-control-table"> + <tr> + <td class="option-name"><label><input id="settings-check" + pref="sync.preferences" type="checkbox"><span + i18n-content="syncsettings"></span></label></td> + <td class="option-name"><label><input id="bookmarks-check" + pref="sync.bookmarks" type="checkbox"><span + i18n-content="syncbookmarks"></span></label></td> + </tr> + <tr> + <td class="option-name"><label><input id="typedurls-check" + pref="sync.typed_urls" type="checkbox"><span + i18n-content="synctypedurls"></span></label></td> + <td class="option-name"><label><input id="passwords-check" + pref="sync.passwords" type="checkbox"><span + i18n-content="syncpasswords"></span></label></td> + </tr> + <tr> + <td class="option-name"><label><input id="extensions-check" + pref="sync.extensions" type="checkbox"><span + i18n-content="syncextensions"></span></label></td> + <td class="option-name"><label><input id="autofill-check" + pref="sync.autofill" type="checkbox"><span + i18n-content="syncautofill"></span></label></td> + </tr> + <tr> + <td class="option-name"><label><input id="themes-check" + pref="sync.themes" type="checkbox"><span + i18n-content="syncthemes"></span></label></td> + </tr> + </table> + </section> +</div> |