diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 06:10:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 06:10:39 +0000 |
commit | b83efaa3396231ccfd2d414a018c550f91988431 (patch) | |
tree | 4fa08296c264cc5516409f1bb5b4d35f845555c3 /chrome/browser/resources/options/personal_options.html | |
parent | 6a6650bff58d91820f4bf6459578e639da7d3065 (diff) | |
download | chromium_src-b83efaa3396231ccfd2d414a018c550f91988431.zip chromium_src-b83efaa3396231ccfd2d414a018c550f91988431.tar.gz chromium_src-b83efaa3396231ccfd2d414a018c550f91988431.tar.bz2 |
Revert 52787 - Make the personal stuff page viewable.
BUG=48883
TEST=Exercise Personal Stuff page via --enabled-tabbed-options
Review URL: http://codereview.chromium.org/2819046
TBR=sargrass@google.com
Review URL: http://codereview.chromium.org/3012007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r-- | chrome/browser/resources/options/personal_options.html | 143 |
1 files changed, 0 insertions, 143 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html index b35ce94..ffdc855 100644 --- a/chrome/browser/resources/options/personal_options.html +++ b/chrome/browser/resources/options/personal_options.html @@ -1,146 +1,3 @@ <div class="page hidden" id="personalPage"> <h1 i18n-content="personalPage"></h1> - - <section> - <h3 i18n-content="sync_section"></h3> - <table class="option-control-table"> - <tr id="text-when-not-synced"> - <td> - <div class="section-text" id="sync_not_setup_info" - i18n-content="sync_not_setup_info"/> - </td> - </tr> - <tr id="button-when-not-synced"> - <td> - <button id="start-sync" i18n-content="start_sync"></button> - </td> - </tr> - </div> - <div> - <tr id="text-when-synced"> - <td> - <div class="section-text" id="synced_to_user_with_time" - i18n-content="synced_to_user_with_time"/> - </td> - </tr> - <tr id="button-when-synced"> - <td> - <button id="stop-sync" i18n-content="stop_sync"></button> - <button id="sync-customize" i18n-content="sync_customize"></button> - </td> - </tr> - </div> - </table> - </section> - <section> - <h3 i18n-content="passwords"></h3> - <table class="option-control-table"> - <tr> - <td class="option-name"> - <label> - <input id="passwords_asktosave" - name="passwords_radio" - pref="profile.password_manager_enabled" - type="radio" value="true"> - <span i18n-content="passwords_asktosave"></span> - </label> - </tr> - <tr> - <td class="option-name"> - <label> - <input id="passwords_neversave" - name="passwords_radio" - pref="profile.password_manager_enabled" - type="radio" value="false"> - <span i18n-content="passwords_neversave"></span> - </label> - </tr> - <tr> - <button id="showpasswords" i18n-content="showpasswords"></button> - </tr> - </table> - </section> - <section> - <h3 i18n-content="autofill"></h3> - <table class="option-control-table"> - <tr> - <td class="option-name"> - <label> - <input id="autofill_enable" - name="autofill_radio" - pref="autofill.enabled" - type="radio" value="true"> - <span i18n-content="autofill_enable"></span> - </label> - </tr> - <tr> - <td class="option-name"> - <label> - <input id="autofill_disable" - name="autofill_radio" - pref="autofill.enabled" - type="radio" value="false"> - <span i18n-content="autofill_disable"></span> - </label> - </tr> - <tr> - <button id="autofill_options" i18n-content="autofill_options"> - </button> - </tr> - </table> - </section> - <section> - <h3 i18n-content="browsing_data"></h3> - <table class="option-control-table"> - <tr> - <button id="import_data" i18n-content="import_data"></button> - </tr> - </table> - </section> - - <if expr="os == 'linux2' or os.find('bsd') != -1"> - <if expr="not pp_ifdef('chromeos')"> - <section> - <h3 i18n-content="appearance"></h3> - <table class="option-control-table"> - <tr> - <button id="themes_GTK_button" i18n-content="themes_GTK_button"> - </button> - <button id="themes_set_classic" i18n-content="themes_set_classic"> - </button> - <a id="linux_themes_gallery" i18n-content="themes_gallery"></a> - </tr> - <tr> - <td class="option-name"> - <label> - <input name="decorations_radio" - pref="browser.custom_chrome_frame" - type="radio" value="false"> - <span i18n-content="showWindow_decorations_radio"></span> - </label> - </tr> - <tr> - <td class="option-name"> - <label> - <input name="decorations_radio" - pref="browser.custom_chrome_frame" - type="radio" value="true"> - <span i18n-content="hideWindow_decorations_radio"></span> - </label> - </tr> - </table> - </section> - </if></if> - <if expr="pp_ifdef('chromeos') or os == 'win32' or os == 'darwin'"> - <section> - <h3 i18n-content="themes"></h3> - <table class="option-control-table"> - <tr> - <button id="themes_reset" i18n-content="themes_reset"></button> - <a id="nonlinux_themes_gallery" i18n-content="themes_gallery"></a> - </tr> - </table> - </section> - </if> - </div> |