OLD | NEW |
1 <div class="step hidden" id="managed-user-creation"> | 1 <div class="step hidden" id="managed-user-creation"> |
2 <div class="step-contents"> | 2 <div class="step-contents"> |
3 <div id="managed-user-creation-intro" class="step-no-logo"> | 3 <div id="managed-user-creation-intro" class="step-no-logo"> |
4 <div id="managed-user-creation-marketing-intro" | 4 <div id="managed-user-creation-marketing-intro" |
5 class="marketing"> | 5 class="marketing"> |
6 Marketing placeholder. | 6 Marketing placeholder. |
7 </div> | 7 </div> |
8 <div class="below-marketing"> | 8 <div class="below-marketing"> |
9 <div i18n-content="createManagedUserIntroText1"></div> | 9 <div i18n-content="createManagedUserIntroText1"></div> |
10 <div> | 10 <div> |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 </div> | 63 </div> |
64 </div> | 64 </div> |
65 </div> | 65 </div> |
66 <div id="managed-user-creation-created-1" class="step-no-logo" hidden> | 66 <div id="managed-user-creation-created-1" class="step-no-logo" hidden> |
67 <div class="marketing"> | 67 <div class="marketing"> |
68 </div> | 68 </div> |
69 <div class="below-marketing"> | 69 <div class="below-marketing"> |
70 <div> | 70 <div> |
71 <div id="managed-user-creation-created-1-text-1" | 71 <div id="managed-user-creation-created-1-text-1" |
72 class="page-title centred"></div> | 72 class="page-title centred"></div> |
73 <div i18n-content="createManagedUserCreated1Text2" | 73 <div id="managed-user-creation-created-1-text-2" |
74 class="page-title centred"></div> | 74 class="page-title centred"></div> |
75 <div id="managed-user-creation-created-1-text-3" | 75 <div id="managed-user-creation-created-1-text-3" |
76 class="page-title-explanation centred"></div> | 76 class="page-title-explanation centred"></div> |
77 </div> | 77 </div> |
78 </div> | 78 </div> |
79 <div class="progress-dots"> | 79 <div class="progress-dots"> |
80 <div class="dot-on"></div> | 80 <div class="dot-on"></div> |
81 <div class="dot-off"></div> | 81 <div class="dot-off"></div> |
82 <div class="dot-off"></div> | 82 <div class="dot-off"></div> |
83 </div> | 83 </div> |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 </div> | 150 </div> |
151 <div class="password-block" hidden> | 151 <div class="password-block" hidden> |
152 <input class="managed-user-creation-manager-password" type="password" | 152 <input class="managed-user-creation-manager-password" type="password" |
153 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> | 153 i18n-values="placeholder:createManagedUserManagerPasswordHint" /> |
154 <span class="managed-user-creation-manager-wrong-password" | 154 <span class="managed-user-creation-manager-wrong-password" |
155 i18n-content="createManagedUserWrongManagerPasswordText" | 155 i18n-content="createManagedUserWrongManagerPasswordText" |
156 hidden /> | 156 hidden /> |
157 </div> | 157 </div> |
158 </div> | 158 </div> |
159 </div> | 159 </div> |
OLD | NEW |