Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <title i18n-content="dialogTitle"></title> | |
| 6 <script src="chrome://resources/js/cr.js"></script> | |
| 7 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 8 <script src="chrome://resources/js/util.js"></script> | |
| 9 <script src="strings.js"></script> | |
| 10 <script src="profile_signin_confirmation.js"></script> | |
| 11 </head> | |
| 12 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | |
| 13 <h1 i18n-content="dialogTitle"></h1> | |
| 14 <p id="dialog-message"></p> | |
| 15 <a i18n-content="learnMoreText" | |
| 16 href="http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1331549" | |
|
James Hawkins
2013/02/13 21:41:31
nit: Indentation must be 4 spaces in.
dconnelly
2013/02/14 08:56:05
Done.
| |
| 17 target="_blank"></a> | |
|
James Hawkins
2013/02/13 21:41:31
nit: Closing tag of a wrapped element must be on a
dconnelly
2013/02/14 08:56:05
Done.
| |
| 18 <p id="dialog-prompt"></p> | |
| 19 <button id="create-button" i18n-content="createProfileButtonText"></button> | |
| 20 <button id="continue-button" i18n-content="continueButtonText"></button> | |
| 21 <button id="cancel-button" i18n-content="cancelButtonText"></button> | |
| 22 <script src="chrome://resources/js/i18n_template2.js"></script> | |
|
James Hawkins
2013/02/13 21:41:31
You moved it back. What is the reason?
dconnelly
2013/02/14 08:56:05
Added a comment.
| |
| 23 </body> | |
| 24 </html> | |
| OLD | NEW |