OLD | NEW |
---|---|
1 <if expr="chromeos"> | |
2 <link rel="import" href="../settings/people_page/lock_screen_constants.html"> | |
jdufault
2016/09/21 19:01:46
no indent
jdufault
2016/09/21 19:01:46
The href doesn't look like a valid URL?
Does this
sammiequon
2016/09/22 00:55:59
Done.
sammiequon
2016/09/22 00:55:59
Done.
| |
3 </if> | |
1 <div id="settings" class="page" hidden> | 4 <div id="settings" class="page" hidden> |
2 <header> | 5 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 6 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 7 </header> |
5 <include src="automatic_settings_reset_banner.html"> | 8 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 9 <if expr="chromeos"> |
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> |
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> | 11 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> |
9 <include src="secondary_user_banner.html"> | 12 <include src="secondary_user_banner.html"> |
10 <section id="network-section-cros"> | 13 <section id="network-section-cros"> |
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1118 </button> | 1121 </button> |
1119 </div> | 1122 </div> |
1120 </section> | 1123 </section> |
1121 </div> <!-- advanced-settings-container --> | 1124 </div> <!-- advanced-settings-container --> |
1122 </div> <!-- advanced-settings --> | 1125 </div> <!-- advanced-settings --> |
1123 <footer id="advanced-settings-footer"> | 1126 <footer id="advanced-settings-footer"> |
1124 <a is="action-link" id="advanced-settings-expander" | 1127 <a is="action-link" id="advanced-settings-expander" |
1125 i18n-content="showAdvancedSettings"></a> | 1128 i18n-content="showAdvancedSettings"></a> |
1126 </footer> | 1129 </footer> |
1127 </div> | 1130 </div> |
OLD | NEW |