diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-19 17:40:16 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:12 +0100 |
commit | d20a625ce63fc4182b54d12d5392b78fabdd1ca9 (patch) | |
tree | 9b0e933fb904cbb9b7e492bef1e2e00572194e4e | |
parent | 6daa28af47cb7a854b961601d9f23a8ddfc20db3 (diff) |
update report page text for ZeroTB
Change to use sites terminology
update notes on what happens to information
remove some unused template tags
-rw-r--r-- | templates/web/zerotb/report/update-form.html | 16 | ||||
-rw-r--r-- | templates/web/zerotb/report/updates-sidebar-notes.html | 3 |
2 files changed, 10 insertions, 9 deletions
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 @@ <div id="update_form"> - <h2>[% loc( 'Provide an update') %]</h2> + <h2>[% loc( 'Report a stockout') %]</h2> - [% IF c.cobrand.moniker != 'emptyhomes' AND c.cobrand.moniker != 'stevenage' %] <div class="general-sidebar-notes"> [% INCLUDE 'report/updates-sidebar-notes.html' %] </div> - [% END %] [% INCLUDE 'errors.html' %] @@ -14,7 +12,7 @@ <input type="hidden" name="submit_update" value="1"> <input type="hidden" name="id" value="[% problem.id | html %]"> - <label for="form_update">[% loc( 'Update' ) %]</label> + <label for="form_update">[% loc( 'Details' ) %]</label> [% IF field_errors.update %] <div class='form-error'>[% field_errors.update %]</div> [% END %] @@ -30,6 +28,11 @@ [% ELSE %] <label for="form_rznvy">[% loc('Email' ) %]</label> + + <div class="general-sidebar-notes"> + <p class="dark">[% loc('We never show your email or name') %]</p> + </div> + [% IF field_errors.email %] <p class='form-error'>[% field_errors.email %]</p> [% END %] @@ -39,11 +42,6 @@ <div id="form_sign_in_no"> [% INCLUDE name %] - <div class="general-sidebar-notes"> - <p class="dark">[% loc('We never show your email') %]</p> - <p>[% loc('Providing a password is optional, but doing so will allow you to more easily report problems, leave updates and manage your reports.') %]</p> - </div> - <div class="form-txt-submit-box"> <input class="green-btn" type="submit" name="submit_register" id="submit_register" value="[% loc('Post') %]"> </div> 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 @@ + <p> + [% loc( 'Please note that reports are sent to the clinic.' ) %] + [% loc( 'Your information will only be used in accordance with our <a href="/privacy">privacy policy</a>' ) %]</p> |