OLD | NEW |
1 <div class="page hidden" id="advancedPage"> | 1 <div class="page hidden" id="advancedPage"> |
2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
5 <div> | 5 <div> |
6 <div> | 6 <div> |
7 <button id="privacyContentSettingsButton" | 7 <button id="privacyContentSettingsButton" |
8 i18n-content="privacyContentSettingsButton"></button> | 8 i18n-content="privacyContentSettingsButton"></button> |
9 <button id="privacyClearDataButton" | 9 <button id="privacyClearDataButton" |
10 i18n-content="privacyClearDataButton"></button> | 10 i18n-content="privacyClearDataButton"></button> |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 <option value="0">100%</option> | 88 <option value="0">100%</option> |
89 <option value="1">120%</option> | 89 <option value="1">120%</option> |
90 <option value="2">144%</option> | 90 <option value="2">144%</option> |
91 <option value="3">172%</option> | 91 <option value="3">172%</option> |
92 <option value="4">207%</option> | 92 <option value="4">207%</option> |
93 <option value="5">248%</option> | 93 <option value="5">248%</option> |
94 <option value="6">298%</option> | 94 <option value="6">298%</option> |
95 </select> | 95 </select> |
96 </label> | 96 </label> |
97 </div> | 97 </div> |
| 98 <if expr="not pp_ifdef('chromeos')"> |
| 99 <div> |
| 100 <button id="language-button" |
| 101 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 102 </div> |
| 103 </if> |
98 <if expr="os == 'win32'"> | 104 <if expr="os == 'win32'"> |
99 <div> | 105 <div> |
100 <label style="display:inline;"> | 106 <label style="display:inline;"> |
101 <span i18n-content="gearSettingsGroupName"></span> | 107 <span i18n-content="gearSettingsGroupName"></span> |
102 <button id="gearSettingsConfigureGearsButton" | 108 <button id="gearSettingsConfigureGearsButton" |
103 i18n-content="gearSettingsConfigureGearsButton"></button> | 109 i18n-content="gearSettingsConfigureGearsButton"></button> |
104 </label> | 110 </label> |
105 </div> | 111 </div> |
106 </if> | 112 </if> |
107 </div> | 113 </div> |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 i18n-content="remotingSetupButton" | 218 i18n-content="remotingSetupButton" |
213 style="display:none;"></button> | 219 style="display:none;"></button> |
214 <button id="remotingStopButton" | 220 <button id="remotingStopButton" |
215 i18n-content="remotingStopButton" | 221 i18n-content="remotingStopButton" |
216 style="display:none;"></button> | 222 style="display:none;"></button> |
217 </div> | 223 </div> |
218 </div> | 224 </div> |
219 </section> | 225 </section> |
220 </if> | 226 </if> |
221 </div> | 227 </div> |
OLD | NEW |