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

Side by Side Diff: chrome/browser/resources/options2/handler_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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="handler-options" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="handlersPage"></h1>
4 <div class="content-area">
5 <h3 i18n-content="handlers_active_heading"></h3>
6 <div class="handlers-column-headers">
7 <div class="handlers-type-column">
8 <div i18n-content="handlers_type_column_header"></div>
9 </div>
10 <div class="handlers-site-column">
11 <div i18n-content="handlers_site_column_header"></div>
12 </div>
13 <div class="handlers-remove-column"></div>
14 </div>
15 <list id="handlers-list"></list>
16
17 <div id="ignored-handlers-section">
18 <h3 i18n-content="handlers_ignored_heading"></h3>
19 <div class="handlers-column-headers">
20 <div class="handlers-type-column">
21 <h3 i18n-content="handlers_type_column_header"></h3>
22 </div>
23 <div class="handlers-site-column">
24 <h3 i18n-content="handlers_site_column_header"></h3>
25 </div>
26 <div class="handlers-remove-column"></div>
27 </div>
28 <list id="ignored-handlers-list"></list>
29 </div>
30 </div>
31 <div class="action-area">
32 <div class="button-strip">
33 <button id="handler-options-overlay-confirm" i18n-content="ok"></button>
34 </div>
35 </div>
36 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/handler_options.css ('k') | chrome/browser/resources/options2/handler_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698