summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/personal_options.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r--chrome/browser/resources/options/personal_options.html83
1 files changed, 78 insertions, 5 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 468b50a..3fba146 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -26,11 +26,76 @@
<section id="sync-section">
<h3 i18n-content="syncSection"></h3>
<div>
+ <select id="sync-select" pref="sync.keep_everything_synced"></select>
+ <table id="sync-table">
+ <tr>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="settings-check" pref="sync.preferences"
+ type="checkbox">
+ <span i18n-content="syncsettings"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="bookmarks-check" pref="sync.bookmarks" type="checkbox">
+ <span i18n-content="syncbookmarks"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="extensions-check" pref="sync.extensions"
+ type="checkbox">
+ <span i18n-content="syncextensions"></span>
+ </label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="autofill-check" pref="sync.autofill" type="checkbox">
+ <span i18n-content="syncautofill"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="themes-check" pref="sync.themes" type="checkbox">
+ <span i18n-content="syncthemes"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="apps-check" pref="sync.apps" type="checkbox">
+ <span i18n-content="syncapps"></span>
+ </label>
+ </td>
+ </tr>
+ <tr>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="typedurls-check" pref="sync.typed_urls"
+ type="checkbox">
+ <span i18n-content="synctypedurls"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="passwords-check" pref="sync.passwords" type="checkbox">
+ <span i18n-content="syncpasswords"></span>
+ </label>
+ </td>
+ <td class="option-name">
+ <label class="checkbox">
+ <input id="sessions-check" pref="sync.sessions" type="checkbox">
+ <span i18n-content="syncsessions"></span>
+ </label>
+ </td>
+ </tr>
+ </table>
<div id="sync-status" class="section-text"></div>
<button id="sync-action-link" class="link-button"></button>
<div>
<button id="start-stop-sync"></button>
- <button id="customize-sync""></button>
</div>
<a href="https://www.google.com/dashboard" id="privacy-dashboard-link"
i18n-content="privacyDashboardLink" target="_blank"></a>
@@ -58,7 +123,13 @@
<section>
<h3 i18n-content="autofill"></h3>
<div>
- <button id="autofill-options" i18n-content="autofillOptions"></button>
+ <label class="checkbox">
+ <input id="autoFillEnabled" pref="autofill.enabled"
+ metric="Options_FormAutofill" type="checkbox">
+ <span i18n-content="autoFillEnabled"></span>
+ </label>
+ <button id="autofill-settings"
+ i18n-content="manageAutofillSettings"></button>
</div>
</section>
<if expr="not pp_ifdef('chromeos')">
@@ -78,9 +149,9 @@
i18n-content="themesGTKButton"></button>
<button id="themes-reset"
i18n-content="themesSetClassic"></button>
- <a id="themes-gallery" i18n-content="themesGallery"
- i18n-values="href:themesGalleryURL" target="_blank"></a>
</div>
+ <a id="themes-gallery" i18n-content="themesGallery"
+ i18n-values="href:themesGalleryURL" target="_blank"></a>
<label class="radio">
<input name="decorations_radio"
pref="browser.custom_chrome_frame"
@@ -100,7 +171,9 @@
<section>
<h3 i18n-content="themes"></h3>
<div>
- <button id="themes-reset" i18n-content="themesReset"></button>
+ <div>
+ <button id="themes-reset" i18n-content="themesReset"></button>
+ </div>
<a id="themes-gallery" i18n-content="themesGallery"
i18n-values="href:themesGalleryURL" target="_blank"></a>
</div>