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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/passwords_exceptions.html
diff --git a/chrome/browser/resources/options/passwords_exceptions.html b/chrome/browser/resources/options/passwords_exceptions.html
index 6db421d493e1390dc77087811a9efbe01208aa78..b70a0a7d0b0c2e7b9cc6c1e27ea5b71ca854d2eb 100644
--- a/chrome/browser/resources/options/passwords_exceptions.html
+++ b/chrome/browser/resources/options/passwords_exceptions.html
@@ -4,4 +4,28 @@
>
<span i18n-content="passwordsExceptionsTitle"></span>
</h1>
+
+ <!-- Navigation tabls -->
+ <div class="subpages-nav-tabs">
+ <span i18n-content="passwordsTabTitle" id="passwords-nav-tab"
+ class="inactive-tab" tab-contents="passwordsFilterTab"></span>
+ <span i18n-content="exceptionsTabTitle" id="exceptions-nav-tab"
+ class="inactive-tab" tab-contents="exceptionsFilterTab"></span>
+ </div>
+
+ <!-- Passwords filter tab contents -->
+ <div id="passwordsFilterTab" class="subpages-tab-contents">
+ <section>
+ <div id="passwordsArea">
+ </div>
+ </section>
+ </div>
+
+ <!-- Exceptions filter tab contents -->
+ <div id="exceptionsFilterTab" class="subpages-tab-contents">
+ <section>
+ <div id="exceptionsArea">
+ </div>
+ </section>
+ </div>
</div>
« 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