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

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

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate comments from xiyuan@ Created 4 years, 5 months 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>
(...skipping 27 matching lines...) Expand all
38 <div id="update-obsolete-system-container" hidden> 38 <div id="update-obsolete-system-container" hidden>
39 <span id="update-obsolete-system" 39 <span id="update-obsolete-system"
40 i18n-content="updateObsoleteSystem"></span> 40 i18n-content="updateObsoleteSystem"></span>
41 <a i18n-values="href:updateObsoleteSystemURL" 41 <a i18n-values="href:updateObsoleteSystemURL"
42 i18n-content="learnMore" target="_blank"></a> 42 i18n-content="learnMore" target="_blank"></a>
43 </div> 43 </div>
44 </if> 44 </if>
45 <div id="allowed-connection-types-message" hidden></div> 45 <div id="allowed-connection-types-message" hidden></div>
46 </div> 46 </div>
47 </div> 47 </div>
48 <if expr="chromeos">
49 <div id="eol-status-container" hidden>
50 <div id="eol-status-icon" class="help-page-icon"></div>
51 <div id="eol-status-message-container">
52 <div id="eol-message"></div>
53 <div id="eol-learnMore" i18n-content="eolLearnMore"></div>
54 </div>
55 </div>
56 </if>
48 <div id="update-buttons-container"> 57 <div id="update-buttons-container">
49 <div id="update-percentage" hidden></div> 58 <div id="update-percentage" hidden></div>
50 <if expr="is_macosx"> 59 <if expr="is_macosx">
51 <button id="promote" i18n-content="promote" hidden></button> 60 <button id="promote" i18n-content="promote" hidden></button>
52 </if> 61 </if>
53 <button id="relaunch" i18n-content="relaunch" hidden></button> 62 <button id="relaunch" i18n-content="relaunch" hidden></button>
54 <if expr="chromeos"> 63 <if expr="chromeos">
55 <div id ="eol-message" hidden></div>
56 <button id="relaunch-and-powerwash" 64 <button id="relaunch-and-powerwash"
57 i18n-content="relaunchAndPowerwash" hidden> 65 i18n-content="relaunchAndPowerwash" hidden>
58 </button> 66 </button>
59 <button id="request-update" i18n-content="updateButton"> 67 <button id="request-update" i18n-content="updateButton">
60 </button> 68 </button>
61 <div id="controlled-feature-icon" class="help-page-icon" hidden></div> 69 <div id="controlled-feature-icon" class="help-page-icon" hidden></div>
62 </if> 70 </if>
63 </div> 71 </div>
64 </if> 72 </if>
65 <if expr="chromeos"> 73 <if expr="chromeos">
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <if expr="_google_chrome"> 129 <if expr="_google_chrome">
122 <div id="product-tos"></div> 130 <div id="product-tos"></div>
123 </if> 131 </if>
124 </div> 132 </div>
125 <if expr="chromeos"> 133 <if expr="chromeos">
126 <div id="regulatory-label-container" hidden> 134 <div id="regulatory-label-container" hidden>
127 <img id="regulatory-label"> 135 <img id="regulatory-label">
128 </div> 136 </div>
129 </if> 137 </if>
130 </div> 138 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698