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

Side by Side Diff: chrome/browser/resources/options/handler_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
OLDNEW
1 <div id="handler-options" class="page" hidden> 1 <div id="handler-options" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="handlersPage"></h1> 3 <h1 i18n-content="handlersPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <h3 i18n-content="handlers_active_heading"></h3> 5 <h3 i18n-content="handlers_active_heading"></h3>
6 <div class="handlers-column-headers"> 6 <div class="handlers-column-headers">
7 <div class="handlers-type-column"> 7 <div class="handlers-type-column">
8 <div i18n-content="handlers_type_column_header"></div> 8 <div i18n-content="handlers_type_column_header"></div>
9 </div> 9 </div>
10 <div class="handlers-site-column"> 10 <div class="handlers-site-column">
(...skipping 12 matching lines...) Expand all
23 <div class="handlers-site-column"> 23 <div class="handlers-site-column">
24 <h3 i18n-content="handlers_site_column_header"></h3> 24 <h3 i18n-content="handlers_site_column_header"></h3>
25 </div> 25 </div>
26 <div class="handlers-remove-column"></div> 26 <div class="handlers-remove-column"></div>
27 </div> 27 </div>
28 <list id="ignored-handlers-list"></list> 28 <list id="ignored-handlers-list"></list>
29 </div> 29 </div>
30 </div> 30 </div>
31 <div class="action-area"> 31 <div class="action-area">
32 <div class="button-strip"> 32 <div class="button-strip">
33 <button id="handler-options-overlay-confirm" i18n-content="ok"></button> 33 <button id="handler-options-overlay-confirm" i18n-content="done"></button>
34 </div> 34 </div>
35 </div> 35 </div>
36 </div> 36 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/font_settings.html ('k') | chrome/browser/resources/options/import_data_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698