You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -159,10 +249,12 @@ export default function reportJson(id) {
159
249
heading: contactbook,
160
250
actions: [
161
251
{
162
-
btnLabel: "",
252
+
btnId: "2204",
253
+
btnLabel: "Delete",
163
254
btnColor: "#f55a42",
164
255
textColor: "white",
165
-
btnIcon: "fa-solid fa-trash"
256
+
btnIcon: "fa-solid fa-trash",
257
+
action: "delete"
166
258
}
167
259
],
168
260
form: "ContactBook",
@@ -176,27 +268,33 @@ export default function reportJson(id) {
176
268
heading: head,
177
269
actions: [
178
270
{
179
-
btnLabel: "Use",
271
+
btnId: "2234",
272
+
btnLabel: "Create document",
180
273
btnColor: "#4bd396",
181
274
textColor: "white",
182
275
btnIcon: "fa fa-plus",
183
276
redirectUrl: "placeHolderSign",
184
-
selector: "reactourSecond",
185
-
message:
186
-
"Click the ‘Use’ button to create a new document from an existing template."
277
+
action: "redirect"
187
278
},
188
279
{
189
280
btnLabel: "Edit",
281
+
btnId: "2434",
190
282
btnColor: "#00c9d5",
191
283
textColor: "white",
192
-
btnIcon: "fa fa-plus",
284
+
btnIcon: "fa-solid fa-pen",
193
285
redirectUrl: "template",
194
-
selector: "reactourThird",
195
-
message:
196
-
"Use the ‘Edit’ button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but won’t affect existing documents."
286
+
action: "redirect"
287
+
},
288
+
{
289
+
btnId: "1834",
290
+
btnLabel: "Delete",
291
+
btnColor: "#ff4848",
292
+
textColor: "white",
293
+
btnIcon: "fa fa-trash",
294
+
redirectUrl: "",
295
+
action: "delete"
197
296
}
198
297
],
199
-
200
298
helpMsg:
201
299
"This is a list of templates that are available to you for creating documents. You can click the 'use' button to create a new document using a template, modify the document & add signers in the next step."
0 commit comments