Merged PR 2585: added text before make reps button
added text before make reps button Related work items: #24650
This commit is contained in:
@@ -877,6 +877,57 @@ const CaseSummary = (props) => {
|
||||
<div className="govuk-grid-row">
|
||||
<div className="govuk-grid-column-full">
|
||||
<div className="">
|
||||
{getFormCollectionByID(
|
||||
appealTypeID
|
||||
).PrimaryIdAttribute ==
|
||||
"pinswg_sipscase" &&
|
||||
isConsultationWindowOpen(
|
||||
detailsObj
|
||||
) && (
|
||||
<p>
|
||||
{t(
|
||||
"case:summary-make-consultation-response-para-a"
|
||||
)}
|
||||
<Link
|
||||
target="_blank"
|
||||
className="govuk-link"
|
||||
href={t(
|
||||
"case:summary-make-representation-para-a-link"
|
||||
)}
|
||||
>
|
||||
{t(
|
||||
"case:summary-make-representation-para-a-label"
|
||||
)}
|
||||
</Link>
|
||||
</p>
|
||||
)}
|
||||
{isGeneralRepresentationWindowOpen(
|
||||
detailsObj
|
||||
) && (
|
||||
<div className="govuk-button-group">
|
||||
{getFormCollectionByID(
|
||||
appealTypeID
|
||||
).PrimaryIdAttribute ==
|
||||
"pinswg_sipscase" && (
|
||||
<p>
|
||||
{t(
|
||||
"case:summary-make-representation-para-a"
|
||||
)}
|
||||
<Link
|
||||
target="_blank"
|
||||
className="govuk-link"
|
||||
href={t(
|
||||
"case:summary-make-representation-para-a-link"
|
||||
)}
|
||||
>
|
||||
{t(
|
||||
"case:summary-make-representation-para-a-label"
|
||||
)}
|
||||
</Link>
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
<div className="govuk-button-group">
|
||||
{getFormCollectionByID(
|
||||
appealTypeID
|
||||
@@ -983,6 +1034,7 @@ const CaseSummary = (props) => {
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
||||
{isGeneralRepresentationWindowOpen(
|
||||
detailsObj
|
||||
) && (
|
||||
|
||||
Reference in New Issue
Block a user