[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
Thu Aug 20 21:42:19 EDT 2015
Author: scantor
Date: Thu Aug 20 21:42:19 2015
New Revision: 7696
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7696&view=rev
Log:
Add client storage view properties.
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
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=7696&r1=7695&r2=7696&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/messages/error-messages.properties (original)
+++ trunk/idp-conf/src/main/resources/messages/error-messages.properties Thu Aug 20 21:42:19 2015
@@ -7,6 +7,11 @@
idp.logo.alt-text = Replace or remove this logo
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.no-js = Since your browser does not support JavaScript, \
+ you must press the Continue button once to proceed.
# Event to error key mappings
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=7696&r1=7695&r2=7696&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 Thu Aug 20 21:42:19 2015
@@ -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.suffix", "Loading Session State..."))
+#set ($titleSuffix = $springMacroRequestContext.getMessage("idp.client-storage-read.suffix", "Loading Session State..."))
##
<!DOCTYPE html>
<html>
@@ -24,7 +24,7 @@
<!--
#include( "client-storage/local-storage-read.js" )
- function doLoad() {
+ function doLoad() {
var localStorageSupported = isLocalStorageSupported();
document.form1["shib_idp_ls_supported"].value = localStorageSupported;
if (localStorageSupported) {
More information about the commits
mailing list