| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 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> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 <button id="srt-decline-button" class="white-button" | 32 <button id="srt-decline-button" class="white-button" |
| 33 i18n-content="srtPromptDeclineButton"> | 33 i18n-content="srtPromptDeclineButton"> |
| 34 </button> | 34 </button> |
| 35 <button id="srt-accept-button" class="blue-button" | 35 <button id="srt-accept-button" class="blue-button" |
| 36 i18n-content="srtPromptAcceptButton"> | 36 i18n-content="srtPromptAcceptButton"> |
| 37 </button> | 37 </button> |
| 38 </div> | 38 </div> |
| 39 </div> | 39 </div> |
| 40 <div id="content-pane" class="content"> | 40 <div id="content-pane" class="content"> |
| 41 <textarea id="description-text" aria-labelledby="title-bar"></textarea> | 41 <textarea id="description-text" aria-labelledby="title-bar"></textarea> |
| 42 <div> |
| 43 <p id="additional-info-label" i18n-content="additionalInfo"><p> |
| 44 </div> |
| 42 <div id="page-url" class="text-field-container"> | 45 <div id="page-url" class="text-field-container"> |
| 43 <label id="page-url-label" i18n-content="page-url"></label> | 46 <label id="page-url-label" i18n-content="page-url"></label> |
| 44 <input id="page-url-text" aria-labelledby="page-url-label" type="text"> | 47 <input id="page-url-text" aria-labelledby="page-url-label" type="text"> |
| 45 </div> | 48 </div> |
| 46 <!-- User e-mail --> | 49 <!-- User e-mail --> |
| 47 <div id="user-email" class="text-field-container"> | 50 <div id="user-email" class="text-field-container"> |
| 48 <label id="user-email-label" i18n-content="user-email"></label> | 51 <label id="user-email-label" i18n-content="user-email"></label> |
| 49 <input id="user-email-text" aria-labelledby="user-email-label" type="text"
> | 52 <input id="user-email-text" aria-labelledby="user-email-label" type="text"
> |
| 50 </div> | 53 </div> |
| 51 <!-- Attach a file --> | 54 <!-- Attach a file --> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 <button id="cancel-button" type="submit" | 90 <button id="cancel-button" type="submit" |
| 88 class="white-button" i18n-content="cancel"> | 91 class="white-button" i18n-content="cancel"> |
| 89 </button> | 92 </button> |
| 90 <button id="send-report-button" type="submit" | 93 <button id="send-report-button" type="submit" |
| 91 class="blue-button" i18n-content="send-report"> | 94 class="blue-button" i18n-content="send-report"> |
| 92 </button> | 95 </button> |
| 93 </div> | 96 </div> |
| 94 </div> | 97 </div> |
| 95 </body> | 98 </body> |
| 96 </html> | 99 </html> |
| OLD | NEW |