diff options
Diffstat (limited to 'templates')
-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> |