OLD | NEW |
1 <div id="accountsPage" class="page" hidden> | 1 <div id="accountsPage" class="page" hidden> |
2 <h1 i18n-content="accountsPage"></h1> | 2 <header><h1 i18n-content="accountsPage"></h1></header> |
3 <div class="displaytable"> | 3 <div class="displaytable"> |
4 <section> | 4 <section> |
5 <div class="option"> | 5 <div class="option"> |
6 <div id="ownerOnlyWarning" hidden> | 6 <div id="ownerOnlyWarning" hidden> |
7 <span i18n-content="owner_only"></span> | 7 <span i18n-content="owner_only"></span> |
8 <span i18n-content="owner_user_id"></span> | 8 <span i18n-content="owner_user_id"></span> |
9 </div> | 9 </div> |
10 <table class="option-control-table"> | 10 <table class="option-control-table"> |
11 <tr> | 11 <tr> |
12 <td class="option-name"> | 12 <td class="option-name"> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 </span> | 54 </span> |
55 </label> | 55 </label> |
56 </td></tr> | 56 </td></tr> |
57 </table> | 57 </table> |
58 </td></tr> | 58 </td></tr> |
59 </table> | 59 </table> |
60 </div> | 60 </div> |
61 </section> | 61 </section> |
62 </div> | 62 </div> |
63 </div> | 63 </div> |
OLD | NEW |