From 180ed6c2080e3e998e691eced1a7175d43ce16bf Mon Sep 17 00:00:00 2001
From: Robert Lange <robert.lange@uni-leipzig.de>
Date: Thu, 20 Jun 2019 17:25:01 +0200
Subject: [PATCH] refs #15235 [fid] refactor registrations forms

* add legend for required fields
* fix moving label by click on eula
* set checkbox by click on label
* add back buttons to policy and terms in lightbox
---
 themes/fid/templates/fid/user/create.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/fid/templates/fid/user/create.phtml b/themes/fid/templates/fid/user/create.phtml
index 4f49c9642ec..35a227f3e84 100644
--- a/themes/fid/templates/fid/user/create.phtml
+++ b/themes/fid/templates/fid/user/create.phtml
@@ -247,12 +247,12 @@ $elemEulaAccepted->setAttribute('id', $elemEulaAccepted->getAttribute('name') ??
         <?= $this->formElement($elemEulaAccepted) ?>
         <?= $this->formLabel()->openTag($elemEulaAccepted) ?>
         <?= $this->translate("fid::policy_text") ?>
-        <? $url = $this->url('fid/user/policy') ?>
+        <?php $url = $this->url('fid/user/policy') ?>
         <a data-lightbox href="<?= $url ?>">
             <?= $this->translate("fid::policy") ?>
         </a>
         <?= $this->translate("fid::terms_text") ?>
-        <? $url = $this->url('fid/user/terms') ?>
+        <?php $url = $this->url('fid/user/terms') ?>
         <a data-lightbox href="<?= $url ?>">
             <?= $this->translate("fid::terms") ?>
         </a>.
-- 
GitLab