| 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 | 3 |
| 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 <table class="option-control-table"> | 8 <table class="option-control-table"> |
| 9 <tr> | 9 <tr> |
| 10 <td> | 10 <td> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 <button id="start-stop-sync"></button> | 34 <button id="start-stop-sync"></button> |
| 35 <button id="customize-sync" i18n-content="customizeSync"></button> | 35 <button id="customize-sync" i18n-content="customizeSync"></button> |
| 36 </div> | 36 </div> |
| 37 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" | 37 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" |
| 38 i18n-content="privacyDashboardLink" target="_blank"></a> | 38 i18n-content="privacyDashboardLink" target="_blank"></a> |
| 39 </div> | 39 </div> |
| 40 </section> | 40 </section> |
| 41 <section> | 41 <section> |
| 42 <h3 i18n-content="passwords"></h3> | 42 <h3 i18n-content="passwords"></h3> |
| 43 <div> | 43 <div> |
| 44 <label class="radio"> | 44 <div class="radio"> |
| 45 <input id="passwords-offersave" | 45 <label> |
| 46 pref="profile.password_manager_enabled" | 46 <input id="passwords-offersave" |
| 47 type="radio" value="true" metric="Options_PasswordManager"> | 47 pref="profile.password_manager_enabled" |
| 48 <span i18n-content="passwordsAskToSave"></span> | 48 type="radio" value="true" metric="Options_PasswordManager"> |
| 49 </label> | 49 <span i18n-content="passwordsAskToSave"></span> |
| 50 <label class="radio"> | 50 </label> |
| 51 <input id="passwords-neversave" | 51 </div> |
| 52 name="passwords_radio" | 52 <div class="radio"> |
| 53 pref="profile.password_manager_enabled" | 53 <label> |
| 54 type="radio" value="false" metric="Options_PasswordManager"> | 54 <input id="passwords-neversave" |
| 55 <span i18n-content="passwordsNeverSave"></span> | 55 name="passwords_radio" |
| 56 </label> | 56 pref="profile.password_manager_enabled" |
| 57 type="radio" value="false" metric="Options_PasswordManager"> |
| 58 <span i18n-content="passwordsNeverSave"></span> |
| 59 </label> |
| 60 </div> |
| 57 <div><button id="manage-passwords" | 61 <div><button id="manage-passwords" |
| 58 i18n-content="manage_passwords"></button></div> | 62 i18n-content="manage_passwords"></button></div> |
| 59 </div> | 63 </div> |
| 60 </section> | 64 </section> |
| 61 <section> | 65 <section> |
| 62 <h3 i18n-content="autofill"></h3> | 66 <h3 i18n-content="autofill"></h3> |
| 63 <div> | 67 <div> |
| 64 <label class="checkbox"> | 68 <div class="checkbox"> |
| 65 <input id="autoFillEnabled" pref="autofill.enabled" | 69 <label> |
| 66 metric="Options_FormAutofill" type="checkbox"> | 70 <input id="autoFillEnabled" pref="autofill.enabled" |
| 67 <span i18n-content="autoFillEnabled"></span> | 71 metric="Options_FormAutofill" type="checkbox"> |
| 68 </label> | 72 <span i18n-content="autoFillEnabled"></span> |
| 73 </label> |
| 74 </div> |
| 69 <button id="autofill-settings" | 75 <button id="autofill-settings" |
| 70 i18n-content="manageAutofillSettings"></button> | 76 i18n-content="manageAutofillSettings"></button> |
| 71 </div> | 77 </div> |
| 72 </section> | 78 </section> |
| 73 <if expr="not pp_ifdef('chromeos')"> | 79 <if expr="not pp_ifdef('chromeos')"> |
| 74 <section> | 80 <section> |
| 75 <h3 i18n-content="browsingData"></h3> | 81 <h3 i18n-content="browsingData"></h3> |
| 76 <div> | 82 <div> |
| 77 <button id="import-data" i18n-content="importData"></button> | 83 <button id="import-data" i18n-content="importData"></button> |
| 78 </div> | 84 </div> |
| 79 </section> | 85 </section> |
| 80 </if> | 86 </if> |
| 81 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') !=
-1)"> | 87 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') !=
-1)"> |
| 82 <section> | 88 <section> |
| 83 <h3 i18n-content="appearance"></h3> | 89 <h3 i18n-content="appearance"></h3> |
| 84 <div> | 90 <div> |
| 85 <div> | 91 <div> |
| 86 <button id="themes-GTK-button" | 92 <button id="themes-GTK-button" |
| 87 i18n-content="themesGTKButton"></button> | 93 i18n-content="themesGTKButton"></button> |
| 88 <button id="themes-reset" | 94 <button id="themes-reset" |
| 89 i18n-content="themesSetClassic"></button> | 95 i18n-content="themesSetClassic"></button> |
| 90 </div> | 96 </div> |
| 91 <div id="themes-gallery-div"> | 97 <div id="themes-gallery-div"> |
| 92 <a id="themes-gallery" i18n-content="themesGallery" | 98 <a id="themes-gallery" i18n-content="themesGallery" |
| 93 i18n-values="href:themesGalleryURL" target="_blank"></a> | 99 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 94 </div> | 100 </div> |
| 95 <label class="radio"> | 101 <div class="radio"> |
| 96 <input name="decorations_radio" | 102 <label> |
| 97 pref="browser.custom_chrome_frame" | 103 <input name="decorations_radio" |
| 98 type="radio" value="false" metric="Options_CustomFrame"> | 104 pref="browser.custom_chrome_frame" |
| 99 <span i18n-content="showWindowDecorations"></span> | 105 type="radio" value="false" metric="Options_CustomFrame"> |
| 100 </label> | 106 <span i18n-content="showWindowDecorations"></span> |
| 101 <label class="radio"> | 107 </label> |
| 102 <input name="decorations_radio" | 108 </div> |
| 103 pref="browser.custom_chrome_frame" | 109 <div class="radio"> |
| 104 type="radio" value="true" metric="Options_CustomFrame"> | 110 <label> |
| 105 <span i18n-content="hideWindowDecorations"></span> | 111 <input name="decorations_radio" |
| 106 </label> | 112 pref="browser.custom_chrome_frame" |
| 113 type="radio" value="true" metric="Options_CustomFrame"> |
| 114 <span i18n-content="hideWindowDecorations"></span> |
| 115 </label> |
| 116 </div> |
| 107 </div> | 117 </div> |
| 108 </section> | 118 </section> |
| 109 </if> | 119 </if> |
| 110 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> | 120 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> |
| 111 <section> | 121 <section> |
| 112 <h3 i18n-content="themes"></h3> | 122 <h3 i18n-content="themes"></h3> |
| 113 <div> | 123 <div> |
| 114 <div> | 124 <div> |
| 115 <button id="themes-reset" i18n-content="themesReset"></button> | 125 <button id="themes-reset" i18n-content="themesReset"></button> |
| 116 </div> | 126 </div> |
| 117 <div id="themes-gallery-div"> | 127 <div id="themes-gallery-div"> |
| 118 <a id="themes-gallery" i18n-content="themesGallery" | 128 <a id="themes-gallery" i18n-content="themesGallery" |
| 119 i18n-values="href:themesGalleryURL" target="_blank"></a> | 129 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 120 </div> | 130 </div> |
| 121 </div> | 131 </div> |
| 122 </section> | 132 </section> |
| 123 </if> | 133 </if> |
| 124 | 134 |
| 125 </div> | 135 </div> |
| OLD | NEW |