[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/views/client-storage/client-storage-read.vm id...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 31 21:19:33 EDT 2016
Author: scantor
Date: Mon Oct 31 21:19:33 2016
New Revision: 8554
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8554&view=rev
Log:
IDP-882 - accessibility of consent screen output
https://issues.shibboleth.net/jira/browse/IDP-882
Added missing labels as suggested, along with missing viewport decls.
Modified:
trunk/idp-conf/src/main/resources/views/client-storage/client-storage-read.vm
trunk/idp-conf/src/main/resources/views/client-storage/client-storage-write.vm
trunk/idp-conf/src/main/resources/views/duo.vm
trunk/idp-conf/src/main/resources/views/error.vm
trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm
trunk/idp-conf/src/main/resources/views/intercept/expiring-password.vm
trunk/idp-conf/src/main/resources/views/login.vm
trunk/idp-conf/src/main/resources/views/logout-complete.vm
trunk/idp-conf/src/main/resources/views/logout-propagate.vm
trunk/idp-conf/src/main/resources/views/logout.vm
trunk/idp-conf/src/main/resources/views/spnego-unavailable.vm
trunk/idp-conf/src/main/resources/views/user-prefs.vm
trunk/idp-war/src/main/webapp/css/main.css
Modified: trunk/idp-conf/src/main/resources/views/client-storage/client-storage-read.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/client-storage/client-storage-read.vm?rev=8554&r1=8553&r2=8554&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/client-storage/client-storage-read.vm (original)
+++ trunk/idp-conf/src/main/resources/views/client-storage/client-storage-read.vm Mon Oct 31 21:19:33 2016
@@ -18,6 +18,7 @@
<html>
<head>
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>$title - $titleSuffix</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
<script>
Modified: trunk/idp-conf/src/main/resources/views/client-storage/client-storage-write.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/client-storage/client-storage-write.vm?rev=8554&r1=8553&r2=8554&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/client-storage/client-storage-write.vm (original)
+++ trunk/idp-conf/src/main/resources/views/client-storage/client-storage-write.vm Mon Oct 31 21:19:33 2016
@@ -18,6 +18,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>$title - $titleSuffix</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
<script>
Modified: trunk/idp-conf/src/main/resources/views/duo.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/duo.vm?rev=8554&r1=8553&r2=8554&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/duo.vm (original)
+++ trunk/idp-conf/src/main/resources/views/duo.vm Mon Oct 31 21:19:33 2016
@@ -23,7 +23,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>#springMessageText("idp.title", "Web Login Service")</title>
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
<style>
Modified: trunk/idp-conf/src/main/resources/views/error.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/error.vm?rev=8554&r1=8553&r2=8554&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/error.vm (original)
+++ trunk/idp-conf/src/main/resources/views/error.vm Mon Oct 31 21:19:33 2016
@@ -41,13 +41,14 @@
##
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8">
- <title>$title - $titleSuffix</title>
- <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
- </head>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <title>$title - $titleSuffix</title>
+ <link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/main.css">
+ </head>
- <body>
+ <body>
<div class="wrapper">
<div class="container">
<header>
Modified: trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/intercept/attribute-release.vm?rev=8554&r1=8553&r2=8554&view=diff
[... 241 lines stripped ...]
More information about the commits
mailing list