| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 If you change this template, please update UserPod element properties | 2 If you change this template, please update UserPod element properties |
| 3 defined in user_pod_row.js. | 3 defined in user_pod_row.js. |
| 4 --> | 4 --> |
| 5 <div id="user-pod-template" class="pod init" hidden> | 5 <div id="user-pod-template" class="pod" hidden> |
| 6 <img> | 6 <img> |
| 7 <div class="name init"></div> | 7 <div class="name"></div> |
| 8 <input type="password"> | 8 <input type="password"> |
| 9 <button class="enter-guest-button" i18n-content="enterGuestButton"></button> | 9 <button class="enter-guest-button" i18n-content="enterGuestButton"></button> |
| 10 <button class="remove-user-button" hidden></button> | 10 <button class="remove-user-button" hidden></button> |
| 11 </div> | 11 </div> |
| OLD | NEW |