diff options
Diffstat (limited to 'id/server/doc/htmlTemplates/template_onlineBKU.html')
| -rw-r--r-- | id/server/doc/htmlTemplates/template_onlineBKU.html | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/id/server/doc/htmlTemplates/template_onlineBKU.html b/id/server/doc/htmlTemplates/template_onlineBKU.html index 52abf83fb..928c9f17b 100644 --- a/id/server/doc/htmlTemplates/template_onlineBKU.html +++ b/id/server/doc/htmlTemplates/template_onlineBKU.html @@ -3,14 +3,9 @@  	<head>  		<title></title>  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -		<script language="javascript" type="text/javascript"> -			function onAnmeldeSubmit() { -				document.CustomizedForm.submit(); -				document.CustomizedForm.Senden.disabled=true; -			} -		</script> +    <script src="<ContextURL>/autocommit.js"></script>  	</head> -	<body onLoad="onAnmeldeSubmit()">	  +	<body>   		<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="hidden" value="Starte Anmeldung" name="Senden"> | 
