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 <h1 i18n-content="autofillOptionsPage"></h1> | 3 <h1 i18n-content="autofillOptionsPage"></h1> |
3 <div class="content-area"> | 4 <div class="content-area"> |
4 <if expr="is_macosx"> | 5 <if expr="is_macosx"> |
5 <div class="checkbox"> | 6 <div class="checkbox"> |
6 <label> | 7 <label> |
7 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" | 8 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" |
8 metric="Options_AutofillAuxiliaryProfiles"> | 9 metric="Options_AutofillAuxiliaryProfiles"> |
9 <span i18n-content="auxiliaryProfilesEnabled"></span> | 10 <span i18n-content="auxiliaryProfilesEnabled"></span> |
10 </label> | 11 </label> |
11 </div> | 12 </div> |
(...skipping 17 matching lines...) Expand all Loading... |
29 </div> | 30 </div> |
30 <div class="action-area"> | 31 <div class="action-area"> |
31 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" | 32 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" |
32 i18n-content="helpButton"> | 33 i18n-content="helpButton"> |
33 </a> | 34 </a> |
34 <div class="button-strip"> | 35 <div class="button-strip"> |
35 <button id="autofill-options-confirm" i18n-content="ok"></button> | 36 <button id="autofill-options-confirm" i18n-content="ok"></button> |
36 </div> | 37 </div> |
37 </div> | 38 </div> |
38 </div> | 39 </div> |
OLD | NEW |