From 3d969a7b02f3e23a1b29150b5c39add8dcb146e1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 18 Sep 2015 11:55:25 +0200 Subject: fix problem with responsive design in BKU-Selection template --- .../conf/moa-id-configuration/htmlTemplates/loginFormFull.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html') diff --git a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html b/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html index 123a23837..a29b1d7bb 100644 --- a/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html +++ b/id/server/data/deploy/conf/moa-id-configuration/htmlTemplates/loginFormFull.html @@ -656,6 +656,7 @@ if (isMetro()) document.getElementById("metroDetected").style.display="block"; document.getElementById("localBKU").style.display="block"; + document.getElementById("bkuButtonOnlineId").disabled = "true"; /* if (checkMandateSSO()) return; */ @@ -672,6 +673,7 @@ generateIFrame(iFrameURL); } function bkuHandyClicked() { + document.getElementById("bkuButtonHandyId").disabled = "true"; document.getElementById("localBKU").style.display="none"; /* if (checkMandateSSO()) return; */ @@ -740,7 +742,7 @@ } } function onChangeChecks() { - if (top.innerWidth < 650) { + if (self.innerWidth < 650) { document.getElementById("moaidform").setAttribute("target","_parent"); } else { document.getElementById("moaidform").removeAttribute("target"); @@ -852,13 +854,15 @@ OnlineBKU + value="Karte" + id="bkuButtonOnlineId"/>
HandyBKU + value="HANDY" + id="bkuButtonHandyId"/>
-- cgit v1.2.3