-
${fn:escapeXml(langProps['logout_success_header'])}
+
-
${langProps['logout_success_msg']}
+
diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationForm.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationForm.jsp
index fb8af4cd3..6caad813f 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationForm.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationForm.jsp
@@ -4,6 +4,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="t" tagdir="/WEB-INF/tags/common"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-
${fn:escapeXml(langProps['registration_header1'])}
+
${fn:escapeXml(client.clientName)}
@@ -33,14 +34,14 @@ pageContext.setAttribute("cssLinks", cssLinks);
${fn:escapeXml(client.clientName)}
- ${langProps['registration_header2']}
+ ${" "}
-
${langProps['registration_message']}
+
diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationFormContinue.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationFormContinue.jsp
index a8bf430b9..74d4ea31b 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationFormContinue.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/registrationFormContinue.jsp
@@ -4,6 +4,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="t" tagdir="/WEB-INF/tags/common"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedApproveDevice.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedApproveDevice.jsp
index 9c78e5cc9..625d08612 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedApproveDevice.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedApproveDevice.jsp
@@ -5,6 +5,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="t" tagdir="/WEB-INF/tags/common" %>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
- ✔ ${langProps['device_approved_approved']}
- ✗ ${langProps['device_approved_rejected']}
+ ✔
+ ✗
- ${langProps['device_approved_text_approved_start']}${" "}
+ ${" "}
- ${" "}${langProps['device_approved_text_approved_end']}
+ ${" "}
- ${langProps['device_approved_text_rejected_start']}${" "}
-
-
- ${". "}${langProps['device_approved_text_rejected_end']}
+
+
+ ${" "}
+
+
+ ${" "}
+
+ ${". "}
-
+ q
<%-- wrap --%>
diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedRequestUserCode.jsp b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedRequestUserCode.jsp
index bc60de450..ce94d3c3d 100644
--- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedRequestUserCode.jsp
+++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/views/themedRequestUserCode.jsp
@@ -4,6 +4,7 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="t" tagdir="/WEB-INF/tags/common" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>