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

Side by Side Diff: chrome/browser/resources/profile_signin_confirmation.html

Issue 12221111: Add a modal confirmation dialog to the enterprise profile sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright header Created 7 years, 10 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
(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=133154 9"
17 target="_blank">
18 </a>
19 <p id="dialog-prompt"></p>
20 <button id="create-button" i18n-content="createProfileButtonText"></button>
21 <button id="continue-button" i18n-content="continueButtonText"></button>
22 <button id="cancel-button" i18n-content="cancelButtonText"></button>
23
24 <!-- Must be last in the DOM: processes elements and inserts i18n strings -->
25 <script src="chrome://resources/js/i18n_template2.js"></script>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/profile_signin_confirmation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698