| OLD | NEW |
| 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 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> | 6 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> |
| 7 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li
nk> | 7 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li
nk> |
| 8 <link rel="stylesheet" href="../css/feedback.css"> | 8 <link rel="stylesheet" href="../css/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/i18n_template_no_process.js"></script> | 11 <script src="chrome://resources/js/i18n_template_no_process.js"></script> |
| 12 <script src="chrome://resources/js/util.js"></script> | 12 <script src="chrome://resources/js/util.js"></script> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 <button id="cancel-button" type="submit" | 74 <button id="cancel-button" type="submit" |
| 75 class="white-button" i18n-content="cancel"> | 75 class="white-button" i18n-content="cancel"> |
| 76 </button> | 76 </button> |
| 77 <button id="send-report-button" type="submit" | 77 <button id="send-report-button" type="submit" |
| 78 class="blue-button" i18n-content="send-report"> | 78 class="blue-button" i18n-content="send-report"> |
| 79 </button> | 79 </button> |
| 80 </div> | 80 </div> |
| 81 </div> | 81 </div> |
| 82 </body> | 82 </body> |
| 83 </html> | 83 </html> |
| OLD | NEW |