OLD | NEW |
1 <link rel="import" href="chrome://oobe/custom_elements.html"> | 1 <link rel="import" href="chrome://oobe/custom_elements.html"> |
2 <div class="step hidden" id="supervised-user-creation" hidden> | 2 <div class="step hidden" id="supervised-user-creation" hidden> |
3 <div class="step-contents"> | 3 <div class="step-contents"> |
4 <div id="supervised-user-creation-intro" class="step-no-logo"> | 4 <div id="supervised-user-creation-intro" class="step-no-logo"> |
5 <div id="supervised-user-creation-marketing-intro" | 5 <div id="supervised-user-creation-marketing-intro" |
6 class="marketing"> | 6 class="marketing"> |
7 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START" alt=""> | 7 <img src="chrome://theme/IDR_SUPERVISED_ILLUSTRATION_START" alt=""> |
8 </div> | 8 </div> |
9 <div class="below-marketing"> | 9 <div class="below-marketing"> |
10 <div class="page-title" | 10 <div class="page-title" |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 </div> | 151 </div> |
152 <div class="password-block" hidden> | 152 <div class="password-block" hidden> |
153 <input class="supervised-user-creation-manager-password" type="password" | 153 <input class="supervised-user-creation-manager-password" type="password" |
154 i18n-values="placeholder:createSupervisedUserManagerPasswordHint" /> | 154 i18n-values="placeholder:createSupervisedUserManagerPasswordHint" /> |
155 </div> | 155 </div> |
156 </div> | 156 </div> |
157 <div id="supervised-user-creation-import-template" hidden class="import-pod"> | 157 <div id="supervised-user-creation-import-template" hidden class="import-pod"> |
158 <img class="import-pod-image"></img> | 158 <img class="import-pod-image"></img> |
159 <div class="import-pod-name"></div> | 159 <div class="import-pod-name"></div> |
160 </div> | 160 </div> |
161 <button id="supervised-user-creation-close-button-item" is="gaia-icon-button" | 161 <gaia-icon-button id="supervised-user-creation-close-button-item" |
162 icon="close" i18n-values="aria-label:closeButton" tabindex="0"> | 162 icon="close" i18n-values="aria-label:closeButton"> |
163 </button> | 163 </gaia-icon-button> |
164 </div> | 164 </div> |
OLD | NEW |