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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_setup.html

Issue 588363002: WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDS_CANCEL change is in a different cl Created 6 years, 3 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
7 <link rel="stylesheet" href="mobile_setup.css"></link> 7 <link rel="stylesheet" href="mobile_setup.css"></link>
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/local_strings.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
11 <script src="chrome://resources/js/cr/ui/dialogs.js"></script> 11 <script src="chrome://resources/js/cr/ui/dialogs.js"></script>
12 <script src="mobile_setup.js"></script> 12 <script src="mobile_setup.js"></script>
13 </head> 13 </head>
14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
15 <div id="mainDiv" class="dialog-body"> 15 <div id="mainDiv" class="dialog-body">
16 <iframe class="hidden" id="paymentForm" name="paymentForm" frameborder="0"></i frame> 16 <iframe class="hidden" id="paymentForm" name="paymentForm" frameborder="0"></i frame>
17 <div id="systemStatus" class="overlay opaque-overlay hidden"> 17 <div id="systemStatus" class="overlay opaque-overlay hidden">
18 <div class="startup"> 18 <div class="startup">
19 <div id="banner"> 19 <div id="banner">
(...skipping 19 matching lines...) Expand all
39 <div class="logo"></div> 39 <div class="logo"></div>
40 <div class="button-strip"> 40 <div class="button-strip">
41 <button id="closeButton" 41 <button id="closeButton"
42 i18n-content="close_button" class="hidden"></button> 42 i18n-content="close_button" class="hidden"></button>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
46 </div> 46 </div>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/merge_session_load.html ('k') | chrome/browser/resources/chromeos/mobile_setup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698