From d20a625ce63fc4182b54d12d5392b78fabdd1ca9 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 19 Mar 2014 17:40:16 +0000 Subject: update report page text for ZeroTB Change to use sites terminology update notes on what happens to information remove some unused template tags --- templates/web/zerotb/report/update-form.html | 16 +++++++--------- templates/web/zerotb/report/updates-sidebar-notes.html | 3 +++ 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 templates/web/zerotb/report/updates-sidebar-notes.html diff --git a/templates/web/zerotb/report/update-form.html b/templates/web/zerotb/report/update-form.html index db58cb9d1..b278b5f8d 100644 --- a/templates/web/zerotb/report/update-form.html +++ b/templates/web/zerotb/report/update-form.html @@ -1,11 +1,9 @@
-

[% loc( 'Provide an update') %]

+

[% loc( 'Report a stockout') %]

- [% IF c.cobrand.moniker != 'emptyhomes' AND c.cobrand.moniker != 'stevenage' %]
[% INCLUDE 'report/updates-sidebar-notes.html' %]
- [% END %] [% INCLUDE 'errors.html' %] @@ -14,7 +12,7 @@ - + [% IF field_errors.update %]
[% field_errors.update %]
[% END %] @@ -30,6 +28,11 @@ [% ELSE %] + +
+

[% loc('We never show your email or name') %]

+
+ [% IF field_errors.email %]

[% field_errors.email %]

[% END %] @@ -39,11 +42,6 @@
[% INCLUDE name %] -
-

[% loc('We never show your email') %]

-

[% loc('Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]

-
-
diff --git a/templates/web/zerotb/report/updates-sidebar-notes.html b/templates/web/zerotb/report/updates-sidebar-notes.html new file mode 100644 index 000000000..28de7d4fa --- /dev/null +++ b/templates/web/zerotb/report/updates-sidebar-notes.html @@ -0,0 +1,3 @@ +

+ [% loc( 'Please note that reports are sent to the clinic.' ) %] + [% loc( 'Your information will only be used in accordance with our privacy policy' ) %]

-- cgit v1.2.3