advanced_options.html revision 513209b27ff55e2841eac0e4120199c23acce758
1<div class="page hidden" id="advancedPage">
2  <h1 i18n-content="advancedPage"></h1>
3  <section>
4    <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5    <div>
6      <div>
7        <button id="privacyContentSettingsButton"
8            i18n-content="privacyContentSettingsButton"></button>
9        <button id="privacyClearDataButton"
10            i18n-content="privacyClearDataButton"></button>
11      </div>
12      <div i18n-content="disableServices" class="disable-services-div"></div>
13      <div><a target="_blank" i18n-content="learnMore"
14          i18n-values="href:privacyLearnMoreURL"></a></div>
15      <label class="checkbox">
16        <input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabled"
17            metric="Options_LinkDoctorCheckbox" type="checkbox">
18        <span i18n-content="linkDoctorPref"></span>
19      </label>
20      <label class="checkbox">
21        <input id="searchSuggestEnabled" pref="search.suggest_enabled"
22            metric="Options_UseSuggestCheckbox" type="checkbox">
23        <span i18n-content="suggestPref"></span>
24      </label>
25      <label class="checkbox">
26        <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled"
27            metric="Options_DnsPrefetchCheckbox" type="checkbox">
28        <span i18n-content="networkDNSPrefetchEnabledDescription"></span>
29      </label>
30      <label class="checkbox">
31        <input id="safeBrowsingEnabled" pref="safebrowsing.enabled"
32            metric="Options_SafeBrowsingCheckbox" type="checkbox">
33        <span i18n-content="safeBrowsingEnableProtection"></span>
34      </label>
35<if expr="pp_ifdef('_google_chrome')">
36      <label class="checkbox" id="metricsReportingSetting">
37        <input id="metricsReportingEnabled"
38            pref="cros.metrics.reportingEnabled" type="checkbox">
39        <span i18n-content="enableLogging"></span>
40      </label>
41</if>
42    </div>
43  </section>
44  <section>
45    <h3 i18n-content="advancedSectionTitleNetwork"></h3>
46    <div>
47      <div id="proxiesLabel"></div>
48      <button id="proxiesConfigureButton"
49          i18n-content="proxiesConfigureButton"></button>
50    </div>
51  </section>
52  <section>
53    <h3 i18n-content="advancedSectionTitleTranslate"></h3>
54    <div>
55      <label class="checkbox">
56        <input id="enableTranslate" pref="translate.enabled"
57            metric="Options_Translate" type="checkbox">
58        <span i18n-content="translateEnableTranslate"></span>
59      </label>
60    </div>
61  </section>
62  <section>
63    <h3 i18n-content="downloadLocationGroupName"></h3>
64    <div>
65<if expr="not pp_ifdef('chromeos')">
66      <div i18n-content="downloadLocationBrowseTitle"></div>
67      <div>
68        <input id="downloadLocationPath" type="text" size="60" disabled>
69        <button id="downloadLocationBrowseButton"
70            i18n-content="downloadLocationBrowseButton"></button>
71      </div>
72      <label class="checkbox">
73        <input id="promptForDownload" pref="download.prompt_for_download"
74            metric="Options_AskForSaveLocation" type="checkbox">
75        <span i18n-content="downloadLocationAskForSaveLocation"></span>
76      </label>
77</if>
78      <div i18n-content="autoOpenFileTypesInfo"></div>
79      <div><button id="autoOpenFileTypesResetToDefault"
80          i18n-content="autoOpenFileTypesResetToDefault"></button></div>
81    </div>
82  </section>
83  <section>
84    <h3 i18n-content="advancedSectionTitleContent"></h3>
85    <div>
86<if expr="os == 'darwin'">
87      <label class="checkbox">
88        <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links"
89            metric="Options_TabsToLinks" type="checkbox">
90        <span i18n-content="tabsToLinksPref"></span>
91      </label>
92</if>
93      <div><button id="fontSettingsConfigureFontsOnlyButton"
94          i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div>
95      <div>
96        <label style="display:inline;">
97          <span i18n-content="defaultZoomLevelLabel"></span>
98          <select id="defaultZoomLevel">
99            <option value="-3">57%</option>
100            <option value="-2">69%</option>
101            <option value="-1">83%</option>
102            <option value="0">100%</option>
103            <option value="1">120%</option>
104            <option value="2">144%</option>
105            <option value="3">172%</option>
106            <option value="4">207%</option>
107            <option value="5">248%</option>
108            <option value="6">298%</option>
109          </select>
110        </label>
111      </div>
112<if expr="os == 'win32'">
113      <div>
114        <label style="display:inline;">
115          <span i18n-content="gearSettingsGroupName"></span>
116          <button id="gearSettingsConfigureGearsButton"
117              i18n-content="gearSettingsConfigureGearsButton"></button>
118        </label>
119      </div>
120</if>
121    </div>
122  </section>
123  <section>
124    <h3 i18n-content="advancedSectionTitleSecurity"></h3>
125    <div>
126      <div i18n-content="certificatesLabel"></div>
127      <div><button id="certificatesManageButton"
128          i18n-content="certificatesManageButton"></button></div>
129<if expr="os == 'win32'">
130      <!-- Configure these options for manual handling on windows -->
131      <label class="checkbox">
132        <input id="sslCheckRevocation" type="checkbox">
133        <span i18n-content="sslCheckRevocation"></span>
134      </label>
135      <label class="checkbox">
136        <input id="sslUseSSL2" type="checkbox">
137        <span i18n-content="sslUseSSL2"></span>
138      </label>
139      <label class="checkbox">
140        <input id="sslUseSSL3" type="checkbox">
141        <span i18n-content="sslUseSSL3"></span>
142      </label>
143      <label class="checkbox">
144        <input id="sslUseTLS1" type="checkbox">
145        <span i18n-content="sslUseTLS1"></span>
146      </label>
147</if>
148<if expr="not pp_ifdef('chromeos') and (os == 'linux2' or os.find('bsd') != -1)">
149      <!-- Configure these options for Linux/BSD as preference keys -->
150      <label class="checkbox">
151        <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
152            metric="Options_CheckCertRevocation" type="checkbox">
153        <span i18n-content="sslCheckRevocation"></span>
154      </label>
155      <label class="checkbox">
156        <input id="sslUseSSL2" pref="ssl.ssl2.enabled" metric="Options_SSL2"
157            type="checkbox">
158        <span i18n-content="sslUseSSL2"></span>
159      </label>
160      <label class="checkbox">
161        <input id="sslUseSSL3" pref="ssl.ssl3.enabled" metric="Options_SSL3"
162            type="checkbox">
163        <span i18n-content="sslUseSSL3"></span>
164      </label>
165      <label class="checkbox">
166        <input id="sslUseTLS1" pref="ssl.tls1.enabled" metric="Options_TLS1"
167            type="checkbox">
168        <span i18n-content="sslUseTLS1"></span>
169      </label>
170</if>
171    </div>
172  </section>
173  <section id="background-mode-section">
174    <h3 i18n-content="advancedSectionTitleChromeApps"></h3>
175    <div>
176      <label class="checkbox">
177        <input pref="background_mode.enabled"
178            metric="Options_BackgroundMode" type="checkbox">
179        <span i18n-content="chromeAppsEnableBackgroundMode"></span>
180      </label>
181      <div>
182        <a target="_blank"
183            i18n-content="learnMore"
184            i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a>
185      </div>
186    </div>
187  </section>
188<if expr="not pp_ifdef('chromeos')">
189  <section id="cloud-print-proxy-section">
190    <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
191    <div>
192      <div id="cloudPrintProxyLabel"
193           i18n-content="cloudPrintProxyDisabledLabel"></div>
194      <div>
195        <button id="cloudPrintProxySetupButton"
196                i18n-content="cloudPrintProxyDisabledButton"></button>
197        <button id="cloudPrintProxyManageButton"
198                i18n-content="cloudPrintProxyEnabledManageButton"></button>
199      </div>
200    </div>
201  </section>
202</if>
203  <div class="button-strip">
204    <button id="optionsReset" i18n-content="optionsReset"></button>
205  </div>
206</div>
207