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="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
7 <include src="secondary_user_banner.html"> | 7 <include src="secondary_user_banner.html"> |
8 <section> | 8 <section> |
9 <div id="network-section-header" class="section-header"> | 9 <div id="network-section-header" class="section-header"> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
185 <section id="sync-users-section" guest-visibility="hidden"> | 185 <section id="sync-users-section" guest-visibility="hidden"> |
186 <h3 i18n-content="sectionTitleUsers"></h3> | 186 <h3 i18n-content="sectionTitleUsers"></h3> |
187 <if expr="chromeos"> | 187 <if expr="chromeos"> |
188 <include src="sync_section.html"> | 188 <include src="sync_section.html"> |
189 </if> | 189 </if> |
190 <div id="profiles-section" hidden> | 190 <div id="profiles-section" hidden> |
191 <list id="profiles-list" class="settings-list" hidden></list> | 191 <list id="profiles-list" class="settings-list" hidden></list> |
192 <div id="profiles-single-message" class="settings-row" | 192 <div id="profiles-single-message" class="settings-row" |
193 i18n-content="profilesSingleUser"> | 193 i18n-content="profilesSingleUser"> |
194 </div> | 194 </div> |
195 <if expr="not chromeos"> | |
196 <div id="profiles-enable-guest" class="checkbox"> | |
197 <label> | |
198 <input id="profile-browser-guest-enable" | |
Evan Stade
2014/09/02 18:18:18
where is this id used?
Mike Lerman
2014/09/04 14:37:08
It's not. Removing.
| |
199 pref="profile.browser_guest_enabled" type="checkbox"> | |
200 <span i18n-content="profileBrowserGuestEnable"> | |
201 </span> | |
Evan Stade
2014/09/02 18:18:18
nit: can go on the line above
Mike Lerman
2014/09/04 14:37:08
Done.
| |
202 </label> | |
203 </div> | |
204 <div id="profiles-enable-add-person" class="checkbox"> | |
205 <label> | |
206 <input id="profile-add-person-enable" | |
Evan Stade
2014/09/02 18:18:18
where is this id used?
Mike Lerman
2014/09/04 14:37:08
Removed.
| |
207 pref="profile.add_person_enabled" type="checkbox"> | |
208 <span i18n-content="profileAddPersonEnable"> | |
209 </span> | |
Evan Stade
2014/09/02 18:18:18
nit: can go on the line above
Mike Lerman
2014/09/04 14:37:08
Done.
| |
210 </label> | |
211 </div> | |
212 </if> | |
195 <div id="profiles-buttons"> | 213 <div id="profiles-buttons"> |
196 <button id="profiles-create" i18n-content="profilesCreate"></button> | 214 <button id="profiles-create" i18n-content="profilesCreate"></button> |
197 <if expr="enable_settings_app"> | 215 <if expr="enable_settings_app"> |
198 <button id="profiles-app-list-switch" | 216 <button id="profiles-app-list-switch" |
199 i18n-content="profilesAppListSwitch" hidden> | 217 i18n-content="profilesAppListSwitch" hidden> |
200 </button> | 218 </button> |
201 </if> | 219 </if> |
202 <button id="profiles-manage" i18n-content="profilesManage" disabled> | 220 <button id="profiles-manage" i18n-content="profilesManage" disabled> |
203 </button> | 221 </button> |
204 <button id="profiles-delete" i18n-content="profilesDelete"></button> | 222 <button id="profiles-delete" i18n-content="profilesDelete"></button> |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
976 <button id="advanced-settings-expander" class="link-button" | 994 <button id="advanced-settings-expander" class="link-button" |
977 i18n-content="showAdvancedSettings"> | 995 i18n-content="showAdvancedSettings"> |
978 </button> | 996 </button> |
979 <if expr="chromeos"> | 997 <if expr="chromeos"> |
980 <button id="version-button" class="link-button" hidden | 998 <button id="version-button" class="link-button" hidden |
981 i18n-content="browserVersion"> | 999 i18n-content="browserVersion"> |
982 </button> | 1000 </button> |
983 </if> | 1001 </if> |
984 </footer> | 1002 </footer> |
985 </div> | 1003 </div> |
OLD | NEW |