From d7d93039d787a86fa4e67a3307d076f1318959be Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Tue, 10 Dec 2019 09:57:01 +0100 Subject: [PATCH] refs #15562 [fid_bbi] feedback form * modified feedback form --- fid_bbi/languages/de.ini | 3 ++- fid_bbi/languages/en.ini | 4 +++- themes/fid_bbi/templates/feedback/form.phtml | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/fid_bbi/languages/de.ini b/fid_bbi/languages/de.ini index 98c598571fb..347480bb074 100644 --- a/fid_bbi/languages/de.ini +++ b/fid_bbi/languages/de.ini @@ -54,7 +54,8 @@ Report an error = "Fehler melden" Terms of Use = "Nutzungsbedingungen" # cf. #15230 email_subject = "Betreff" -email_contact_policy = "Ich habe die %%policy_link%% gelesen und bin damit einverstanden." +email_contact_policy = "Ich akzeptiere die %%policy_link%%." +Send = "Abschicken" ; #14759 Project Coordination = "Projektkoordination" diff --git a/fid_bbi/languages/en.ini b/fid_bbi/languages/en.ini index 89f8addc018..eb6ff71457e 100644 --- a/fid_bbi/languages/en.ini +++ b/fid_bbi/languages/en.ini @@ -27,12 +27,14 @@ Get RSS Feed = "RSS Feed" LibraryName = Fachinformationsdienst Buch-, Bibliotheks- und Informationswissenschaft (FID BBI) LibraryNameShort = Fachinformationsdienst Buch-, Bibliotheks- und Informationswissenschaft Local = "Local Holdings" +Questions And Notes = "Questions And Notes" Terms of Use = "Terms of Use" Privacy Policy = "Privacy Policy" Remove all Filters = "Remove all Filters" Report an error = "Report an Error" Username = "E-Mail address" -email_contact_policy = "I have read and agree to the %%policy_link%%." +email_contact_policy = "I hereby accept the %%policy_link%%." +Send = "Submit" Book Suggestion = Acquisition Request ISBD Citation = ISBD Citation diff --git a/themes/fid_bbi/templates/feedback/form.phtml b/themes/fid_bbi/templates/feedback/form.phtml index 450d69e11ef..9ee79579e6e 100644 --- a/themes/fid_bbi/templates/feedback/form.phtml +++ b/themes/fid_bbi/templates/feedback/form.phtml @@ -30,6 +30,11 @@ </div> <?php else: ?> <?= $this->form()->openTag($form); ?> + <div class="form-group"> + <div class="subito-pg"> + * <?= $this->transEsc("This field is required") ?> + </div> + </div> <?php if ($helpPre): ?> <div class="form-group"> <div class="form-info pre"> -- GitLab