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

Side by Side Diff: chrome/browser/resources/options/content_settings.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
OLDNEW
1 <div id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <span class="controlled-setting-with-label"> 10 <span class="controlled-setting-with-label">
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 <section id="media-galleries-section" hidden> 494 <section id="media-galleries-section" hidden>
495 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> 495 <h3 i18n-content="mediaGalleriesSectionLabel"></h3>
496 <div class="settings-row"> 496 <div class="settings-row">
497 <button id="manage-galleries-button" 497 <button id="manage-galleries-button"
498 i18n-content="manageGalleriesButton"></button> 498 i18n-content="manageGalleriesButton"></button>
499 </div> 499 </div>
500 </section> 500 </section>
501 </div> 501 </div>
502 <div class="action-area"> 502 <div class="action-area">
503 <div class="button-strip"> 503 <div class="button-strip">
504 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 504 <button id="content-settings-overlay-confirm" i18n-content="done">
505 </button>
505 </div> 506 </div>
506 </div> 507 </div>
507 </div> 508 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698