diff --git a/perun-oidc-server-webapp/src/main/resources/localization/messages_cs.properties b/perun-oidc-server-webapp/src/main/resources/localization/messages_cs.properties index e9f014942..3ef721f53 100644 --- a/perun-oidc-server-webapp/src/main/resources/localization/messages_cs.properties +++ b/perun-oidc-server-webapp/src/main/resources/localization/messages_cs.properties @@ -131,7 +131,7 @@ here=zde. agree_aup=Souhlas\u00EDm s podm\u00EDnkami u\u017Eit\u00ED #MUNI header specific -unif_login="P\u0159ihl\u00E1\u0161en\u00ED na MU" +unif_login="Jednotn\u00E9 p\u0159ihl\u00E1\u0161en\u00ED MUNI" go_to_login_title=P\u0159ej\u00EDt k p\u0159ihl\u00E1\u0161en\u00ED (Kl\u00E1vesov\u00E1 zkratka: Alt + 2) go_to_login_text=P\u0159ej\u00EDt k p\u0159ihl\u00E1\u0161en\u00ED language=\u010Cesky @@ -140,12 +140,12 @@ img_width=180 img_height=34 other_lang=en other_language=English -muni_logo=MUNI Jednotn\u00E9 p\u0159ihl\u00E1\u0161en\u00ED +muni_logo=Jednotn\u00E9 p\u0159ihl\u00E1\u0161en\u00ED MUNI #MUNI footer specific masaryk_university=© Masarykova univerzita service=Slu\u017Ebu -unified_login=Jednotn\u00E9 p\u0159ihl\u00E1\u0161en\u00ED na MU +unified_login=Jednotn\u00E9 p\u0159ihl\u00E1\u0161en\u00ED MUNI provided=zaji\u0161\u0165uje ics=\u00DAstav v\u00FDpo\u010Detn\u00ED techniky MU diff --git a/perun-oidc-server-webapp/src/main/resources/localization/messages_en.properties b/perun-oidc-server-webapp/src/main/resources/localization/messages_en.properties index 25d480363..057597046 100644 --- a/perun-oidc-server-webapp/src/main/resources/localization/messages_en.properties +++ b/perun-oidc-server-webapp/src/main/resources/localization/messages_en.properties @@ -130,7 +130,7 @@ here=here. agree_aup=I agree with the acceptable usage policy #MUNI header specific -unif_login=Unified MU login +unif_login=MUNI Unified Login go_to_login_title=Go to login (Shortcut: Alt + 2) go_to_login_text=Go to login language=English @@ -139,12 +139,12 @@ img_width=160 img_height=35 other_lang=cs other_language=\u010Cesky -muni_logo=MUNI Unified login +muni_logo=MUNI Unified Login #MUNI footer specific masaryk_university=© Masaryk University service=The service -unified_login=Unified MU login +unified_login=MUNI Unified Login provided=is provided by ics=Institute of Computer Science diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag index 6d80af1ac..a7f3adade 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/tags/muni/header.tag @@ -8,7 +8,7 @@ <%@ attribute name="samlResourcesURL" required="true" %> <%@ attribute name="cssLinks" required="true" type="java.util.ArrayList" %> - + @@ -18,7 +18,13 @@ <spring:message code="unified_login"/> | ${title} - + + + + + + + diff --git a/perun-oidc-server-webapp/src/main/webapp/resources/images/muni.ico b/perun-oidc-server-webapp/src/main/webapp/resources/images/muni.ico index e41dd3698..536b41864 100644 Binary files a/perun-oidc-server-webapp/src/main/webapp/resources/images/muni.ico and b/perun-oidc-server-webapp/src/main/webapp/resources/images/muni.ico differ