GUEST_RESEND_CONFIRMATION_LINK_NOTICE=The old confirmation link won't work after this. Please always use the one from newer email.
RESEND_CONFIRMATION_LINK_LEGEND=Enter email address:
RESEND_CONFIRMATION_LINK_LEGEND_TITLE=Please enter your email address you have used on registration.
-LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address. This requires another confirmation and can be undone.
LOGIN_ENTER_CURRENT_PASSWORD_CONFIRM=Current password:
LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Please enter your current password for confirmation of the change.
LOGIN_EDIT_USER_DATA_TITLE=What do you want to change?
LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Your current password for confirmation:
LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Change personal data:
LINK_LOGIN_USER_CHANGE_PASSWORD_TITLE=Change here your password, if you want another one.
-LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Change your email address
LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Restore your password
PAGE_TITLE_INDEX_CONFIRM_ACCOUNT=Confirm registration
CONTENT_TITLE_INDEX_CONFIRM_ACCOUNT=Confirm user registration:
>
<ui:composition template="/WEB-INF/templates/login/user/user_base.tpl">
+<<<<<<< HEAD
<ui:define name="login_title">
<h:outputText value="#{msg.PAGE_TITLE_USER_LOGIN_FOO}" />
</ui:define>
+=======
+ <ui:define name="login_title">#{msg.PAGE_TITLE_LOGIN_FOO}</ui:define>
+>>>>>>> 1b276cd... Cleanups:
<ui:define name="content_header">
<h:outputText value="#{msg.SUB_TITLE_USER_LOGIN_FOO}" />
<ui:define name="menu">
<ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
- <ui:include src="/WEB-INF/templates/login/user/user_menu.tpl" />
+ <ui:include id="menu" src="/WEB-INF/templates/login/user/user_menu.tpl" />
</ui:fragment>
+
<ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
<ui:include src="/WEB-INF/templates/generic/message_box_mini.tpl">
<ui:param name="message" value="#{msg.USER_NOT_LOGGED_IN}" />