Skip to content

Commit acb5786

Browse files
committed
requested fixes
1 parent 5dc6bc9 commit acb5786

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

src/main/resources/public/assets/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,13 +426,13 @@ a.cta {
426426
}
427427

428428
.ctaLeft{
429-
left: 35%;
429+
left: 31%;
430430
top: 213px;
431431
position: absolute;
432432
}
433433

434434
.ctaRight{
435-
left: 54%;
435+
left: 52%;
436436
top: 212px;
437437
position: absolute;
438438
}
@@ -585,7 +585,7 @@ h4.consentLead {
585585
p.consentSub {
586586
color: white;
587587
position: relative;
588-
left: 10px;
588+
/* left: 10px; */
589589
font-size: 14px;
590590
margin-right: 30px;
591591
}
@@ -718,7 +718,7 @@ p.financSub {
718718
}
719719

720720
a.cta {
721-
left: 38%;
721+
left: 21%;
722722
}
723723

724724

src/main/webapp/WEB-INF/templates/views/pages/examples/consentforms.jsp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
<h4>Code Flow:</h4>
8080

8181

82-
<p>View source files <a style="color:whitesmoke" target="_blank" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/ConsentForms.java">consentform.java</a> and <a style="color:whitesmoke" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/common/ds/EnvelopeHelpers.java" target="_blank" >EnvelopeHelpers.java</a> on GitHub.
82+
<p>View source files <a style="color:#00BAA1;" target="_blank" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/ConsentForms.java">ConsentForms.java</a> and <a style="color:#00BAA1;" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/common/ds/EnvelopeHelpers.java" target="_blank" >EnvelopeHelpers.java</a> on GitHub.
8383

8484

8585

8686

8787

8888
<h4>Step 1</h4>
8989

90-
<p>We have the patient fill out this form with their contact information. With this information, we'll generate an envelope definition:</p>
90+
<p>We have the patient fill out this form with their contact information. With this information, we'll generate an envelope definition.</p>
9191

9292

9393

@@ -103,7 +103,6 @@
103103

104104
<h4>Step 4</h4>
105105

106-
<p>To send an envelope through the DocuSign eSignature API, we'll need the account ID of the user and an access token, which was generated earlier upon opening the form. From there, we'll pass along the envelope that was generated in Step 1. We return the envelope ID as a GET response parameter in the url.
107-
. This is the createEnevelope function that sends off the API call as found on line 62 in ConsentForms.java.</p>
106+
<p>To send an envelope through the DocuSign eSignature REST API in the URL. This is the <a href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" style="color:#00BAA1;" target="_blank" >Envelopes:create</a> method.</p>
108107

109108
</div>

src/main/webapp/WEB-INF/templates/views/pages/examples/financialforms.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<h4>Code Flow:</h4>
4444

4545

46-
<p>View source file <a style="color:whitesmoke" href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/FinancialForms.java">financialforms.java</a> on GitHub.
46+
<p>View source file <a style="color:#00BAA1;" target='_blank' href="https://github.com/docusign/sample-app-mymedicalrecords-java/blob/master/src/main/java/com/docusign/controller/examples/FinancialForms.java">financialforms.java</a> on GitHub.
4747

4848

4949
<h4>Step 1</h4>
@@ -56,15 +56,15 @@
5656

5757

5858

59-
<p>Next, we'll send the envelope to DocuSign via the <a style="color:whitesmoke" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" target="_blank">Envelopes:create</a> method to retrieve the Envelope ID.</p>
59+
<p>Next, we'll send the envelope to DocuSign via the <a style="color:#00BAA1;" target="_blank" href="https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/" target="_blank">Envelopes:create</a> method to retrieve the Envelope ID.</p>
6060

6161

6262
<h4>Step 3</h4>
6363

6464

6565

6666

67-
<p>Finally, we'll create a recipient and resulting redirect URL that we can use to embed the DocuSign envelope into our application. </p>
67+
<p>Finally, we'll create a recipient and a redirect URL that we can use to embed the DocuSign envelope into our application. </p>
6868

6969

7070
</div>

src/main/webapp/WEB-INF/templates/views/pages/examples/patientdocs.jsp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<div class="consent">
66
<p class="pDocTitle">Consent Form</p>
77

8-
<pre style="position: absolute; width: 412px; left: 60px; top: 108px; font-family: Roboto; font-style: normal;
9-
font-weight: normal; font-size: 16px; line-height: 21px; color: #D9D9D9;">
8+
<pre style="position: absolute; width: 412px; left: 60px; top: 80px; font-family: Roboto; font-style: normal;
9+
font-weight: normal; font-size: 16px; line-height: 21px; color:#00BAA1;">
1010
<p style="text-align: center; padding-right: 44px;">Docusign features used:</p>
1111
<li class="liGreen">Responsive Signing (SMS Delivery)</li>
1212
<li class="liGreen">Templates</li>
@@ -17,7 +17,6 @@
1717
<div class="startbox1">
1818

1919
<a href="consentforms">Get Started</a>
20-
2120
</div>
2221

2322
</div>
@@ -27,7 +26,7 @@
2726
<p class="text-nowrap pDocTitle">Financial Form</p>
2827

2928
<pre style="position: absolute; width: 412px; left: 60px; top: 80px; font-family: Roboto; font-style: normal;
30-
font-weight: normal; font-size: 16px; line-height: 21px; color: #D9D9D9;">
29+
font-weight: normal; font-size: 16px; line-height: 21px; color:#00BAA1;">
3130
<p style="text-align: center; padding-right: 44px;">DocuSign features used: </p>
3231
<li class="liGreen">Embedded Signing (recipient view)</li>
3332
<li class="liGreen">Templates</li>

src/main/webapp/WEB-INF/templates/views/partials/foot.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010

1111
<p class="footLead">
12-
DocuSign: It is time to agree better</p>
12+
DocuSign: It's time to agree better</p>
1313

1414
<p class="footSub">
1515
DocuSign helps organizations connect and automate how they prepare, sign, act on and manage agreements.
1616
</p>
1717

1818
<div class="ctaLeft">
1919
<a href="https://go.docusign.com/o/sandbox/" target="_blank" class="cta"><span style="text-align:center">
20-
Create&nbsp;developer&nbsp;account
20+
Create&nbsp;Developer&nbsp;Account
2121
</span></a>
2222
</div>
2323
<div class="ctaRight">

0 commit comments

Comments
 (0)