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

Side by Side Diff: chrome/browser/resources/feedback.html

Issue 10444043: rename chrome_shared2.css to chrome_shared.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"/> 4 <meta charset="utf-8"/>
5 <title i18n-content="page-title"></title> 5 <title i18n-content="page-title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
8 <link rel="stylesheet" href="feedback.css"> 8 <link rel="stylesheet" href="feedback.css">
9 9
10 <script src="chrome://resources/js/load_time_data.js"></script> 10 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://feedback/feedback.js"></script> 12 <script src="chrome://feedback/feedback.js"></script>
13 <script src="chrome://feedback/strings.js"></script> 13 <script src="chrome://feedback/strings.js"></script>
14 </head> 14 </head>
15 <body id="feedback-page" 15 <body id="feedback-page"
16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
17 <h1 i18n-content="title"></h1> 17 <h1 i18n-content="title"></h1>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <!-- Buttons --> 76 <!-- Buttons -->
77 <input id="send-report-button" type="submit" 77 <input id="send-report-button" type="submit"
78 class="feedback-button" i18n-values="value:send-report"> 78 class="feedback-button" i18n-values="value:send-report">
79 <input id="cancel-button" type="submit" 79 <input id="cancel-button" type="submit"
80 class="feedback-button" i18n-values="value:cancel"> 80 class="feedback-button" i18n-values="value:cancel">
81 </div> 81 </div>
82 </div> 82 </div>
83 <script src="chrome://resources/js/i18n_template2.js"></script> 83 <script src="chrome://resources/js/i18n_template2.js"></script>
84 </body> 84 </body>
85 </html> 85 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extensions.html ('k') | chrome/browser/resources/help/help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698