OLD | NEW |
1 <div class="content-area"> | 1 <div class="content-area"> |
2 <div id="about-container"> | 2 <div id="about-container"> |
3 <img id="product-logo" src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> | 3 <img id="product-logo" src="chrome://help-frame/current-channel-logo" |
| 4 alt=""> |
4 <div id="product-description"> | 5 <div id="product-description"> |
5 <h2 i18n-content="aboutProductTitle"></h2> | 6 <h2 i18n-content="aboutProductTitle"></h2> |
6 <span i18n-content="aboutProductDescription"></span> | 7 <span i18n-content="aboutProductDescription"></span> |
7 </div> | 8 </div> |
8 </div> | 9 </div> |
9 <div id="help-container"> | 10 <div id="help-container"> |
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 11 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
11 <if expr="_google_chrome"> | 12 <if expr="_google_chrome"> |
12 <button id="report-issue" i18n-content="reportAnIssue"></button> | 13 <button id="report-issue" i18n-content="reportAnIssue"></button> |
13 </if> | 14 </if> |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 <if expr="_google_chrome"> | 110 <if expr="_google_chrome"> |
110 <div id="product-tos"></div> | 111 <div id="product-tos"></div> |
111 </if> | 112 </if> |
112 </div> | 113 </div> |
113 <if expr="chromeos"> | 114 <if expr="chromeos"> |
114 <div id="regulatory-label-container" hidden> | 115 <div id="regulatory-label-container" hidden> |
115 <img id="regulatory-label"> | 116 <img id="regulatory-label"> |
116 </div> | 117 </div> |
117 </if> | 118 </if> |
118 </div> | 119 </div> |
OLD | NEW |