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. --> | |
James Hawkins
2013/05/15 21:55:33
Why is this no longer true?
Jun Mukai
2013/05/16 00:04:15
This was true because display-options is the setti
| |
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
724 </button> | 722 </button> |
725 </section> | 723 </section> |
726 </div> <!-- advanced-settings-container --> | 724 </div> <!-- advanced-settings-container --> |
727 </div> <!-- advanced-settings --> | 725 </div> <!-- advanced-settings --> |
728 <footer> | 726 <footer> |
729 <button id="advanced-settings-expander" class="link-button" | 727 <button id="advanced-settings-expander" class="link-button" |
730 i18n-content="showAdvancedSettings"> | 728 i18n-content="showAdvancedSettings"> |
731 </button> | 729 </button> |
732 </footer> | 730 </footer> |
733 </div> | 731 </div> |
OLD | NEW |