| 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="md_user_pod_template.css"> | 3 <link rel="stylesheet" href="md_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 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 8 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 9 | 9 |
| 10 <iron-iconset-svg name="user-pod" size="24"> | 10 <iron-iconset-svg name="user-pod" size="24"> |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 </td> | 93 </td> |
| 94 </tr> | 94 </tr> |
| 95 <tr> | 95 <tr> |
| 96 <td>$i18n{removeUserWarningTextBookmarks}</td> | 96 <td>$i18n{removeUserWarningTextBookmarks}</td> |
| 97 <td class="action-box-remove-user-warning-bookmarks | 97 <td class="action-box-remove-user-warning-bookmarks |
| 98 action-box-remove-user-warning-table-numbers"> | 98 action-box-remove-user-warning-table-numbers"> |
| 99 $i18n{removeUserWarningTextCalculating} | 99 $i18n{removeUserWarningTextCalculating} |
| 100 </td> | 100 </td> |
| 101 </tr> | 101 </tr> |
| 102 <tr> | 102 <tr> |
| 103 <td>$i18n{removeUserWarningTextSettings}</td> | 103 <td>$i18n{removeUserWarningTextAutofill}</td> |
| 104 <td class="action-box-remove-user-warning-settings | 104 <td class="action-box-remove-user-warning-autofill |
| 105 action-box-remove-user-warning-table-numbers"> | 105 action-box-remove-user-warning-table-numbers"> |
| 106 $i18n{removeUserWarningTextCalculating} | 106 $i18n{removeUserWarningTextCalculating} |
| 107 </td> | 107 </td> |
| 108 </tr> | 108 </tr> |
| 109 </tbody> | 109 </tbody> |
| 110 </table> | 110 </table> |
| 111 <div class="action-box-remove-legacy-supervised-user-warning-text"> | 111 <div class="action-box-remove-legacy-supervised-user-warning-text"> |
| 112 $i18n{removeLegacySupervisedUserWarningText} | 112 $i18n{removeLegacySupervisedUserWarningText} |
| 113 </div> | 113 </div> |
| 114 <div class="action-box-remove-non-owner-user-warning-text"> | 114 <div class="action-box-remove-non-owner-user-warning-text"> |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 </paper-button> | 250 </paper-button> |
| 251 <div class="language-and-input-container"> | 251 <div class="language-and-input-container"> |
| 252 <a class="language-and-input" href="#" role="button"> | 252 <a class="language-and-input" href="#" role="button"> |
| 253 $i18n{publicSessionLanguageAndInput} | 253 $i18n{publicSessionLanguageAndInput} |
| 254 </a> | 254 </a> |
| 255 </div> | 255 </div> |
| 256 </div> | 256 </div> |
| 257 </div> | 257 </div> |
| 258 </div> | 258 </div> |
| 259 </div> | 259 </div> |
| OLD | NEW |