diff --git a/openid-connect-server-webapp/src/main/resources/messages_en.properties b/openid-connect-server-webapp/src/main/resources/messages_en.properties index 5e8ad9480..fd166f87c 100644 --- a/openid-connect-server-webapp/src/main/resources/messages_en.properties +++ b/openid-connect-server-webapp/src/main/resources/messages_en.properties @@ -39,4 +39,17 @@ topbar.contact=Contact topbar.statistics=Statistics topbar.home=Home topbar.login=Log in -topbar.logout=Log ut \ No newline at end of file +topbar.logout=Log out + +sidebar.administrative=Administrative +sidebar.personal=Personal +sidebar.personal=Developer +sidebar.administrative.manage_clients=Manage Clients +sidebar.administrative.whitelisted_clients=Whitelisted Clients +sidebar.administrative.blacklisted_clients=Blacklisted Clients +sidebar.administrative.system_scopes=System Scopes +sidebar.personal.approved_sites=Manage Approved Sites +sidebar.personal.active_tokens=Manage Active Tokens +sidebar.personal.profile_information=View Profile Information +sidebar.developer.client_registration=Self-service client registration +sidebar.developer.resource_registration=Self-service protected resource registration \ No newline at end of file diff --git a/openid-connect-server-webapp/src/main/resources/messages_sv.properties b/openid-connect-server-webapp/src/main/resources/messages_sv.properties index 7db9f2256..bd6d23e38 100644 --- a/openid-connect-server-webapp/src/main/resources/messages_sv.properties +++ b/openid-connect-server-webapp/src/main/resources/messages_sv.properties @@ -41,4 +41,17 @@ topbar.contact=Kontakt topbar.statistics=Statistik topbar.home=Hem topbar.login=Logga in -topbar.logout=Logga ut \ No newline at end of file +topbar.logout=Logga ut + +sidebar.administrative=Administrativt +sidebar.personal=Personligt +sidebar.personal=Utvecklare +sidebar.administrative.manage_clients=Hantera klienter +sidebar.administrative.whitelisted_clients=Vitlistade klienter +sidebar.administrative.blacklisted_clients=Svartlistade klienter +sidebar.administrative.system_scopes=System-scope +sidebar.personal.approved_sites=Hantera godkända platser +sidebar.personal.active_tokens=Hantera aktiva biljetter +sidebar.personal.profile_information=Visa profilinformation +sidebar.developer.client_registration=Self-service klientregistering +sidebar.developer.resource_registration=Self-service registrering av skyddad resurs \ No newline at end of file diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/actionmenu.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/actionmenu.tag index d421ffa1a..8e8a49386 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/actionmenu.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/actionmenu.tag @@ -1,19 +1,20 @@ <%@ tag language="java" pageEncoding="UTF-8"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%> - -
  • Manage Clients
  • -
  • Whitelisted Clients
  • -
  • Blacklisted Clients
  • -
  • System Scopes
  • + +
  • +
  • +
  • +
  • - -
  • Manage Approved Sites
  • -
  • Manage Active Tokens
  • -
  • View Profile Information
  • + +
  • +
  • +
  • - -
  • Self-service client registration
  • -
  • Self-service protected resource registration
  • \ No newline at end of file +
  • +
  • +
  • \ No newline at end of file