OLD | NEW |
1 <div class="page" id="accountsPage" hidden> | 1 <div id="accountsPage" class="page" 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" 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"> |
(...skipping 40 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 |