mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Add banner back on send sms page
This commit is contained in:
@@ -64,13 +64,18 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-info,
|
||||||
.banner-important {
|
.banner-important {
|
||||||
@extend %banner;
|
@extend %banner;
|
||||||
background: $white;
|
background: $white;
|
||||||
color: $text-colour;
|
color: $text-colour;
|
||||||
background-image: file-url('icon-important-2x.png');
|
background-image: file-url('icon-important-2x.png');
|
||||||
background-size: 34px 34px;
|
background-size: 34px 34px;
|
||||||
background-position: 0 0;
|
background-position: 0 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 7px 0 5px 50px;
|
padding: 7px 0 5px 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-info {
|
||||||
|
background-image: file-url('icon-information-2x.png');
|
||||||
|
}
|
||||||
|
|||||||
@@ -14,14 +14,21 @@
|
|||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
|
|
||||||
{{ sms_message(template.formatted_as_markup) }}
|
{{ sms_message(template.formatted_as_markup) }}
|
||||||
|
|
||||||
|
{{ banner(
|
||||||
|
'You can upload real data, but we’ll only send to your mobile number until you <a href="{}">request to go live</a>'|safe,
|
||||||
|
'info'
|
||||||
|
)}}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{file_upload(form.file, button_text='Upload a CSV file')}}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('.get_example_csv', service_id=service_id, template_id=template.id) }}">Download an example CSV file</a>
|
<a href="{{ url_for('.get_example_csv', service_id=service_id, template_id=template.id) }}">Download an example CSV file</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{file_upload(form.file, button_text='Upload a CSV file')}}
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user