diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-20 09:36:05 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-20 09:36:05 +0000 |
commit | fb449b592d265d880b5f44dd619748fdfe0e734f (patch) | |
tree | 045bfde28b55d213fe369272bb2291194e28dce1 /id/server/auth/src/main/webapp/template_handyBKU.html | |
parent | df00ecea150a95935b6a4b7cdf8767b4359b55c9 (diff) | |
download | moa-id-spss-fb449b592d265d880b5f44dd619748fdfe0e734f.tar.gz moa-id-spss-fb449b592d265d880b5f44dd619748fdfe0e734f.tar.bz2 moa-id-spss-fb449b592d265d880b5f44dd619748fdfe0e734f.zip |
Minor updates for 1.5.1 release
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1265 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth/src/main/webapp/template_handyBKU.html')
-rw-r--r-- | id/server/auth/src/main/webapp/template_handyBKU.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/id/server/auth/src/main/webapp/template_handyBKU.html b/id/server/auth/src/main/webapp/template_handyBKU.html index 6ccd295b2..0ad73a6f3 100644 --- a/id/server/auth/src/main/webapp/template_handyBKU.html +++ b/id/server/auth/src/main/webapp/template_handyBKU.html @@ -10,9 +10,10 @@ }
</script>
</head>
- <body onLoad="onAnmeldeSubmit()">
- <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
- <input class="button" type="hidden" value="Starte Authentisierung" name="Senden">
+ <body onLoad="onAnmeldeSubmit()">
+ <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
+ Falls Sie nicht automatisch weitergeleitet werden klicken Sie bitte hier:
+ <input class="button" type="submit" value="Starte Anmeldung" name="Senden">
<input type="hidden" name="XMLRequest" value="<XMLRequest>">
<input type="hidden" name="DataURL" value="<DataURL>">
<input type="hidden" name="PushInfobox" value="<PushInfobox>">
|