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="contentPacksTabLabel"></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" |
11 disabled> | 11 disabled> |
12 </button> | 12 </button> |
| 13 </button> |
| 14 <button id="manage-exceptions-button" i18n-content="manageExceptions"> |
| 15 </button> |
13 </div> | 16 </div> |
14 </section> | 17 </section> |
15 <!-- Content pack settings --> | 18 <!-- Content pack settings --> |
16 <section> | 19 <section> |
17 <h3 i18n-content="contentPackSettings"></h3> | 20 <h3 i18n-content="contentPackSettings"></h3> |
18 <div class="radio"> | 21 <div class="radio"> |
19 <label> | 22 <label> |
20 <input type="radio" name="contentpacks" value="0" | 23 <input type="radio" name="contentpacks" value="0" |
21 id="contentpacks-allow" | 24 id="contentpacks-allow" |
22 pref="profile.managed.default_filtering_behavior" dialog-pref> | 25 pref="profile.managed.default_filtering_behavior" dialog-pref> |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 <div class="button-strip"> | 92 <div class="button-strip"> |
90 <button id="managed-user-settings-cancel" type="submit" | 93 <button id="managed-user-settings-cancel" type="submit" |
91 i18n-content="cancel"> | 94 i18n-content="cancel"> |
92 </button> | 95 </button> |
93 <button id="managed-user-settings-confirm" type="submit" | 96 <button id="managed-user-settings-confirm" type="submit" |
94 i18n-content="ok"> | 97 i18n-content="ok"> |
95 </button> | 98 </button> |
96 </div> | 99 </div> |
97 </div> | 100 </div> |
98 </div> | 101 </div> |
OLD | NEW |