summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/passwords_exceptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/passwords_exceptions.html')
-rw-r--r--chrome/browser/resources/options/passwords_exceptions.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/chrome/browser/resources/options/passwords_exceptions.html b/chrome/browser/resources/options/passwords_exceptions.html
index 15df380..47a02f0 100644
--- a/chrome/browser/resources/options/passwords_exceptions.html
+++ b/chrome/browser/resources/options/passwords_exceptions.html
@@ -2,30 +2,32 @@
<h1>
<span i18n-content="personalPage"></span>
&gt;
- <span i18n-content="passwordsExceptionsTitle"></span>
+ <span i18n-content="savedPasswordsExceptionsTitle"></span>
</h1>
- <!-- Navigation tabls -->
+ <!-- Navigation tabs -->
<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>
+ class="inactive-tab" tab-contents="passwordsTab"></span>
+ <span i18n-content="passwordsExceptionsTabTitle"
+ id="passwords-exceptions-nav-tab"
+ class="inactive-tab" tab-contents="passwordsExceptionsTab"></span>
</div>
- <!-- Passwords filter tab contents -->
- <div id="passwordsFilterTab" class="subpages-tab-contents">
+ <!-- Passwords tab contents -->
+ <div id="passwordsTab" class="subpages-tab-contents">
<section>
+ <button id="trigger" i18n-content="passwordsTabTitle"></button>
<div id="passwordsArea">
- <ul id="autofillableLoginsList"></ul>
+ <list id="autofillableLoginsList"></list>
</div>
</section>
</div>
- <!-- Exceptions filter tab contents -->
- <div id="exceptionsFilterTab" class="subpages-tab-contents">
+ <!-- Exceptions tab contents -->
+ <div id="passwordsExceptionsTab" class="subpages-tab-contents">
<section>
- <div id="exceptionsArea">
+ <div id="passwordsExceptionsArea">
</div>
</section>
</div>