Moved help-text #1 to top of form

This commit is contained in:
Tobias Herre 2021-11-03 09:41:55 +01:00
parent 87f1e9b0bf
commit 305f4c9c48
2 changed files with 12 additions and 4 deletions

View File

@ -4,6 +4,14 @@
<p>
<?php echo _("Du möchtest dir Kosten erstatten lassen, welche im Rahmen deines Projektes entstanden sind?")?><BR>
<?php echo _("Bitte fülle dieses Formular aus. Pflichtfelder sind mit einem * gekennzeichnet.")?>
<?php
$ct = @file_get_contents( "./locale/$loc1/h1.php");
if ($ct==false)
$ct = file_get_contents( "h1.php");
echo $ct;
?>
</p>
<form data-kube="kaform" name="theform" id="theform" action="submit.php" method="POST">

View File

@ -48,10 +48,10 @@
</div>
<div class="is-col is-30">
<?php
$ct = @file_get_contents( "./locale/$loc1/h1.php");
if ($ct==false)
$ct = file_get_contents( "h1.php");
echo $ct;
# $ct = @file_get_contents( "./locale/$loc1/h1.php");
# if ($ct==false)
# $ct = file_get_contents( "h1.php");
# echo $ct;
?>