OLD | NEW |
1 <div id="managed-user-settings-page" class="page" hidden> | 1 <div id="managed-user-settings-page" class="page" hidden> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 i18n-content="managedUserSettingsPage"></h1> | 3 <h1 i18n-content="managedUserSettingsPage"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <!-- Content pack area --> | 5 <!-- Content pack area --> |
6 <section> | 6 <section> |
7 <h3 i18n-content="installedContentPacks"></h3> | 7 <h3 i18n-content="installedContentPacks"></h3> |
8 <list id="content-packs-list"></list> | 8 <list id="content-packs-list"></list> |
9 <div class="settings-row"> | 9 <div class="settings-row"> |
10 <button id="get-content-packs-button" i18n-content="getContentPacks"> | 10 <button id="get-content-packs-button" i18n-content="getContentPacks"> |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 <span for="use-passphrase-checkbox" | 73 <span for="use-passphrase-checkbox" |
74 i18n-content="usePassphrase"></span> | 74 i18n-content="usePassphrase"></span> |
75 </label> | 75 </label> |
76 <button id="set-passphrase" class="link-button" | 76 <button id="set-passphrase" class="link-button" |
77 i18n-content="setPassphrase"> | 77 i18n-content="setPassphrase"> |
78 </div> | 78 </div> |
79 </section> | 79 </section> |
80 </div> | 80 </div> |
81 <div class="action-area"> | 81 <div class="action-area"> |
82 <div class="button-strip"> | 82 <div class="button-strip"> |
| 83 <button id="unlock-settings" i18n-content="unlockSettings"> |
83 <button id="managed-user-settings-cancel" type="submit" | 84 <button id="managed-user-settings-cancel" type="submit" |
84 i18n-content="cancel"> | 85 i18n-content="cancel"> |
85 <button id="managed-user-settings-confirm" type="submit" | 86 <button id="managed-user-settings-confirm" type="submit" |
86 i18n-content="ok"> | 87 i18n-content="ok"> |
87 </div> | 88 </div> |
88 </div> | 89 </div> |
89 </div> | 90 </div> |
OLD | NEW |