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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview.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;" id="print-preview" class="focus-outline-v isible"> 2 <html id="print-preview" class="focus-outline-visible"
3 i18n-values="dir:textdirection;lang:language">
3 4
4 <head> 5 <head>
5 <meta charset="utf-8"> 6 <meta charset="utf-8">
6 <title id="document-title"></title> 7 <title id="document-title"></title>
7 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png"> 8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png">
8 9
9 <link rel="stylesheet" href="print_preview.css"> 10 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
12 <link rel="stylesheet" href="print_header.css"> 13 <link rel="stylesheet" href="print_header.css">
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 <include src="common/search_box.html"> 101 <include src="common/search_box.html">
101 <include src="previewarea/margin_control.html"> 102 <include src="previewarea/margin_control.html">
102 <include src="search/destination_list.html"> 103 <include src="search/destination_list.html">
103 <include src="search/destination_list_item.html"> 104 <include src="search/destination_list_item.html">
104 <include src="search/fedex_tos.html"> 105 <include src="search/fedex_tos.html">
105 106
106 <script src="chrome://resources/js/i18n_template2.js"></script> 107 <script src="chrome://resources/js/i18n_template2.js"></script>
107 </body> 108 </body>
108 109
109 </html> 110 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/predictors/predictors.html ('k') | chrome/browser/resources/profile_signin_confirmation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698