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

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

Issue 3086017: Add tabs to passwords and exceptions subpage (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add todo for mac Created 10 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
OLDNEW
1 <div class="page hidden" id="passwordsExceptionsPage"> 1 <div class="page hidden" id="passwordsExceptionsPage">
2 <h1> 2 <h1>
3 <span i18n-content="personalPage"></span> 3 <span i18n-content="personalPage"></span>
4 &gt; 4 &gt;
5 <span i18n-content="passwordsExceptionsTitle"></span> 5 <span i18n-content="passwordsExceptionsTitle"></span>
6 </h1> 6 </h1>
7
8 <!-- Navigation tabls -->
9 <div class="subpages-nav-tabs">
10 <span i18n-content="passwordsTabTitle" id="passwords-nav-tab"
11 class="inactive-tab" tab-contents="passwordsFilterTab"></span>
12 <span i18n-content="exceptionsTabTitle" id="exceptions-nav-tab"
13 class="inactive-tab" tab-contents="exceptionsFilterTab"></span>
14 </div>
15
16 <!-- Passwords filter tab contents -->
17 <div id="passwordsFilterTab" class="subpages-tab-contents">
18 <section>
19 <div id="passwordsArea">
20 </div>
21 </section>
22 </div>
23
24 <!-- Exceptions filter tab contents -->
25 <div id="exceptionsFilterTab" class="subpages-tab-contents">
26 <section>
27 <div id="exceptionsArea">
28 </div>
29 </section>
30 </div>
7 </div> 31 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_page.js ('k') | chrome/browser/resources/options/passwords_exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698