| OLD | NEW |
| 1 <div class="page hidden" id="accountsPage"> | 1 <div class="page" id="accountsPage" hidden> |
| 2 <h1 i18n-content="accountsPage"></h1> | 2 <h1 i18n-content="accountsPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <div class="option"> | 4 <div class="option"> |
| 5 <div id="ownerOnlyWarning" class="hidden"> | 5 <div id="ownerOnlyWarning" hidden> |
| 6 <span i18n-content="owner_only"></span> | 6 <span i18n-content="owner_only"></span> |
| 7 <span i18n-content="owner_user_id"></span> | 7 <span i18n-content="owner_user_id"></span> |
| 8 </div> | 8 </div> |
| 9 <table class="option-control-table"> | 9 <table class="option-control-table"> |
| 10 <tr> | 10 <tr> |
| 11 <td class="option-name"> | 11 <td class="option-name"> |
| 12 <div class="checkbox"> | 12 <div class="checkbox"> |
| 13 <label> | 13 <label> |
| 14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" | 14 <input id="allowBwsiCheck" pref="cros.accounts.allowBWSI" |
| 15 type="checkbox"> | 15 type="checkbox"> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 i18n-values="placeholder:username_edit_hint"> | 52 i18n-values="placeholder:username_edit_hint"> |
| 53 </span> | 53 </span> |
| 54 </label> | 54 </label> |
| 55 </td></tr> | 55 </td></tr> |
| 56 </table> | 56 </table> |
| 57 </td></tr> | 57 </td></tr> |
| 58 </table> | 58 </table> |
| 59 </div> | 59 </div> |
| 60 </section> | 60 </section> |
| 61 </div> | 61 </div> |
| OLD | NEW |