aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/data/deploy/conf/moa-id')
-rw-r--r--id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html2
-rw-r--r--id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html2
-rw-r--r--id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html2
-rw-r--r--id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html2
-rw-r--r--id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html2
5 files changed, 4 insertions, 6 deletions
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html
index 8fda2a880..58f2a9ec5 100644
--- a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html
+++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html
@@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Handysignatur)
<body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Handysignatur)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html> \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html
index 28d84fea2..60d1a8733 100644
--- a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html
+++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html
@@ -3,8 +3,6 @@ MOA-ID Template für Handy-Signatur bei Online-Vollmachten
-->
<html>
<head>
-<!-- base target muss bei lokale BKU und Handy-Signatur gesetzt sein -->
-<base target="_parent">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vollmachten-Anmeldung</title>
</head>
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html
index 6b84dfd8e..bbea993d8 100644
--- a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html
+++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html
@@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Lokale-BKU)
<body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Lokale-BKU)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html> \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html
index b9506ca0e..47dc64408 100644
--- a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html
+++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html
@@ -3,7 +3,7 @@ MOA-ID Template für lokale BKU bei Online-Vollmachten
-->
<html>
<head>
-<!-- base target muss bei lokale BKU und Handy-Signatur gesetzt sein -->
+<!-- base target muss bei lokaler BKU gesetzt sein -->
<base target="_parent">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vollmachten-Anmeldung</title>
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html
index ac7c17c8f..6b75fcb6a 100644
--- a/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html
+++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html
@@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Online-BKU)
<body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Online-BKU)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html> \ No newline at end of file