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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 <button id="cloudPrintProxyManageButton" | 198 <button id="cloudPrintProxyManageButton" |
199 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 199 i18n-content="cloudPrintProxyEnabledManageButton"></button> |
200 </div> | 200 </div> |
201 </div> | 201 </div> |
202 </section> | 202 </section> |
203 </if> | 203 </if> |
204 <if expr="pp_ifdef('remoting') and not pp_ifdef('chromeos')"> | 204 <if expr="pp_ifdef('remoting') and not pp_ifdef('chromeos')"> |
205 <section id="remoting-section"> | 205 <section id="remoting-section"> |
206 <h3 i18n-content="advancedSectionTitleRemoting"></h3> | 206 <h3 i18n-content="advancedSectionTitleRemoting"></h3> |
207 <div> | 207 <div> |
208 <button id="remotingSetupButton" | 208 <div id="remotingStatus" class="section-text"></div> |
209 i18n-content="remotingSetupButton"></button> | 209 <div> |
| 210 <button id="remotingSetupButton" |
| 211 i18n-content="remotingSetupButton" |
| 212 style="display:none;"></button> |
| 213 <button id="remotingStopButton" |
| 214 i18n-content="remotingStopButton" |
| 215 style="display:none;"></button> |
| 216 </div> |
210 </div> | 217 </div> |
211 </section> | 218 </section> |
212 </if> | 219 </if> |
213 </div> | 220 </div> |
OLD | NEW |