aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-03-29 14:05:21 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-03-29 14:05:21 +0200
commitc6edd632f9422a3873a85cd8b38b7e763a4bb5aa (patch)
tree12968994895f9f177be3d0ddc0281edd01206564
parentd945e481a418fcfedba616915cc77eb45ae62827 (diff)
downloadmoa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.tar.gz
moa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.tar.bz2
moa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.zip
fix problem in default templates
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html2
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html
index b0be4a475..7fb0dd881 100644
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html
+++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html
@@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<!-- MOA-ID 2.x BKUSelection Layout CSS -->
- <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=#ID#" />
+ <link rel="stylesheet" href="$contextPath/css/buildCSS" />
<title>Anmeldung an Online-Applikation</title>
</head>
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html
index a9f0c4238..7ae4b3f92 100644
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html
+++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html
@@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<!-- MOA-ID 2.x BKUSelection Layout CSS -->
- <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=#ID#" />
+ <link rel="stylesheet" href="$contextPath/css/buildCSS?pendingid=$pendingReqID" />
<title>Anmeldung an Online-Applikation</title>
</head>