Replace end-user with requestor

This commit is contained in:
luis cielak 2018-09-05 09:25:38 -05:00
parent 54a2821952
commit 054ff82beb

View File

@ -72,9 +72,9 @@
<div class="form__sub-fields"> <div class="form__sub-fields">
<h3>Comments to End User</h3> <h3>Comments to Requestor</h3>
You may leave a comment for the end user explaining what changes are being requested or why further discussion is needed about this request. The user can then re-submit the request with your changes requested or may initiate an offline message (via email) to respond to the CCPO directly. <br> This notes are optional and <b>will be visible to end-users</b>. You may leave a comment for the requestor explaining what changes are being requested or why further discussion is needed about this request. The requestor can then re-submit the request with your changes requested or may initiate an offline message (via email) to respond to the CCPO directly. <br> This notes are optional and <b>will be visible to requestors</b>.
<div class='usa-input'> <div class='usa-input'>
<label for='notes'>Comments <em>(optional)</em></label> <label for='notes'>Comments <em>(optional)</em></label>
@ -87,7 +87,7 @@
<div class="form-row"> <div class="form-row">
<div class="form-col"> <div class="form-col">
<h3>Authorizing Officials</h3> <h3>Authorizing Officials</h3>
<p>This section is not visible to the end user. It will only be visible to CCPO staff.</p> <p>This section is not visible to the requestor. It will only be visible to CCPO staff.</p>
<p>Provide the name of the key officials for both parties that have authorized this request to move forward.</p> <p>Provide the name of the key officials for both parties that have authorized this request to move forward.</p>
</div> </div>
</div> </div>
@ -136,13 +136,6 @@
<input id='ccpo-behalf-fname' type='text' placeholder='Name of approving officer' tabindex='5' /> <input id='ccpo-behalf-fname' type='text' placeholder='Name of approving officer' tabindex='5' />
</div> </div>
<div class='usa-input'>
<label for='ccpo-behalf-email'>CCPO e-mail</label>
<input id='ccpo-behalf-email' type='email' placeholder='i.e. name@mail.mil' tabindex='7' />
</div>
</div> </div>
<div class="form-col"> <div class="form-col">
@ -152,12 +145,6 @@
<input id='ccpo-behalf-lname' type='text' placeholder='Name of approving officer' tabindex='6' /> <input id='ccpo-behalf-lname' type='text' placeholder='Name of approving officer' tabindex='6' />
</div> </div>
<div class='usa-input'>
<label for='ccpo-behalf-phone'>CCPO phone number</label>
<input id='ccpo-behalf-phone' type='tel' placeholder='i.e. (123) 456-7890' tabindex='8' />
</div>
</div> </div>
</div> </div>