| 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')"> | 3 <if expr="os == 'darwin'"> |
| 4 <label class="checkbox"> | 4 <label class="checkbox"> |
| 5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> | 5 <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"> |
| 6 <span i18n-content="auxiliaryProfilesEnabled"></span> | 6 <span i18n-content="auxiliaryProfilesEnabled"></span> |
| 7 </label> | 7 </label> |
| 8 </if> | 8 </if> |
| 9 <h3 i18n-content="autoFillAddresses"></h3> | 9 <h3 i18n-content="autoFillAddresses"></h3> |
| 10 <div class="settings-list"> | 10 <div class="settings-list"> |
| 11 <list id="address-list"></list> | 11 <list id="address-list"></list> |
| 12 <div> | 12 <div> |
| 13 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> | 13 <button id="autofill-add-address" i18n-content="autoFillAddAddress"> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 26 <if expr="pp_ifdef('chromeos')"> | 26 <if expr="pp_ifdef('chromeos')"> |
| 27 <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" |
| 28 target="_blank" i18n-content="helpButton"></a> | 28 target="_blank" i18n-content="helpButton"></a> |
| 29 </if> | 29 </if> |
| 30 <if expr="not pp_ifdef('chromeos')"> | 30 <if expr="not pp_ifdef('chromeos')"> |
| 31 <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" |
| 32 target="_blank" i18n-content="helpButton"></a> | 32 target="_blank" i18n-content="helpButton"></a> |
| 33 </if> | 33 </if> |
| 34 </div> | 34 </div> |
| 35 </div> | 35 </div> |
| OLD | NEW |