File tree Expand file tree Collapse file tree 4 files changed +40
-5
lines changed
Expand file tree Collapse file tree 4 files changed +40
-5
lines changed Original file line number Diff line number Diff line change 4141 color : $nhsuk-secondary-text-colour ;
4242}
4343
44+ .app-suppress-link-styles .app-button-link {
45+ text-decoration : none ;
46+ color : $nhsuk-secondary-text-colour ;
47+ }
48+
4449.app-image-flip-horizontal {
4550 -webkit-transform : scaleX (-1 );
4651 transform : scaleX (-1 );
Original file line number Diff line number Diff line change 2626.app-link--warning {
2727 color : $nhsuk-error-colour ;
2828}
29+
30+ .app-button-link {
31+ background : none ;
32+ border : none ;
33+ color : $nhsuk-link-colour ;
34+ cursor : pointer ;
35+ font : inherit ;
36+ padding : 0 ;
37+ text-align : left ;
38+ text-decoration : underline ;
39+
40+ & :hover ,
41+ & :focus {
42+ color : $nhsuk-link-hover-colour ;
43+ text-decoration : none ;
44+ }
45+ }
Original file line number Diff line number Diff line change 66
77{% set gridColumn = "nhsuk-grid-column-full" %}
88
9- {% set formAction = './imaging-answer ' %}
9+ {% set formAction = './images ' %}
1010
1111{% set activeTab = 'images' %}
1212
@@ -28,13 +28,26 @@ <h1 class="nhsuk-heading-l js-image-count">
2828 {% set insetHtml %}
2929 < p > Mammography images will appear here once they have been transmitted by the PACS</ p >
3030 {% endset %}
31+
3132 {{ insetText({
3233 html: insetHtml
3334 }) }}
3435
35- < div id ="loading-spinner " class ="">
36- < p class ="app-suppress-link-styles "> < a href ="./images?event[workflowStatus][awaiting-images]=completed "> < span class =""> Loading images...</ span > </ a > </ p >
37- </ div >
36+
37+ {{ appHiddenInput({
38+ name: "event[workflowStatus][awaiting-images]",
39+ value: "completed"
40+ }) }}
41+
42+ < p class ="app-suppress-link-styles ">
43+ < button class ="app-button-link " type ="submit ">
44+ Loading images...
45+ </ button >
46+ {# < a href ="./images?event[workflowStatus][awaiting-images]=completed ">
47+ < span class =""> Loading images...</ span >
48+ </ a > #}
49+ </ p >
50+
3851
3952
4053 {% include "screening-cannot-proceed-link.njk" %}
Original file line number Diff line number Diff line change 1111 {% if isAwaitingImages %}
1212 {% include "events/images-before-mammography.html" %}
1313 {% else %}
14- {% include "events/images-during-mammography.html" %}
14+ {% include "events/images-during-mammography.html" %}
1515 {% endif %}
1616
1717{% endif %}
You can’t perform that action at this time.
0 commit comments