Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/browser/resources/help/help_content.html

Issue 2540023002: Fix browser version string in RTL mode. (Closed)
Patch Set: Revert about_page.html changes, not needed anymore. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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" srcset="chrome://theme/current-channel-logo@1x 1x, 3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x,
4 chrome://theme/current-channel-logo@2x 2x" 4 chrome://theme/current-channel-logo@2x 2x"
5 alt=""> 5 alt="">
6 <div id="product-description"> 6 <div id="product-description">
7 <h2 i18n-content="aboutProductTitle"></h2> 7 <h2 i18n-content="aboutProductTitle"></h2>
8 <span i18n-content="aboutProductDescription"></span> 8 <span i18n-content="aboutProductDescription"></span>
9 </div> 9 </div>
10 </div> 10 </div>
11 <div id="help-container"> 11 <div id="help-container">
12 <button id="get-help" i18n-content="getHelpWithChrome"></button> 12 <button id="get-help" i18n-content="getHelpWithChrome"></button>
13 <if expr="_google_chrome"> 13 <if expr="_google_chrome">
14 <button id="report-issue" i18n-content="reportAnIssue"></button> 14 <button id="report-issue" i18n-content="reportAnIssue"></button>
15 </if> 15 </if>
16 </div> 16 </div>
17 <div id="version-container"> 17 <div id="version-container">
18 <div i18n-content="browserVersion" dir="ltr"></div> 18 <div>
19 <span i18n-content="browserVersion" dir="ltr"></span>
Dan Beam 2016/12/03 01:26:07 ^ still needed?
dpapad 2016/12/03 02:08:30 Yes, that is the old page (chrome://help), in whic
20 </div>
19 <if expr="chromeos"> 21 <if expr="chromeos">
20 <div> 22 <div>
21 <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span> 23 <span i18n-content="platform"></span>&nbsp;<span id="os-version"></span>
22 </div> 24 </div>
23 <div> 25 <div>
24 <span i18n-content="arcVersion"> 26 <span i18n-content="arcVersion">
25 </span>&nbsp;<span id="arc-version"></span> 27 </span>&nbsp;<span id="arc-version"></span>
26 </div> 28 </div>
27 <div> 29 <div>
28 <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span> 30 <span i18n-content="firmware"></span>&nbsp;<span id="firmware"></span>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <if expr="_google_chrome"> 127 <if expr="_google_chrome">
126 <div id="product-tos"></div> 128 <div id="product-tos"></div>
127 </if> 129 </if>
128 </div> 130 </div>
129 <if expr="chromeos"> 131 <if expr="chromeos">
130 <div id="regulatory-label-container" hidden> 132 <div id="regulatory-label-container" hidden>
131 <img id="regulatory-label"> 133 <img id="regulatory-label">
132 </div> 134 </div>
133 </if> 135 </if>
134 </div> 136 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698