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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 <div class="checkbox"> | 47 <div class="checkbox"> |
48 <label> | 48 <label> |
49 <input type="checkbox" id="safe-search-checkbox" | 49 <input type="checkbox" id="safe-search-checkbox" |
50 pref="settings.force_safesearch"> | 50 pref="settings.force_safesearch"> |
51 <span for="safe-search-checkbox" | 51 <span for="safe-search-checkbox" |
52 i18n-content="enableSafeSearch"></span> | 52 i18n-content="enableSafeSearch"></span> |
53 </label> | 53 </label> |
54 </div> | 54 </div> |
55 <div class="checkbox"> | 55 <div class="checkbox"> |
56 <label> | 56 <label> |
57 <input id="disable-signin-checkbox" type="checkbox"> | 57 <input id="disable-signin-checkbox" type="checkbox" |
| 58 pref="profile.managed.no_signin"> |
58 <span for="disable-signin-checkbox" | 59 <span for="disable-signin-checkbox" |
59 i18n-content="disableProfileSignIn"></span> | 60 i18n-content="disableProfileSignIn"></span> |
60 </label> | 61 </label> |
61 </div> | 62 </div> |
62 <div class="checkbox"> | 63 <div class="checkbox"> |
63 <label> | 64 <label> |
64 <input id="disable-history-deletion-checkbox" type="checkbox"> | 65 <input id="disable-history-deletion-checkbox" type="checkbox"> |
65 <span for="disable-history-deletion-checkbox" | 66 <span for="disable-history-deletion-checkbox" |
66 i18n-content="disableHistoryDeletion"></span> | 67 i18n-content="disableHistoryDeletion"></span> |
67 </label> | 68 </label> |
68 </div> | 69 </div> |
69 <div class="checkbox"> | 70 <div class="checkbox"> |
70 <label> | 71 <label> |
71 <input id="use-passphrase-checkbox" type="checkbox"> | 72 <input id="use-passphrase-checkbox" type="checkbox"> |
72 <span for="use-passphrase-checkbox" | 73 <span for="use-passphrase-checkbox" |
73 i18n-content="usePassphrase"></span> | 74 i18n-content="usePassphrase"></span> |
74 </label> | 75 </label> |
75 <button id="set-passphrase" class="link-button" | 76 <button id="set-passphrase" class="link-button" |
76 i18n-content="setPassphrase"> | 77 i18n-content="setPassphrase"> |
77 </div> | 78 </div> |
78 </section> | 79 </section> |
79 </div> | 80 </div> |
80 <div class="action-area"> | 81 <div class="action-area"> |
81 <div class="button-strip"> | 82 <div class="button-strip"> |
82 <button id="managed-user-settings-confirm" type="submit" | 83 <button id="managed-user-settings-confirm" type="submit" |
83 i18n-content="ok"> | 84 i18n-content="ok"> |
84 </div> | 85 </div> |
85 </div> | 86 </div> |
86 </div> | 87 </div> |
OLD | NEW |