| OLD | NEW |
| 1 <dom-module id="user-pod-template-shared-styles"> | 1 <dom-module id="user-pod-template-shared-styles"> |
| 2 <template> | 2 <template> |
| 3 <link rel="stylesheet" href="user_pod_template.css"> | 3 <link rel="stylesheet" href="user_pod_template.css"> |
| 4 </template> | 4 </template> |
| 5 </dom-module> | 5 </dom-module> |
| 6 | 6 |
| 7 <style is="custom-style" include="user-pod-template-shared-styles"></style> | 7 <style is="custom-style" include="user-pod-template-shared-styles"></style> |
| 8 | 8 |
| 9 <iron-iconset-svg name="user-pod" size="24"> | 9 <iron-iconset-svg name="user-pod" size="24"> |
| 10 <svg> | 10 <svg> |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 </td> | 123 </td> |
| 124 </tr> | 124 </tr> |
| 125 <tr> | 125 <tr> |
| 126 <td>$i18n{removeUserWarningTextBookmarks}</td> | 126 <td>$i18n{removeUserWarningTextBookmarks}</td> |
| 127 <td class="action-box-remove-user-warning-bookmarks | 127 <td class="action-box-remove-user-warning-bookmarks |
| 128 action-box-remove-user-warning-table-numbers"> | 128 action-box-remove-user-warning-table-numbers"> |
| 129 $i18n{removeUserWarningTextCalculating} | 129 $i18n{removeUserWarningTextCalculating} |
| 130 </td> | 130 </td> |
| 131 </tr> | 131 </tr> |
| 132 <tr> | 132 <tr> |
| 133 <td>$i18n{removeUserWarningTextSettings}</td> | 133 <td>$i18n{removeUserWarningTextAutofill}</td> |
| 134 <td class="action-box-remove-user-warning-settings | 134 <td class="action-box-remove-user-warning-autofill |
| 135 action-box-remove-user-warning-table-numbers"> | 135 action-box-remove-user-warning-table-numbers"> |
| 136 $i18n{removeUserWarningTextCalculating} | 136 $i18n{removeUserWarningTextCalculating} |
| 137 </td> | 137 </td> |
| 138 </tr> | 138 </tr> |
| 139 </tbody> | 139 </tbody> |
| 140 </table> | 140 </table> |
| 141 <div class="action-box-remove-legacy-supervised-user-warning-text"> | 141 <div class="action-box-remove-legacy-supervised-user-warning-text"> |
| 142 $i18n{removeLegacySupervisedUserWarningText} | 142 $i18n{removeLegacySupervisedUserWarningText} |
| 143 </div> | 143 </div> |
| 144 <div class="action-box-remove-non-owner-user-warning-text"> | 144 <div class="action-box-remove-non-owner-user-warning-text"> |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 </paper-button> | 220 </paper-button> |
| 221 <div class="language-and-input-container"> | 221 <div class="language-and-input-container"> |
| 222 <a class="language-and-input" href="#" role="button"> | 222 <a class="language-and-input" href="#" role="button"> |
| 223 $i18n{publicSessionLanguageAndInput} | 223 $i18n{publicSessionLanguageAndInput} |
| 224 </a> | 224 </a> |
| 225 </div> | 225 </div> |
| 226 </div> | 226 </div> |
| 227 </div> | 227 </div> |
| 228 </div> | 228 </div> |
| 229 </div> | 229 </div> |
| OLD | NEW |