diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-29 14:05:21 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-29 14:05:21 +0200 |
commit | c6edd632f9422a3873a85cd8b38b7e763a4bb5aa (patch) | |
tree | 12968994895f9f177be3d0ddc0281edd01206564 /id/server/data/deploy | |
parent | d945e481a418fcfedba616915cc77eb45ae62827 (diff) | |
download | moa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.tar.gz moa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.tar.bz2 moa-id-spss-c6edd632f9422a3873a85cd8b38b7e763a4bb5aa.zip |
fix problem in default templates
Diffstat (limited to 'id/server/data/deploy')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/mandate-service-selection.html | 2 | ||||
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/sendAssertionFormFull.html | 2 |
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> |