| OLD | NEW |
| 1 <div class="content-area"> | 1 <div class="content-area"> |
| 2 <div id="about-container"> | 2 <div id="about-container"> |
| 3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> | 3 <img id="product-logo" src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> |
| 4 <div id="product-description"> | 4 <div id="product-description"> |
| 5 <h2 i18n-content="aboutProductTitle"></h2> | 5 <h2 i18n-content="aboutProductTitle"></h2> |
| 6 <span i18n-content="aboutProductDescription"></span> | 6 <span i18n-content="aboutProductDescription"></span> |
| 7 </div> | 7 </div> |
| 8 </div> | 8 </div> |
| 9 <div id="help-container"> | 9 <div id="help-container"> |
| 10 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 10 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
| 11 <if expr="_google_chrome"> | 11 <if expr="_google_chrome"> |
| 12 <button id="report-issue" i18n-content="reportAnIssue"></button> | 12 <button id="report-issue" i18n-content="reportAnIssue"></button> |
| 13 </if> | 13 </if> |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <div i18n-content="productCopyright"></div> | 106 <div i18n-content="productCopyright"></div> |
| 107 <div id="product-license"></div> | 107 <div id="product-license"></div> |
| 108 <if expr="chromeos"> | 108 <if expr="chromeos"> |
| 109 <div id="product-os-license"></div> | 109 <div id="product-os-license"></div> |
| 110 </if> | 110 </if> |
| 111 <if expr="_google_chrome"> | 111 <if expr="_google_chrome"> |
| 112 <div id="product-tos"></div> | 112 <div id="product-tos"></div> |
| 113 </if> | 113 </if> |
| 114 </div> | 114 </div> |
| 115 </div> | 115 </div> |
| OLD | NEW |