| OLD | NEW |
| 1 <div id="autofill-options" class="page" hidden> | 1 <div id="autofill-options" class="page" hidden> |
| 2 <h1 i18n-content="autofillOptionsPage"></h1> | 2 <h1 i18n-content="autofillOptionsPage"></h1> |
| 3 <if expr="os == 'darwin'"> | 3 <if expr="os == 'darwin'"> |
| 4 <div class="checkbox"> | 4 <div class="checkbox"> |
| 5 <label> | 5 <label> |
| 6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> | 6 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" |
| 7 metric="Options_AutofillAuxiliaryProfiles"> |
| 7 <span i18n-content="auxiliaryProfilesEnabled"></span> | 8 <span i18n-content="auxiliaryProfilesEnabled"></span> |
| 8 </label> | 9 </label> |
| 9 </div> | 10 </div> |
| 10 </if> | 11 </if> |
| 11 <h3 i18n-content="autofillAddresses"></h3> | 12 <h3 i18n-content="autofillAddresses"></h3> |
| 12 <div class="settings-list"> | 13 <div class="settings-list"> |
| 13 <list id="address-list"></list> | 14 <list id="address-list"></list> |
| 14 <div> | 15 <div> |
| 15 <button id="autofill-add-address" i18n-content="autofillAddAddress"> | 16 <button id="autofill-add-address" i18n-content="autofillAddAddress"> |
| 16 </button> | 17 </button> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 28 <if expr="pp_ifdef('chromeos')"> | 29 <if expr="pp_ifdef('chromeos')"> |
| 29 <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893
" | 30 <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893
" |
| 30 target="_blank" i18n-content="helpButton"></a> | 31 target="_blank" i18n-content="helpButton"></a> |
| 31 </if> | 32 </if> |
| 32 <if expr="not pp_ifdef('chromeos')"> | 33 <if expr="not pp_ifdef('chromeos')"> |
| 33 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893" | 34 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893" |
| 34 target="_blank" i18n-content="helpButton"></a> | 35 target="_blank" i18n-content="helpButton"></a> |
| 35 </if> | 36 </if> |
| 36 </div> | 37 </div> |
| 37 </div> | 38 </div> |
| OLD | NEW |