From 55f8c1809637dea907158f538a308d814b95ef9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 12 May 2016 10:08:50 +0200 Subject: [PATCH] moved template to proper place (cherry-pick this) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../{ => user}/guest_registration_form.tpl | 0 web/guest/user/register.xhtml | 18 ++++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) rename web/WEB-INF/templates/guest/{ => user}/guest_registration_form.tpl (100%) diff --git a/web/WEB-INF/templates/guest/guest_registration_form.tpl b/web/WEB-INF/templates/guest/user/guest_registration_form.tpl similarity index 100% rename from web/WEB-INF/templates/guest/guest_registration_form.tpl rename to web/WEB-INF/templates/guest/user/guest_registration_form.tpl diff --git a/web/guest/user/register.xhtml b/web/guest/user/register.xhtml index 0fece067..ab0f9104 100644 --- a/web/guest/user/register.xhtml +++ b/web/guest/user/register.xhtml @@ -3,25 +3,27 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > - #{msg.PAGE_TITLE_CUSTOMER_REGISTER} + #{msg.PAGE_TITLE_USER_REGISTER} - #{msg.CONTENT_TITLE_CUSTOMER_REGISTER} + #{msg.CONTENT_TITLE_USER_REGISTER}
- Sie sind bereits Kunde? Dann einloggen. + #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_1} + + #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_2}
- +
-- 2.39.5