OLD | NEW |
| (Empty) |
1 <div class="page hidden" id="clearBrowserDataPage"> | |
2 <h1 i18n-content="clearBrowsingDataTitle"></h1> | |
3 <section> | |
4 <h3 i18n-content="clearBrowsingDataSectionHeader"></h3> | |
5 <div> | |
6 <span i18n-content="clearBrowsingDataLabel"></span> | |
7 <select id="clearBrowsingDataTimePeriod" | |
8 i18n-options="clearBrowsingDataTimeList" | |
9 pref="browser.clear_data.time_period" | |
10 dataType="number"> | |
11 </select> | |
12 <div id="checkboxListData"> | |
13 <label class="checkbox"> | |
14 <input id="deleteBrowsingHistoryCheckbox" | |
15 pref="browser.clear_data.browsing_history" type="checkbox"> | |
16 <span i18n-content="deleteBrowsingHistoryCheckbox"></span> | |
17 </label> | |
18 <label class="checkbox"> | |
19 <input id="deleteDownloadHistoryCheckbox" | |
20 pref="browser.clear_data.download_history" type="checkbox"> | |
21 <span i18n-content="deleteDownloadHistoryCheckbox"></span> | |
22 </label> | |
23 <label class="checkbox"> | |
24 <input id="deleteCacheCheckbox" | |
25 pref="browser.clear_data.cache" type="checkbox"> | |
26 <span i18n-content="deleteCacheCheckbox"></span> | |
27 </label> | |
28 <label class="checkbox"> | |
29 <input id="deleteCookiesCheckbox" | |
30 pref="browser.clear_data.cookies" type="checkbox"> | |
31 <span id="deleteCookiesLabel"></span> | |
32 </label> | |
33 <label class="checkbox"> | |
34 <input id="deletePasswordsCheckbox" | |
35 pref="browser.clear_data.passwords" type="checkbox"> | |
36 <span i18n-content="deletePasswordsCheckbox"></span> | |
37 </label> | |
38 <label class="checkbox"> | |
39 <input id="deleteFormDataCheckbox" | |
40 pref="browser.clear_data.form_data" type="checkbox"> | |
41 <span i18n-content="deleteFormDataCheckbox"></span> | |
42 </label> | |
43 </div> | |
44 <button id="clearBrowsingDataCommit" | |
45 i18n-content="clearBrowsingDataCommit"> | |
46 </button> | |
47 <span id="cbdThrobber"></span> | |
48 <hr> | |
49 <a target="_blank" i18n-content="flash_storage_settings" | |
50 i18n-values="href:flash_storage_url"></a> | |
51 </div> | |
52 </section> | |
53 </div> | |
OLD | NEW |