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

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

Issue 6990026: WebUI: Add password manager search feature. Also add tooltips for the URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <div id="password-manager" class="page hidden"> 1 <div id="password-manager" class="page hidden">
2 <h1 i18n-content="passwordsPage"></h1> 2 <h1 i18n-content="passwordsPage"></h1>
3 <h3 i18n-content="savedPasswordsTitle"></h3> 3 <div id="password-list-headers">
4 <div id="passwords-title">
5 <h3 i18n-content="savedPasswordsTitle"></h3>
6 </div>
7 <div id="password-search-column">
8 <input id="password-search-box" type="search"
9 placeholder=" Search passwords" incremental
10 results="10" autosave="org.chromium.options.passwords.search">
11 </div>
12 </div>
4 <list id="saved-passwords-list" class="settings-list"></list> 13 <list id="saved-passwords-list" class="settings-list"></list>
5 <div id="saved-passwords-list-empty-placeholder" 14 <div id="saved-passwords-list-empty-placeholder"
6 class="settings-list-empty" hidden> 15 class="settings-list-empty" hidden>
7 <span i18n-content="passwordsNoPasswordsDescription"></span> 16 <span i18n-content="passwordsNoPasswordsDescription"></span>
8 <a target="_blank" i18n-content="learnMore" 17 <a target="_blank" i18n-content="learnMore"
9 i18n-values="href:passwordManagerLearnMoreURL"></a> 18 i18n-values="href:passwordManagerLearnMoreURL"></a>
10 </div> 19 </div>
11 <h3 i18n-content="passwordExceptionsTitle"></h3> 20 <h3 i18n-content="passwordExceptionsTitle"></h3>
12 <list id="password-exceptions-list" class="settings-list"></list> 21 <list id="password-exceptions-list" class="settings-list"></list>
13 <div id="password-exceptions-list-empty-placeholder" hidden 22 <div id="password-exceptions-list-empty-placeholder" hidden
14 class="settings-list-empty"> 23 class="settings-list-empty">
15 <span i18n-content="passwordsNoExceptionsDescription"></span> 24 <span i18n-content="passwordsNoExceptionsDescription"></span>
16 <a target="_blank" i18n-content="learnMore" 25 <a target="_blank" i18n-content="learnMore"
17 i18n-values="href:passwordManagerLearnMoreURL"></a> 26 i18n-values="href:passwordManagerLearnMoreURL"></a>
18 </div> 27 </div>
19 </div> 28 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/password_manager.css ('k') | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698