Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: chrome/browser/resources/options/autofill_options.html

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="autofill-options" class="page" hidden>
2 <h1 i18n-content="autofillOptionsPage"></h1>
3 <if expr="os == 'darwin'">
4 <div class="checkbox">
5 <label>
6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"
7 metric="Options_AutofillAuxiliaryProfiles">
8 <span i18n-content="auxiliaryProfilesEnabled"></span>
9 </label>
10 </div>
11 </if>
12 <h3 i18n-content="autofillAddresses"></h3>
13 <div class="settings-list">
14 <list id="address-list"></list>
15 <div>
16 <button id="autofill-add-address" i18n-content="autofillAddAddress">
17 </button>
18 </div>
19 </div>
20 <h3 i18n-content="autofillCreditCards"></h3>
21 <div class="settings-list">
22 <list id="creditcard-list"></list>
23 <div>
24 <button id="autofill-add-creditcard"
25 i18n-content="autofillAddCreditCard"></button>
26 </div>
27 </div>
28 <div>
29 <a target="_blank" i18n-values="href:helpUrl" i18n-content="helpButton"></a>
30 </div>
31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698