diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-15 09:25:08 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-15 09:25:08 +0100 | 
| commit | 6d441ed66758a148ca04096d2c42cd8b12446215 (patch) | |
| tree | f3b70a2c6b28fb15418167547bc966745003b21c | |
| parent | 428cfea80ba50ce3835d70c0329add9354a70e2e (diff) | |
| download | moa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.tar.gz moa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.tar.bz2 moa-id-spss-6d441ed66758a148ca04096d2c42cd8b12446215.zip | |
fix some template issues
| -rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js | 6 | ||||
| -rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html | 4 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js index e4e05bace..eadb65b2b 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js @@ -43,7 +43,7 @@ function isIE() {  			var iFrameURL = "$contextPath$submitEndpoint" + "?";  			iFrameURL += "&pendingid=" + "$pendingReqID"; -			iFrameURL += "bkuURI=" + "$bkuOnline"; +			iFrameURL += "&bkuURI=" + "$bkuOnline";  			iFrameURL += "&useMandate=" + document.getElementById("useMandate").value;  			generateIFrame(iFrameURL); @@ -59,7 +59,7 @@ function isIE() {  			var iFrameURL = "$contextPath$submitEndpoint" + "?";  			iFrameURL += "&pendingid=" + "$pendingReqID"; -			iFrameURL += "bkuURI=" + "$bkuHandy"; +			iFrameURL += "&bkuURI=" + "$bkuHandy";  			iFrameURL += "&useMandate=" + document.getElementById("useMandate").value;  			generateIFrame(iFrameURL); @@ -81,7 +81,7 @@ function isIE() {  			iFrameURL += "&pendingid=" + "$pendingReqID";  			#if($bkuOnline) -				iFrameURL += "bkuURI=" + "$bkuOnline"; +				iFrameURL += "&bkuURI=" + "$bkuOnline";  			#end  			iFrameURL += "&useMandate=" + document.getElementById("useMandate").value; diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html index 983e8b544..02b86472b 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html @@ -63,9 +63,9 @@                </div>                <!-- Single Sign-On Session transfer functionality --> -              <div id="ssoSessionTransferBlock"> +              <!--div id="ssoSessionTransferBlock">                  <a href="$contextPath$submitEndpoint?pendingid=$pendingReqID&restoreSSOSession=true">>Restore SSO Session from Smartphone</a> -              </div> +              </div-->                <div id="stork" align="center" style="$STORKVISIBLE">                  <h2 id="tabheader" class="dunkel">Home Country Selection</h2> | 
