Skip to content

Commit

Permalink
designing new decision on entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamHNHSBSA committed Jan 9, 2025
1 parent 549c2b7 commit 1dba53e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions app/views/sed-create-h001-person.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ <h3 class="nhsuk-u-margin-top-9">Additional information</h3>
</select>
</div>

<div class="nhsuk-form-group">
<label class="nhsuk-label" for="example">
Other (optional)
</label>
<input class="nhsuk-input nhsuk-input--width-20" id="example" name="example" type="text" value="">
</div>


<a href="sed-create-h001-address" title="Continue to next section">
<button class="nhsuk-button nhsuk-u-margin-top-6" data-module="nhsuk-button" type="submit">
Expand Down
14 changes: 7 additions & 7 deletions app/views/sed-s045-form-decision-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ <h2 class="nhsuk-heading-m">Entitlement decision</h2>
<div class="nhsuk-radios">

<div class="nhsuk-radios__item">
<input class="nhsuk-radios__input" id="example-1" name="example" type="radio" value="no" onclick="window.location.href = 'sed-s045-form-decision-yes';">
<input class="nhsuk-radios__input" id="example-1" name="example" type="radio" value="no">
<label class="nhsuk-label nhsuk-radios__label" for="example-1">
Approved
</label>
</div>

<div class="nhsuk-radios__item">
<input class="nhsuk-radios__input" id="example-2" name="example" type="radio" value="yes" onclick="window.location.href = 'sed-s045-form-decision-no';">
<input class="nhsuk-radios__input" id="example-2" name="example" type="radio" value="yes">
<label class="nhsuk-label nhsuk-radios__label" for="example-2">
Rejected
</label>
Expand All @@ -82,9 +82,9 @@ <h2 class="nhsuk-heading-m">Entitlement decision</h2>



<h2 class="nhsuk-heading-m nhsuk-u-margin-top-9">Accepted information for entitlement</h2>
<h2 class="nhsuk-u-margin-top-9">Approved information for entitlement</h2>

<h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">Entitlement period of treatment</h3>
<h3 class="nhsuk-u-margin-top-4">Entitlement period of treatment</h3>

<div class="nhsuk-form-group nhsuk-u-margin-top-4">

Expand Down Expand Up @@ -155,13 +155,13 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">Entitlement period of treatment
</fieldset>

</div>
<h2 class="nhsuk-heading-m nhsuk-u-margin-top-9">Rejected information for entitlement</h2>
<h2 class="nhsuk-heading-m nhsuk-u-margin-top-9">Rejected information for entitlement (optional)</h2>

<div class="nhsuk-form-group nhsuk-u-margin-top-4">
<fieldset class="nhsuk-fieldset">
<legend class="nhsuk-fieldset__legend nhsuk-fieldset__legend--l">
<label class="nhsuk-label" for="example">
Decision on entitlement
Decision on entitlement (optional)
</label>
</legend>

Expand Down Expand Up @@ -194,7 +194,7 @@ <h2 class="nhsuk-heading-m nhsuk-u-margin-top-9">Rejected information for entitl

<div class="nhsuk-form-group nhsuk-u-margin-top-4">
<label class="nhsuk-label" for="example">
Reason for other
Reason for other (optional)
</label>
<textarea class="nhsuk-textarea nhsuk-u-width-one-half" id="example" name="example" rows="3" aria-describedby="example-hint"></textarea>
</div>
Expand Down

0 comments on commit 1dba53e

Please sign in to comment.