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

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

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="setTimeTitle"></title> 5 <title i18n-content="setTimeTitle"></title>
6 6
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
8 <link rel="stylesheet" href="set_time.css"> 8 <link rel="stylesheet" href="set_time.css">
9 </head> 9 </head>
10 10
11 <body> 11 <body>
12 <form id="set-time"> 12 <form id="set-time">
(...skipping 17 matching lines...) Expand all
30 </form> 30 </form>
31 31
32 <script src="chrome://resources/js/cr.js"></script> 32 <script src="chrome://resources/js/cr.js"></script>
33 <script src="chrome://resources/js/load_time_data.js"></script> 33 <script src="chrome://resources/js/load_time_data.js"></script>
34 <script src="chrome://resources/js/util.js"></script> 34 <script src="chrome://resources/js/util.js"></script>
35 <script src="strings.js"></script> 35 <script src="strings.js"></script>
36 <script src="set_time.js"></script> 36 <script src="set_time.js"></script>
37 <script src="chrome://resources/js/i18n_template2.js"></script> 37 <script src="chrome://resources/js/i18n_template2.js"></script>
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/proxy_settings.html ('k') | chrome/browser/resources/chromeos/sim_unlock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698