-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoptions.html
More file actions
52 lines (52 loc) · 2.54 KB
/
options.html
File metadata and controls
52 lines (52 loc) · 2.54 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
51
52
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/salesforce-lightning-design-system.min.css">
<link rel="stylesheet" href="assets/tui-grid.min.css">
<script type="text/javascript" src="assets/tui-grid.min.js"></script>
</head>
<body>
<div class="slds-page-header">
<div class="slds-page-header__row">
<div class="slds-page-header__col-title">
<div class="slds-media">
<div class="slds-media__body">
<div class="slds-page-header__name">
<div class="slds-page-header__name-title">
<h1>
<span class="slds-page-header__title slds-truncate" title="coreBOS Options" data-locale="IT_cbSettings"><span data-locale="TI_CreateRecordSettings">CreateRecordSettings</span></span>
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slds-form">
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-page-header__meta-text" for="cburls" data-locale="ST_cbURLs"><abbr class="slds-required" data-locale="IT_Required">* </abbr>coreBOS URLs</label>
<button class="slds-float_right" id="addBtncburls" data-locale="TT_Add">Add</button>
<div id="cburls"></div>
</div>
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-page-header__meta-text" for="modules" data-locale="ST_Modules"><abbr class="slds-required" data-locale="IT_Required">* </abbr>Modules</label>
<button class="slds-float_right" id="addBtncbmods" data-locale="TT_Add">Add</button>
<div id="cbmods"></div>
</div>
<div class="slds-form-element slds-form-element_stacked">
<label class="slds-form-element__label slds-page-header__meta-text" for="cbfields" data-locale="ST_OptionalFields"><abbr class="slds-required" data-locale="IT_Required">* </abbr>OptionalFields</label>
<button class="slds-float_right" id="addBtncbflds" data-locale="TT_Add">Add</button>
<div id="cbfields"></div>
</div>
</div>
<div>
<button class="slds-m-around_x-small" id="savesettings" data-locale="TT_SaveSettings">SaveSettings</button>
<div class="slds-scoped-notification slds-media slds-media_center slds-scoped-notification_light slds-hide slds-m-around_small slds-p-around_x-small" role="status" id="notificationcontainer">
<div class="slds-media__body" id="notificationdiv"></div>
</div>
</div>
</body>
<script src="cbutils.js"></script>
<script src="options.js"></script>
</html>