diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |