diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-07 10:45:13 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-04-07 10:45:13 +0200 |
commit | e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a (patch) | |
tree | 2ca6f503e2fe42645c188562ad08953637994e8e /id/server/data/deploy/conf/moa-id-configuration | |
parent | 4b932484d66ef161bb547a419fdc32f04677fe57 (diff) | |
download | moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.tar.gz moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.tar.bz2 moa-id-spss-e5e4f2b8cc2652e47d31ace6ee35e7aeab7d814a.zip |
small default-config and handbook updates for final version 3.1.0
Diffstat (limited to 'id/server/data/deploy/conf/moa-id-configuration')
-rw-r--r-- | id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/sendAssertionFormFull.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/sendAssertionFormFull.html b/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/sendAssertionFormFull.html index a9f0c4238..7ae4b3f92 100644 --- a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/sendAssertionFormFull.html +++ b/id/server/data/deploy/conf/moa-id-configuration/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> |