aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-05 19:11:42 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-05 19:11:42 +0100
commit886cffeac60f22f836cfae586eb23bcb6ffc799a (patch)
treeaaf06c0693f12e7a3b89f0a4f60b26b5e9ea2f9c
parentb0b70fbb35a06c947371121c7e753090ebe06827 (diff)
downloadmoa-id-spss-886cffeac60f22f836cfae586eb23bcb6ffc799a.tar.gz
moa-id-spss-886cffeac60f22f836cfae586eb23bcb6ffc799a.tar.bz2
moa-id-spss-886cffeac60f22f836cfae586eb23bcb6ffc799a.zip
update default BKUSelectionForm
-rw-r--r--id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
index 9d6ad4085..b9d3eafa7 100644
--- a/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
+++ b/id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
@@ -628,6 +628,10 @@
document.getElementById("localBKU").style.display="block";
return;
}
+ function bkuLocalClicked() {
+ setMandateSelection();
+ }
+
function bkuOnlineClicked() {
if (isMetro())
document.getElementById("metroDetected").style.display="block";
@@ -796,9 +800,11 @@
type="hidden" name="CCC" id="ccc"> <input type="hidden"
name="MODUL" value="#MODUL#"> <input type="hidden"
name="ACTION" value="#ACTION#"> <input type="hidden"
- name="MOASessionID" value="#SESSIONID#"> <input
- type="submit" value=">lokale Bürgerkartenumgebung" tabindex="4"
- role="button" class="hell">
+ name="MOASessionID" value="#SESSIONID#">
+ <input type="submit" value=">lokale Bürgerkartenumgebung" tabindex="4"
+ role="button" class="hell"
+ onclick="setMandateSelection();"
+ >
<!--p>
<small>Alternativ können Sie eine lokal installierte BKU verwenden.</small>
</p-->