forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.html
More file actions
50 lines (50 loc) · 2.01 KB
/
Copy pathdata.html
File metadata and controls
50 lines (50 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<div id="menu-content-data" class="menu-content menu-content-overscroll menu-content-data is-hidden">
<div id="menu-content-data-restore" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Restore</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<div class="form-input-button form-input-hide">
<input id="control-data-import" class="control-data-import" type="file" tabindex="-1">
<label for="control-data-import">Import data</label>
</div>
</div>
<div class="form-helper">
<p class="control-data-import-helper form-helper-item">Restore a previously exported nightTab backup.</p>
</div>
<div class="form-wrap">
<div class="control-data-import-feedback form-feedback"></div>
</div>
</div>
</div>
<div id="menu-content-data-backup" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Backup</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<button class="control-data-export button" tabindex="-1">Export data</button>
</div>
<div class="form-helper">
<p class="control-data-export-helper form-helper-item">Download a backup of your nightTab Bookmarks and Settings.</p>
</div>
<div class="form-helper">
<p class="control-data-export-helper form-helper-item">This file can later be imported on this or another deivce.</p>
</div>
</div>
</div>
<div id="menu-content-data-clear" class="menu-content-item">
<div class="menu-item-header">
<h1 class="menu-item-header-text">Clear</h1>
</div>
<div class="menu-item-form">
<div class="form-wrap">
<button class="control-data-clear button" tabindex="-1">Clear data</button>
</div>
<div class="form-helper">
<p class="control-data-clear-helper form-helper-item">Wipe all data and restore nightTab to default state.</p>
</div>
</div>
</div>
</div>