16 lines
446 B
PHTML
16 lines
446 B
PHTML
<div class="inhalt">
|
|
<div class="update-forwarding">
|
|
<h2>Editieren...</h2>
|
|
<p>Sie werden in wenigen Sekunden zur Edit Seite weitergeleitet...</p>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
setTimeout(function() {
|
|
window.location.href = "?controller=Event&do=showUpdateEvent";
|
|
}, 2000); // 2 Sekunden warten
|
|
</script>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="2;url=?controller=Event&do=showUpdateEvent">
|
|
</noscript>
|
|
|