[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources: messages/error-messages.properties system/view...

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 15 11:36:49 EST 2016


Author: scantor
Date: Mon Feb 15 11:36:48 2016
New Revision: 8091

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8091&view=rev
Log:
Bit of local storage text cleanup

Modified:
    trunk/idp-conf/src/main/resources/messages/error-messages.properties
    trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-read.vm
    trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-write.vm

Modified: trunk/idp-conf/src/main/resources/messages/error-messages.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/messages/error-messages.properties?rev=8091&r1=8090&r2=8091&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/messages/error-messages.properties	(original)
+++ trunk/idp-conf/src/main/resources/messages/error-messages.properties	Mon Feb 15 11:36:48 2016
@@ -12,8 +12,10 @@
 idp.message = An unidentified error occurred.
 idp.footer = Insert your footer text here.
 
-idp.client-storage-read.title = Loading Session State...
-idp.client-storage-write.title = Saving Session State...
+idp.client-storage-read.title = Loading Session Information
+idp.client-storage-read.text = Loading login session information from the browser...
+idp.client-storage-write.title = Saving Session Information
+idp.client-storage-write.text = Saving login session information to the browser...
 idp.client-storage.no-js = Since your browser does not support JavaScript, \
                             you must press the Continue button once to proceed.
 

Modified: trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-read.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-read.vm?rev=8091&r1=8090&r2=8091&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-read.vm	(original)
+++ trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-read.vm	Mon Feb 15 11:36:48 2016
@@ -12,7 +12,7 @@
 ## response - HttpServletResponse
 ## environment - Spring Environment object for property resolution
 #set ($title = $springMacroRequestContext.getMessage("idp.title", "Web Login Service"))
-#set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-read.suffix", "Loading Session State..."))
+#set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-read.suffix", "Loading Session Information"))
 ##
 <!DOCTYPE html>
 <html>
@@ -43,6 +43,9 @@
                 <header>
                     <h3>$title - $titleSuffix</h3>
                 </header>
+                <div class="content">
+                $springMacroRequestContext.getMessage("idp.client-storage-read.text", "Loading login session information from the browser...")
+                </div>
                 <noscript>
                     <div class="content">
                     $springMacroRequestContext.getMessage("idp.client-storage.no-js", "Since your browser does not support JavaScript, you must press the Continue button once to proceed.")

Modified: trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-write.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-write.vm?rev=8091&r1=8090&r2=8091&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-write.vm	(original)
+++ trunk/idp-conf/src/main/resources/system/views/client-storage/client-storage-write.vm	Mon Feb 15 11:36:48 2016
@@ -12,7 +12,7 @@
 ## response - HttpServletResponse
 ## environment - Spring Environment object for property resolution
 #set ($title = $springMacroRequestContext.getMessage("idp.title", "Web Login Service"))
-#set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-write.suffix", "Loading Session State..."))
+#set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-write.suffix", "Saving Session Information..."))
 ##
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
@@ -39,6 +39,9 @@
                 <header>
                     <h3>$title - $titleSuffix</h3>
                 </header>
+                <div class="content">
+                $springMacroRequestContext.getMessage("idp.client-storage-write.text", "Saving login session information to the browser...")
+                </div>
                 <noscript>
                     <div class="content">
                     $springMacroRequestContext.getMessage("idp.client-storage.no-js", "Since your browser does not support JavaScript, you must press the Continue button once to proceed.")



More information about the commits mailing list