Skip to content

Commit

Permalink
Merge pull request #2306 from uktrade/LTD-5808_Change_Submit_button_l…
Browse files Browse the repository at this point in the history
…abels_to_Continue

Update button labels to 'Save and continue'
  • Loading branch information
hnryjmes authored Jan 17, 2025
2 parents 23f0a85 + a57a268 commit a6298d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1 class="govuk-heading-xl">Product location and journey summary</h1>
</dl>

<div class="govuk-button-group">
<a id="submit" href="{% url 'applications:task_list' application.id %}" class="govuk-button" data-module="govuk-button">Submit</a>
<a id="submit" href="{% url 'applications:task_list' application.id %}" class="govuk-button" data-module="govuk-button">Save and continue</a>
<a href="{% url 'applications:export_details' application.id %}" role="button" draggable="false" class="govuk-button govuk-button--secondary"> Edit </a>
</div>
{% endblock %}
8 changes: 4 additions & 4 deletions exporter/templates/applications/party-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% endblock %}

{% block body %}
<div class="govuk-width-container">
<div>

<div class="lite-app-bar">
<div class="lite-app-bar__content">
<h1 class="govuk-heading-l">
Expand Down Expand Up @@ -258,9 +258,9 @@ <h1 class="govuk-heading-l">
{% endif %}
</div>

<div>
<div class="govuk-button-group">
<a draggable="false" class="govuk-button govuk-button--primary" href="{% url 'applications:task_list' pk %}">
Submit
Save and continue
</a>
<a draggable="false" class="govuk-button govuk-button--secondary" href="{% url 'applications:remove_end_user' pk obj_pk %}">
Remove end-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% endblock %}

{% block body %}
<div class="govuk-width-container">
<div class="govuk-width-container">
<div>
<div>
<div class="lite-app-bar">
<div class="lite-app-bar__content">
<h1 class="govuk-heading-l">
Expand Down Expand Up @@ -98,9 +98,8 @@ <h1 class="govuk-heading-l">
</div>
{% endif %}
</dl>
</div>
</div>
<div class="govuk-button-group">
<a id="submit" href="{% url 'applications:task_list' application.id %}" class="govuk-button" data-module="govuk-button">Save and continue</a>
</div>
</div>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Feature: I want to indicate the standard licence I want
And I select "yes" to permanently exported
And I select "yes" to shipping air waybill or lading
And I select "directly to the end-user" to who products are going
And I click on "Submit"
And I click on "Save and continue"
And I click on "Do you have a security approval?"
And I select "No" to if you are exporting classified products
And I click save and continue link
Expand All @@ -99,7 +99,7 @@ Feature: I want to indicate the standard licence I want
And I enter "123 Main Street" and "France" for end user address
And I enter "Joe Bloggs" for signatory name
And I select no and enter "reason" for end user document
And I click on "Submit"
And I click on "Save and continue"
And I submit the application
Then my answers are played back to me
And I see "Standard Individual Export Licence" as the Licence
Expand Down Expand Up @@ -218,7 +218,7 @@ Feature: I want to indicate the standard licence I want
And I select "yes" to permanently exported
And I select "yes" to shipping air waybill or lading
And I select "directly to the end-user" to who products are going
And I click on "Submit"
And I click on "Save and continue"
And I click on "Do you have a security approval?"
And I select "No" to if you are exporting classified products
And I click save and continue link
Expand All @@ -230,7 +230,7 @@ Feature: I want to indicate the standard licence I want
And I enter "123 Main Street" and "France" for end user address
And I enter "Joe Bloggs" for signatory name
And I select no and enter "reason" for end user document
And I click on "Submit"
And I click on "Save and continue"
And I submit the application
Then my answers are played back to me
And I see "Standard Individual Export Licence" as the Licence
Expand Down

0 comments on commit a6298d0

Please sign in to comment.