diff options
author | sargrass@google.com <sargrass@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 23:25:53 +0000 |
---|---|---|
committer | sargrass@google.com <sargrass@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 23:25:53 +0000 |
commit | 096033ff2561408e18518c216d1bda06500a734e (patch) | |
tree | d8acc9e802e2ec506127c5a3ae53ac0ae5535c03 /chrome/browser/resources/options/personal_options.html | |
parent | 444fb450f0951bedf57e3598dba189653590cc20 (diff) | |
download | chromium_src-096033ff2561408e18518c216d1bda06500a734e.zip chromium_src-096033ff2561408e18518c216d1bda06500a734e.tar.gz chromium_src-096033ff2561408e18518c216d1bda06500a734e.tar.bz2 |
add throbber, remove radio
Review URL: http://codereview.chromium.org/3074026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54837 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 | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html index 9f907c3..2b3bae2 100644 --- a/chrome/browser/resources/options/personal_options.html +++ b/chrome/browser/resources/options/personal_options.html @@ -44,22 +44,7 @@ <section> <h3 i18n-content="autofill"></h3> <div> - <label> - <input id="autofill_enable" - name="autofill_radio" - pref="autofill.enabled" - type="radio" value="true"> - <span i18n-content="autofill_enable"></span> - </label> - <label> - <input id="autofill_disable" - name="autofill_radio" - pref="autofill.enabled" - type="radio" value="false"> - <span i18n-content="autofill_disable"></span> - </label> - <div><button id="autofill_options" - i18n-content="autofill_options"></button></div> + <button id="autofill_options" i18n-content="autofill_options"></button> </div> </section> <section> |