Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="managed-user-set-passphrase-overlay" class="page" hidden> | |
|
Pam (message me for reviews)
2013/01/07 14:51:49
Needs a license header
Bernhard Bauer
2013/01/08 17:43:14
Ping.
| |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="setPassphraseTitle"></h1> | |
| 4 <div class="content-area"> | |
| 5 <div> | |
| 6 <span i18n-content="setPassphraseInstructions"></span> | |
| 7 </div> | |
| 8 <div class="managed-user-passphrase-container"> | |
| 9 <input id="passphrase-foo" type="password" align="center" | |
| 10 placeholder="Passphrase"> | |
|
Bernhard Bauer
2013/01/07 14:20:22
You're showing a non-internationalized string here
| |
| 11 </div> | |
| 12 <div class="managed-user-passphrase-container"> | |
| 13 <input id="passphrase-confirm" type="password" align="center" | |
| 14 placeholder="Confirm passphrase"> | |
| 15 </div> | |
| 16 <div> | |
| 17 <button id="save-passphrase" i18n-content="savePassphrase"></button> | |
| 18 </div> | |
| 19 </div> | |
| 20 </div> | |
| OLD | NEW |