| OLD | NEW |
| 1 <div id="personal-page" class="page" hidden> | 1 <div id="personal-page" class="page" hidden> |
| 2 <h1 i18n-content="personalPage"></h1> | 2 <h1 i18n-content="personalPage"></h1> |
| 3 <div class="displaytable"> | 3 <div class="displaytable"> |
| 4 <if expr="pp_ifdef('chromeos')"> | 4 <if expr="pp_ifdef('chromeos')"> |
| 5 <section> | 5 <section> |
| 6 <h3 i18n-content="account"></h3> | 6 <h3 i18n-content="account"></h3> |
| 7 <div> | 7 <div> |
| 8 <img id='account-picture' | 8 <img id='account-picture' |
| 9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> | 9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
| 10 <label> | 10 <label> |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 </div> | 84 </div> |
| 85 </section> | 85 </section> |
| 86 <if expr="not pp_ifdef('chromeos')"> | 86 <if expr="not pp_ifdef('chromeos')"> |
| 87 <section> | 87 <section> |
| 88 <h3 i18n-content="browsingData"></h3> | 88 <h3 i18n-content="browsingData"></h3> |
| 89 <div> | 89 <div> |
| 90 <button id="import-data" i18n-content="importData"></button> | 90 <button id="import-data" i18n-content="importData"></button> |
| 91 </div> | 91 </div> |
| 92 </section> | 92 </section> |
| 93 </if> | 93 </if> |
| 94 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') !=
-1 or os == 'sunos5')"> | 94 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
| 95 <section> | 95 <section> |
| 96 <h3 i18n-content="appearance"></h3> | 96 <h3 i18n-content="appearance"></h3> |
| 97 <div> | 97 <div> |
| 98 <div> | 98 <div> |
| 99 <button id="themes-GTK-button" | 99 <button id="themes-GTK-button" |
| 100 i18n-content="themesGTKButton"></button> | 100 i18n-content="themesGTKButton"></button> |
| 101 <button id="themes-reset" | 101 <button id="themes-reset" |
| 102 i18n-content="themesSetClassic"></button> | 102 i18n-content="themesSetClassic"></button> |
| 103 </div> | 103 </div> |
| 104 <div id="themes-gallery-div"> | 104 <div id="themes-gallery-div"> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 133 </div> | 133 </div> |
| 134 <div id="themes-gallery-div"> | 134 <div id="themes-gallery-div"> |
| 135 <a id="themes-gallery" i18n-content="themesGallery" | 135 <a id="themes-gallery" i18n-content="themesGallery" |
| 136 i18n-values="href:themesGalleryURL" target="_blank"></a> | 136 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 137 </div> | 137 </div> |
| 138 </div> | 138 </div> |
| 139 </section> | 139 </section> |
| 140 </if> | 140 </if> |
| 141 </div> | 141 </div> |
| 142 </div> | 142 </div> |
| OLD | NEW |