OLD | NEW |
1 <div id="autofill-options" class="page" hidden> | 1 <div id="autofill-options" class="page" hidden> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 i18n-content="autofillOptionsPage"></h1> | 3 <h1 i18n-content="autofillOptionsPage"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <if expr="is_macosx"> | 5 <if expr="is_macosx"> |
6 <div class="checkbox"> | 6 <div class="checkbox"> |
7 <label> | 7 <label> |
8 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" | 8 <input pref="autofill.use_mac_address_book" type="checkbox" |
| 9 id="autofill-use-mac-address-book-checkbox" |
9 metric="Options_AutofillAuxiliaryProfiles"> | 10 metric="Options_AutofillAuxiliaryProfiles"> |
10 <span i18n-content="auxiliaryProfilesEnabled"></span> | 11 <span i18n-content="auxiliaryProfilesEnabled"></span> |
11 </label> | 12 </label> |
12 </div> | 13 </div> |
13 </if> | 14 </if> |
14 <h3 i18n-content="autofillAddresses"></h3> | 15 <h3 i18n-content="autofillAddresses"></h3> |
15 <div class="settings-list"> | 16 <div class="settings-list"> |
16 <list id="address-list"></list> | 17 <list id="address-list"></list> |
17 <div> | 18 <div> |
18 <button id="autofill-add-address" i18n-content="autofillAddAddress"> | 19 <button id="autofill-add-address" i18n-content="autofillAddAddress"> |
(...skipping 12 matching lines...) Expand all Loading... |
31 <div class="action-area"> | 32 <div class="action-area"> |
32 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" | 33 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" |
33 i18n-content="helpButton"> | 34 i18n-content="helpButton"> |
34 </a> | 35 </a> |
35 <div class="button-strip"> | 36 <div class="button-strip"> |
36 <button id="autofill-options-confirm" class="default-button" | 37 <button id="autofill-options-confirm" class="default-button" |
37 i18n-content="done"></button> | 38 i18n-content="done"></button> |
38 </div> | 39 </div> |
39 </div> | 40 </div> |
40 </div> | 41 </div> |
OLD | NEW |