-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
35 lines (30 loc) · 1.02 KB
/
options.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<h2 id="options_search_h">Search options</h2>
<div id="options_search_d" class="section_div">
<p>
<label>
<input type="checkbox" id="search_am" class="floatleft">
<div class="label">Include AM data when searching from your browser bar (lead, proposal, SOP)</div>
</label>
<label>
<input type="checkbox" id="search_task" class="floatleft">
<div class="label">Include Task data when searching from your browser bar (project task, project subtask, project task comment)</div>
</label>
<label>
<input type="checkbox" id="search_fin" class="floatleft">
<div class="label">Include Finance data when searching from your browser bar (Project budget line, invoice, invoice line)</div>
</label>
</p>
</div>
<p>
<div id="status"></div>
<button id="save">Save</button>
</p>
<script src="options.js"></script>
</body>
</html>