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 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 </div> | 110 </div> |
111 <div id="no-pointing-devices" i18n-content="noPointingDevices" | 111 <div id="no-pointing-devices" i18n-content="noPointingDevices" |
112 class="settings-row" hidden> | 112 class="settings-row" hidden> |
113 </div> | 113 </div> |
114 <div class="settings-row"> | 114 <div class="settings-row"> |
115 <button id="pointer-settings-button"> | 115 <button id="pointer-settings-button"> |
116 </button> | 116 </button> |
117 <button id="keyboard-settings-button" | 117 <button id="keyboard-settings-button" |
118 i18n-content="keyboardSettingsButtonTitle"> | 118 i18n-content="keyboardSettingsButtonTitle"> |
119 </button> | 119 </button> |
120 <!-- By default, the display settings are hidden. They are only visible | 120 <span id="display-options-section"> |
121 if more than one display is found. --> | |
122 <span id="display-options-section" hidden> | |
123 <button id="display-options" i18n-content="displayOptions"> | 121 <button id="display-options" i18n-content="displayOptions"> |
124 </button> | 122 </button> |
125 </span> | 123 </span> |
126 </div> | 124 </div> |
127 </div> | 125 </div> |
128 </section> | 126 </section> |
129 </if> | 127 </if> |
130 <section> | 128 <section> |
131 <h3 i18n-content="sectionTitleSearch"></h3> | 129 <h3 i18n-content="sectionTitleSearch"></h3> |
132 <div> | 130 <div> |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 </section> | 716 </section> |
719 </if> | 717 </if> |
720 </div> <!-- advanced-settings-container --> | 718 </div> <!-- advanced-settings-container --> |
721 </div> <!-- advanced-settings --> | 719 </div> <!-- advanced-settings --> |
722 <footer> | 720 <footer> |
723 <button id="advanced-settings-expander" class="link-button" | 721 <button id="advanced-settings-expander" class="link-button" |
724 i18n-content="showAdvancedSettings"> | 722 i18n-content="showAdvancedSettings"> |
725 </button> | 723 </button> |
726 </footer> | 724 </footer> |
727 </div> | 725 </div> |
OLD | NEW |