| 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 10 matching lines...) Expand all Loading... |
| 21 <span class="topbutton-bar"> | 21 <span class="topbutton-bar"> |
| 22 <button class="minimize-button" id="minimize-button" tabindex="-1"> | 22 <button class="minimize-button" id="minimize-button" tabindex="-1"> |
| 23 </button> | 23 </button> |
| 24 <button class="close-button" id="close-button" tabindex="-1"> | 24 <button class="close-button" id="close-button" tabindex="-1"> |
| 25 </button> | 25 </button> |
| 26 </span> | 26 </span> |
| 27 </div> | 27 </div> |
| 28 <div id="srt-prompt" class="content"> | 28 <div id="srt-prompt" class="content"> |
| 29 <img src="../../../../../components/resources/sadtab.svg" class="srt-image"> | 29 <img src="../../../../../components/resources/sadtab.svg" class="srt-image"> |
| 30 <p i18n-content="srtPromptBody" class="srt-body"></p> | 30 <p i18n-content="srtPromptBody" class="srt-body"></p> |
| 31 <div class="buttons-pane"> | 31 <div class="buttons-pane top-buttons"> |
| 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> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 <button id="cancel-button" type="submit" | 90 <button id="cancel-button" type="submit" |
| 91 class="white-button" i18n-content="cancel"> | 91 class="white-button" i18n-content="cancel"> |
| 92 </button> | 92 </button> |
| 93 <button id="send-report-button" type="submit" | 93 <button id="send-report-button" type="submit" |
| 94 class="blue-button" i18n-content="send-report"> | 94 class="blue-button" i18n-content="send-report"> |
| 95 </button> | 95 </button> |
| 96 </div> | 96 </div> |
| 97 </div> | 97 </div> |
| 98 </body> | 98 </body> |
| 99 </html> | 99 </html> |
| OLD | NEW |