summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/password_manager.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/password_manager.html')
-rw-r--r--chrome/browser/resources/options/password_manager.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/password_manager.html b/chrome/browser/resources/options/password_manager.html
new file mode 100644
index 0000000..656e786
--- /dev/null
+++ b/chrome/browser/resources/options/password_manager.html
@@ -0,0 +1,35 @@
+<div id="password-manager" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="passwordsPage"></h1>
+ <div class="content-area">
+ <div id="password-list-headers">
+ <div id="passwords-title">
+ <h3 i18n-content="savedPasswordsTitle"></h3>
+ </div>
+ <div id="password-search-column">
+ <input id="password-search-box" type="search"
+ i18n-values="placeholder:passwordSearchPlaceholder" incremental>
+ </div>
+ </div>
+ <list id="saved-passwords-list" class="settings-list"></list>
+ <div id="saved-passwords-list-empty-placeholder"
+ class="settings-list-empty" hidden>
+ <span i18n-content="passwordsNoPasswordsDescription"></span>
+ <a target="_blank" i18n-content="learnMore"
+ i18n-values="href:passwordManagerLearnMoreURL"></a>
+ </div>
+ <h3 i18n-content="passwordExceptionsTitle"></h3>
+ <list id="password-exceptions-list" class="settings-list"></list>
+ <div id="password-exceptions-list-empty-placeholder" hidden
+ class="settings-list-empty">
+ <span i18n-content="passwordsNoExceptionsDescription"></span>
+ <a target="_blank" i18n-content="learnMore"
+ i18n-values="href:passwordManagerLearnMoreURL"></a>
+ </div>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="password-manager-confirm" i18n-content="ok"></button>
+ </div>
+ </div>
+</div>