OLD | NEW |
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
6 <if expr="not pp_ifdef('chromeos')"> | 6 <if expr="not pp_ifdef('chromeos')"> |
7 <include src="sync_section.html"> | 7 <include src="sync_section.html"> |
8 </if> | 8 </if> |
9 <if expr="pp_ifdef('chromeos')"> | 9 <if expr="pp_ifdef('chromeos')"> |
| 10 <include src="secondary_user_banner.html"> |
10 <section> | 11 <section> |
11 <h3 i18n-content="sectionTitleInternet"></h3> | 12 <div id="network-section-header" class="section-header"> |
| 13 <h3 i18n-content="sectionTitleInternet"></h3> |
| 14 <span class="controlled-setting-indicator"></span> |
| 15 </div> |
12 <div id="network-settings"> | 16 <div id="network-settings"> |
13 <list id="network-list"></list> | 17 <list id="network-list"></list> |
14 <div id="shared-proxies" class="checkbox"> | 18 <div id="shared-proxies" class="checkbox"> |
15 <label> | 19 <label> |
16 <input id="use-shared-proxies" type="checkbox" | 20 <input id="use-shared-proxies" type="checkbox" |
17 pref="settings.use_shared_proxies"> | 21 pref="settings.use_shared_proxies"> |
18 <span i18n-content="useSharedProxies"></span> | 22 <span i18n-content="useSharedProxies"></span> |
19 </label> | 23 </label> |
20 </div> | 24 </div> |
21 <div id="network-menus"></div> | 25 <div id="network-menus"></div> |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 </div> | 887 </div> |
884 </section> | 888 </section> |
885 </div> <!-- advanced-settings-container --> | 889 </div> <!-- advanced-settings-container --> |
886 </div> <!-- advanced-settings --> | 890 </div> <!-- advanced-settings --> |
887 <footer> | 891 <footer> |
888 <button id="advanced-settings-expander" class="link-button" | 892 <button id="advanced-settings-expander" class="link-button" |
889 i18n-content="showAdvancedSettings"> | 893 i18n-content="showAdvancedSettings"> |
890 </button> | 894 </button> |
891 </footer> | 895 </footer> |
892 </div> | 896 </div> |
OLD | NEW |