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

Side by Side Diff: chrome/browser/resources/chromeos/sim_unlock.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="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
8 <link rel="stylesheet" href="mobile_dialogs.css"> 8 <link rel="stylesheet" href="mobile_dialogs.css">
9 <link rel="stylesheet" href="sim_unlock.css"> 9 <link rel="stylesheet" href="sim_unlock.css">
10 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
11 <script src="chrome://resources/js/cr/event_target.js"></script> 11 <script src="chrome://resources/js/cr/event_target.js"></script>
12 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 </div> 134 </div>
135 <div id="disabled-sim-action-area" class="action-area"> 135 <div id="disabled-sim-action-area" class="action-area">
136 <div class="button-strip"> 136 <div class="button-strip">
137 <button id="sim-disabled-confirm" i18n-content="ok"></button> 137 <button id="sim-disabled-confirm" i18n-content="ok"></button>
138 </div> 138 </div>
139 </div> 139 </div>
140 </div> 140 </div>
141 </div> 141 </div>
142 </body> 142 </body>
143 </html> 143 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/set_time.html ('k') | chrome/browser/resources/chromeos/slow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698