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

Side by Side Diff: chrome/browser/resources/chromeos/certificate_manager_dialog.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;highlight:highlightStrength"> 2 <html i18n-values="dir:textdirection;lang:language;highlight:highlightStrength">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 7 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 8 <link rel="stylesheet" href="chrome://resources/css/tree.css">
9 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 9 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
10 <link rel="stylesheet" href="../options/options_page.css"> 10 <link rel="stylesheet" href="../options/options_page.css">
11 <link rel="stylesheet" href="../options/certificate_manager.css"> 11 <link rel="stylesheet" href="../options/certificate_manager.css">
12 <link rel="stylesheet" href="../options/alert_overlay.css"> 12 <link rel="stylesheet" href="../options/alert_overlay.css">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <include src="../options/alert_overlay.html"> 53 <include src="../options/alert_overlay.html">
54 <include src="../options/certificate_restore_overlay.html"> 54 <include src="../options/certificate_restore_overlay.html">
55 <include src="../options/certificate_backup_overlay.html"> 55 <include src="../options/certificate_backup_overlay.html">
56 <include src="../options/certificate_edit_ca_trust_overlay.html"> 56 <include src="../options/certificate_edit_ca_trust_overlay.html">
57 <include src="../options/certificate_import_error_overlay.html"> 57 <include src="../options/certificate_import_error_overlay.html">
58 </div> 58 </div>
59 <div id="page-container" hidden></div> 59 <div id="page-container" hidden></div>
60 <script src="chrome://resources/js/i18n_template2.js"></script> 60 <script src="chrome://resources/js/i18n_template2.js"></script>
61 </body> 61 </body>
62 </html> 62 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698