| OLD | NEW |
| 1 <div id="autofill-options" class="page hidden"> | 1 <div id="autofill-options" class="page hidden"> |
| 2 <h1 i18n-content="autoFillOptionsTitle"></h1> | 2 <h1 i18n-content="autoFillOptionsTitle"></h1> |
| 3 <if expr="pp_ifdef('darwin')"> |
| 4 <label class="checkbox"> |
| 5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> |
| 6 <span i18n-content="auxiliaryProfilesEnabled"></span> |
| 7 </label> |
| 8 </if> |
| 3 <h3 i18n-content="autoFillAddresses"></h3> | 9 <h3 i18n-content="autoFillAddresses"></h3> |
| 4 <div class="settings-list"> | 10 <div class="settings-list"> |
| 5 <list id="address-list"></list> | 11 <list id="address-list"></list> |
| 6 <div> | 12 <div> |
| 7 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> | 13 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> |
| 8 </button> | 14 </button> |
| 9 </div> | 15 </div> |
| 10 </div> | 16 </div> |
| 11 <h3 i18n-content="autoFillCreditCards"></h3> | 17 <h3 i18n-content="autoFillCreditCards"></h3> |
| 12 <div class="settings-list"> | 18 <div class="settings-list"> |
| 13 <list id="creditcard-list"></list> | 19 <list id="creditcard-list"></list> |
| 14 <div> | 20 <div> |
| 15 <button id="autofill-add-creditcard" | 21 <button id="autofill-add-creditcard" |
| 16 i18n-content="autoFillAddCreditCard"></button> | 22 i18n-content="autoFillAddCreditCard"></button> |
| 17 </div> | 23 </div> |
| 18 </div> | 24 </div> |
| 19 <div> | 25 <div> |
| 20 <if expr="pp_ifdef('chromeos')"> | 26 <if expr="pp_ifdef('chromeos')"> |
| 21 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893" | 27 <a href="http://www.google.com/support/chromeos/bin/answer.py?answer=142893" |
| 22 target="_blank" i18n-content="helpButton"></a> | 28 target="_blank" i18n-content="helpButton"></a> |
| 23 </if> | 29 </if> |
| 24 <if expr="not pp_ifdef('chromeos')"> | 30 <if expr="not pp_ifdef('chromeos')"> |
| 25 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" | 31 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893" |
| 26 target="_blank" i18n-content="helpButton"></a> | 32 target="_blank" i18n-content="helpButton"></a> |
| 27 </if> | 33 </if> |
| 28 </div> | 34 </div> |
| 29 </div> | 35 </div> |
| OLD | NEW |