From 74ac1d8f53686697e4056940d6152062d2215634 Mon Sep 17 00:00:00 2001 From: Andi Nitsche Date: Sat, 8 Apr 2017 21:13:16 +0200 Subject: [PATCH] adjustments for e-tickets --- .../src/PreReg/Controller/InfoController.php | 3 +++ module/PreReg/view/pdf/eticket.phtml | 6 ++--- module/PreReg/view/pre-reg/info/forms.phtml | 23 +++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 module/PreReg/view/pre-reg/info/forms.phtml diff --git a/module/PreReg/src/PreReg/Controller/InfoController.php b/module/PreReg/src/PreReg/Controller/InfoController.php index 0e718bd0..2d8b33b2 100644 --- a/module/PreReg/src/PreReg/Controller/InfoController.php +++ b/module/PreReg/src/PreReg/Controller/InfoController.php @@ -37,6 +37,9 @@ public function indexAction() { 'deadline' => $deadline, )); } + public function formsAction() { + return new ViewModel(array()); + } public function termsAction() { $forrest = new Service\BreadcrumbService(); if(!$forrest->exists('terms')) { diff --git a/module/PreReg/view/pdf/eticket.phtml b/module/PreReg/view/pdf/eticket.phtml index af36aeb0..78200a61 100644 --- a/module/PreReg/view/pdf/eticket.phtml +++ b/module/PreReg/view/pdf/eticket.phtml @@ -165,9 +165,9 @@

translate('Brief instruction'); ?>

-

translate('This is your E-Ticket for the %s. Please bring this document with you to the event! It\'s not necessarily needed to print your E-Ticket. You can present it on any electronical device.'), $config['ERS']['name_with_year']); ?>

+

translate('This is your E-Ticket for the %s. Please bring this document with you to the event! It isn\'t necessary to print your E-Ticket. You can present it on any electronic device.'), $config['ERS']['name_with_year']); ?>

-

translate('Please make sure that your data (name, firstname, date of birth) on this E-Ticket are the same as the ones on your ID card or passport. This will help us that only you can enter with your E-ticket and nobody else.')) ?>

+

translate('Please make sure that the data (name, first name, date of birth) on this E-Ticket are exactly the same as the ones on your ID card or passport. This guarantees that only you can register for the event with your E-ticket and nobody else.')) ?>

getName()): @@ -178,7 +178,7 @@ url('info', array('action' => 'forms'), array('force_canonical' => true)); $youthFormLink = ''.$youthFormUrl.''; - printf($this->translate('Do not forget: Bring a filled and signed U16/U18 form with you. This form needs to be signed by your parents or your legal guardian. Without this signed form we\'re not allowed to let you access the EJC area. You can find this form at %s.'), + printf($this->translate('Do not forget: Bring a filled and signed U16/U18 form with you. This form must be printed and signed by your parents or your legal guardian. Without a signed U16/U18 form you cannot attend the event. You can find this form at %s.'), $youthFormLink) ?>

translate('Forms for participants of age under 16 and under 18'); +$this->headTitle($title); +?> +

+
+
+

Participants under 16

+

Participants under 16 years need an adult supervisor who is responsible for the participant throughout the event.

+
+
+

Participants under 18

+

Participants under 18 years need a letter of agreement signed by a legal guardian, so that they are allowed to attend the event on their own.

+
+
+ \ No newline at end of file