Skip to content

Commit

Permalink
Add template edit to old views tool
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryKlugerDS committed Sep 3, 2024
1 parent ae42122 commit 57fe111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-examples/embedded-views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ <h1>Problem! This page <i>requires</i> JavaScript support.
<select id="action" class="form-select-lg" aria-label="Action select">
<option>Envelope Send</option>
<option>Envelope Correct</option>
<option>Template Edit</option>
<!--<option>Envelope Edit</option>
<option>Envelope Recipient Preview</option>
<option>Envelope Recipient Manual Review</option>
<option>Template Edit</option>
<option>Template Document Responsive HTML Preview</option>
<option>Template Recipient Preview</option> -->
</select>
Expand Down Expand Up @@ -103,7 +103,7 @@ <h1>Problem! This page <i>requires</i> JavaScript support.
</select>
</div>
<div class="mb-3">
<label for="sendButtonAction" class="form-label">Send Button action:</label>
<label for="sendButtonAction" class="form-label">Primary (Send) Button action:</label>
<select id="sendButtonAction" class="form-select form-select-sm" aria-label=".form-select-sm example">
<option selected>send</option>
<option>redirect</option>
Expand Down

0 comments on commit 57fe111

Please sign in to comment.