| Index: chrome/browser/resources/options2/password_manager.html
|
| diff --git a/chrome/browser/resources/options2/password_manager.html b/chrome/browser/resources/options2/password_manager.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..333042f78b2d1169778bf9e87c6bae159485f3ef
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options2/password_manager.html
|
| @@ -0,0 +1,28 @@
|
| +<div id="password-manager" class="page" hidden>
|
| + <h1 i18n-content="passwordsPage"></h1>
|
| + <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
|
| + results="10" autosave="org.chromium.options.passwords.search">
|
| + </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>
|
|
|