[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/views: logout-complete.vm logout.vm
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 27 16:41:46 EDT 2015
Author: scantor
Date: Tue Oct 27 16:41:45 2015
New Revision: 7888
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7888&view=rev
Log:
Some wording tweaks.
Modified:
trunk/idp-conf/src/main/resources/views/logout-complete.vm
trunk/idp-conf/src/main/resources/views/logout.vm
Modified: trunk/idp-conf/src/main/resources/views/logout-complete.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/logout-complete.vm?rev=7888&r1=7887&r2=7888&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout-complete.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout-complete.vm Tue Oct 27 16:41:45 2015
@@ -21,7 +21,6 @@
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
<style type="text/css">
- iframe#buffer { position:absolute; visibility:hidden; left:0; top:0; }
</style>
</head>
Modified: trunk/idp-conf/src/main/resources/views/logout.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/logout.vm?rev=7888&r1=7887&r2=7888&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/logout.vm (original)
+++ trunk/idp-conf/src/main/resources/views/logout.vm Tue Oct 27 16:41:45 2015
@@ -20,9 +20,6 @@
<meta charset="utf-8">
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
- <style type="text/css">
- iframe#buffer { position:absolute; visibility:hidden; left:0; top:0; }
- </style>
</head>
<body>
@@ -44,7 +41,7 @@
initiated the logout operation.</strong></p>
#if ( $logoutContext and !$logoutContext.getSessionMap().isEmpty() )
- <p>Would you like to log out of all services accessed during your session?</p>
+ <p>Would you like to attempt to log out of all services accessed during your session?</p>
<br>
<form id="propagate_form" method="POST" action="$flowExecutionUrl">
@@ -53,7 +50,7 @@
</form>
<br>
- <p>If you proceed you will be logged out of the following services:</p>
+ <p>If you proceed the following services may be affected:</p>
<ol>
#foreach ($sp in $logoutContext.getSessionMap().keySet())
#set ($rpCtx = $multiRPContext.getRelyingPartyContextById($sp))
More information about the commits
mailing list