OLD | NEW |
(Empty) | |
| 1 <div id="advancedPage" class="page" hidden> |
| 2 <h1 i18n-content="advancedPage"></h1> |
| 3 <div class="displaytable"> |
| 4 <section> |
| 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
| 6 <div> |
| 7 <div class="section-group"> |
| 8 <button id="privacyContentSettingsButton" |
| 9 i18n-content="privacyContentSettingsButton"></button> |
| 10 <button id="privacyClearDataButton" |
| 11 i18n-content="privacyClearDataButton"></button> |
| 12 </div> |
| 13 <div i18n-content="improveBrowsingExperience" |
| 14 class="informational-text"> |
| 15 </div> |
| 16 <div> |
| 17 <span i18n-content="disableWebServices" |
| 18 class="informational-text"> |
| 19 </span> |
| 20 <a target="_blank" i18n-content="learnMore" |
| 21 i18n-values="href:privacyLearnMoreURL"></a> |
| 22 </div> |
| 23 <div class="checkbox"> |
| 24 <label> |
| 25 <input id="alternateErrorPagesEnabled" |
| 26 pref="alternate_error_pages.enabled" |
| 27 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
| 28 <span i18n-content="linkDoctorPref"></span> |
| 29 </label> |
| 30 </div> |
| 31 <div class="checkbox"> |
| 32 <label> |
| 33 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
| 34 metric="Options_UseSuggestCheckbox" type="checkbox"> |
| 35 <span i18n-content="suggestPref"></span> |
| 36 </label> |
| 37 </div> |
| 38 <div class="checkbox"> |
| 39 <label> |
| 40 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" |
| 41 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
| 42 <span i18n-content="networkPredictionEnabledDescription"></span> |
| 43 </label> |
| 44 </div> |
| 45 <div class="checkbox"> |
| 46 <label> |
| 47 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
| 48 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
| 49 <span i18n-content="safeBrowsingEnableProtection"></span> |
| 50 </label> |
| 51 </div> |
| 52 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> |
| 53 <div id="metricsReportingSetting" class="checkbox"> |
| 54 <label> |
| 55 <input id="metricsReportingEnabled" |
| 56 pref="cros.metrics.reportingEnabled" type="checkbox"> |
| 57 <span id="metricsReportingEnabledText" |
| 58 i18n-content="enableLogging"> |
| 59 </span> |
| 60 </label> |
| 61 </div> |
| 62 </if> |
| 63 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> |
| 64 <div id="metricsReportingSetting" class="checkbox"> |
| 65 <label> |
| 66 <input id="metricsReportingEnabled" type="checkbox"> |
| 67 <span i18n-content="enableLogging"></span> |
| 68 </label> |
| 69 </div> |
| 70 </if> |
| 71 </div> |
| 72 </section> |
| 73 <section> |
| 74 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| 75 <div> |
| 76 <div class="section-group"> |
| 77 <label class="web-content-select-label"> |
| 78 <span i18n-content="defaultFontSizeLabel"></span> |
| 79 <select id="defaultFontSize"> |
| 80 <option value="9" i18n-content="fontSizeLabelVerySmall"> |
| 81 </option> |
| 82 <option value="12" i18n-content="fontSizeLabelSmall"></option> |
| 83 <option value="16" i18n-content="fontSizeLabelMedium"></option> |
| 84 <option value="20" i18n-content="fontSizeLabelLarge"></option> |
| 85 <option value="24" i18n-content="fontSizeLabelVeryLarge"> |
| 86 </option> |
| 87 </select> |
| 88 </label> |
| 89 <button id="fontSettingsCustomizeFontsButton" |
| 90 i18n-content="fontSettingsCustomizeFontsButton"></button> |
| 91 </div> |
| 92 <div class="section-group"> |
| 93 <label class="web-content-select-label"> |
| 94 <span i18n-content="defaultZoomFactorLabel"></span> |
| 95 <select id="defaultZoomFactor" dataType="double"></select> |
| 96 </label> |
| 97 </div> |
| 98 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> |
| 99 <div class="section-group"> |
| 100 </if> |
| 101 <if expr="not pp_ifdef('chromeos')"> |
| 102 <button id="language-button" |
| 103 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 104 </if> |
| 105 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> |
| 106 </div> |
| 107 </if> |
| 108 <if expr="os == 'darwin'"> |
| 109 <div class="checkbox"> |
| 110 <label> |
| 111 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" |
| 112 metric="Options_TabsToLinks" type="checkbox"> |
| 113 <span i18n-content="tabsToLinksPref"></span> |
| 114 </label> |
| 115 </div> |
| 116 </if> |
| 117 </div> |
| 118 </section> |
| 119 <if expr="not pp_ifdef('chromeos')"> |
| 120 <section> |
| 121 <h3 i18n-content="advancedSectionTitleNetwork"></h3> |
| 122 <div> |
| 123 <div id="proxiesLabel"></div> |
| 124 <div class="section-group"> |
| 125 <button id="proxiesConfigureButton" |
| 126 i18n-content="proxiesConfigureButton"></button> |
| 127 </div> |
| 128 </div> |
| 129 </section> |
| 130 </if> |
| 131 <section> |
| 132 <h3 i18n-content="advancedSectionTitleTranslate"></h3> |
| 133 <div class="checkbox"> |
| 134 <label> |
| 135 <input id="enableTranslate" pref="translate.enabled" |
| 136 metric="Options_Translate" type="checkbox"> |
| 137 <span i18n-content="translateEnableTranslate"></span> |
| 138 </label> |
| 139 </div> |
| 140 </section> |
| 141 <if expr="not pp_ifdef('chromeos')"> |
| 142 <section> |
| 143 <h3 i18n-content="downloadLocationGroupName"></h3> |
| 144 <div> |
| 145 <div id="download-location-group"> |
| 146 <label> |
| 147 <span i18n-content="downloadLocationBrowseTitle"></span> |
| 148 <input id="downloadLocationPath" class="weakrtl" type="text" |
| 149 pref="download.default_directory" size="36"> |
| 150 </label> |
| 151 <button id="downloadLocationChangeButton" |
| 152 pref="download.prompt_for_download" |
| 153 i18n-content="downloadLocationChangeButton"></button> |
| 154 </div> |
| 155 <div class="checkbox"> |
| 156 <label> |
| 157 <input type="checkbox" |
| 158 pref="download.prompt_for_download" |
| 159 metric="Options_AskForSaveLocation"> |
| 160 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
| 161 </label> |
| 162 </div> |
| 163 <div id="auto-open-file-types-label" |
| 164 i18n-content="autoOpenFileTypesInfo"></div> |
| 165 <div class="section-group"> |
| 166 <button id="autoOpenFileTypesResetToDefault" |
| 167 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 168 </div> |
| 169 </div> |
| 170 </section> |
| 171 </if> |
| 172 <section> |
| 173 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 174 <div> |
| 175 <div class="section-group"> |
| 176 <button id="certificatesManageButton" |
| 177 i18n-content="certificatesManageButton"></button> |
| 178 </div> |
| 179 <div class="checkbox"> |
| 180 <label> |
| 181 <input id="sslCheckRevocation" type="checkbox"> |
| 182 <span i18n-content="sslCheckRevocation"></span> |
| 183 </label> |
| 184 </div> |
| 185 </div> |
| 186 </section> |
| 187 <if expr="not pp_ifdef('chromeos')"> |
| 188 <section id="cloud-print-proxy-section"> |
| 189 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 190 <div> |
| 191 <div id="cloudPrintProxyLabel" |
| 192 i18n-content="cloudPrintProxyDisabledLabel"></div> |
| 193 <div class="section-group"> |
| 194 <button id="cloudPrintProxySetupButton" |
| 195 i18n-content="cloudPrintProxyDisabledButton"></button> |
| 196 <button id="cloudPrintProxyManageButton" |
| 197 i18n-content="cloudPrintProxyEnabledManageButton"></button> |
| 198 </div> |
| 199 </div> |
| 200 </section> |
| 201 </if> |
| 202 <if expr="pp_ifdef('chromeos')"> |
| 203 <section id="cloud-print-proxy-section"> |
| 204 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 205 <div> |
| 206 <div> |
| 207 <span i18n-content="cloudPrintChromeosOptionLabel" |
| 208 class="informational-text"> |
| 209 </span> |
| 210 <a target="_blank" i18n-content="learnMore" |
| 211 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 212 </div> |
| 213 <div class="section-group"> |
| 214 <button id="cloudPrintProxyManageButton" |
| 215 i18n-content="cloudPrintChromeosOptionButton"></button> |
| 216 </div> |
| 217 </div> |
| 218 </section> |
| 219 </if> |
| 220 <if expr="os != 'darwin' and not pp_ifdef('chromeos')"> |
| 221 <section id="background-section"> |
| 222 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
| 223 <div class="checkbox"> |
| 224 <label> |
| 225 <input id="backgroundModeCheckbox" type="checkbox"> |
| 226 <span i18n-content="backgroundModeCheckbox"></span> |
| 227 </label> |
| 228 </div> |
| 229 </section> |
| 230 </if> |
| 231 </div> |
| 232 </div> |
OLD | NEW |