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

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

Issue 11308355: Change 'ok' to 'done' in WebUI where there is no corresponding 'cancel' button (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 80 char lines Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/certificate_import_error_overlay.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="autofill-options" class="page" hidden> 1 <div id="autofill-options" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="autofillOptionsPage"></h1> 3 <h1 i18n-content="autofillOptionsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <if expr="is_macosx"> 5 <if expr="is_macosx">
6 <div class="checkbox"> 6 <div class="checkbox">
7 <label> 7 <label>
8 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" 8 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"
9 metric="Options_AutofillAuxiliaryProfiles"> 9 metric="Options_AutofillAuxiliaryProfiles">
10 <span i18n-content="auxiliaryProfilesEnabled"></span> 10 <span i18n-content="auxiliaryProfilesEnabled"></span>
(...skipping 15 matching lines...) Expand all
26 <button id="autofill-add-creditcard" 26 <button id="autofill-add-creditcard"
27 i18n-content="autofillAddCreditCard"></button> 27 i18n-content="autofillAddCreditCard"></button>
28 </div> 28 </div>
29 </div> 29 </div>
30 </div> 30 </div>
31 <div class="action-area"> 31 <div class="action-area">
32 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" 32 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
33 i18n-content="helpButton"> 33 i18n-content="helpButton">
34 </a> 34 </a>
35 <div class="button-strip"> 35 <div class="button-strip">
36 <button id="autofill-options-confirm" i18n-content="ok"></button> 36 <button id="autofill-options-confirm" i18n-content="done"></button>
37 </div> 37 </div>
38 </div> 38 </div>
39 </div> 39 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/certificate_import_error_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698