';
+ }
+ $htmlstr .= "";
}
else
{
diff --git a/cis/private/lehre/abgabe_student_details.php b/cis/private/lehre/abgabe_student_details.php
index b8a8f158e..949749a3b 100644
--- a/cis/private/lehre/abgabe_student_details.php
+++ b/cis/private/lehre/abgabe_student_details.php
@@ -361,15 +361,6 @@ if($command=="update" && $error!=true)
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
$htmlstr .= ''."\n";
-
- // If there are info about the signed document
- if ($uploadedDocumentSigned != null)
- {
- $htmlstr .= "
\n";
- $htmlstr .= "
".$uploadedDocumentSigned."
";
- $htmlstr .= "
\n";
- }
-
$htmlstr .= "
\n";
$htmlstr .= "
".$p->t('abgabetool/spracheDerArbeit').":
";
$sprache = @$db->db_query("SELECT sprache FROM public.tbl_sprache");
@@ -403,6 +394,21 @@ if($command=="update" && $error!=true)
$htmlstr .= '
'.$p->t('abgabetool/seitenanzahl').':*
'."\n";
$htmlstr .="
\n";
+
+ // If there are info about the signed document
+ if ($uploadedDocumentSigned != null)
+ {
+ $htmlstr .= "
\n";
+ $htmlstr .= "
";
+ $htmlstr .= '
+
+ '.$uploadedDocumentSigned.'
+ ';
+ $htmlstr .= "";
+ $htmlstr .= "
\n";
+ }
+
+ $htmlstr .="
\n";
$htmlstr .="
".$p->t('abgabetool/eidesstattlicheErklaerung')."
\n";
$htmlstr .= "
".$p->t('abgabetool/gelesenUndAkzeptiert').":*
";
$htmlstr .="
* ".$p->t('abgabetool/pflichtfeld')."
diff --git a/locale/de-AT/abgabetool.php b/locale/de-AT/abgabetool.php
index 6d1eb923f..093b56255 100644
--- a/locale/de-AT/abgabetool.php
+++ b/locale/de-AT/abgabetool.php
@@ -91,5 +91,5 @@ $this->phrasen['abgabetool/projektbeurteilungDownload']='Projektbeurteilung heru
$this->phrasen['abgabetool/projektbeurteilungErstDownload']='Erst-/Begutachter';
$this->phrasen['abgabetool/projektbeurteilungZweitDownload']='Zweitbegutachter';
$this->phrasen['abgabetool/fehlerErmittelnEndabgabeProjektarbeit']='Fehler beim Ermitteln des Enduplaods der Projektarbeit';
-$this->phrasen['abgabetool/uploadedDocumentNotSigned']='The uploaded document is not signed DE';
+$this->phrasen['abgabetool/uploadedDocumentNotSigned']='Warning! The uploaded document is not signed DE';
?>
diff --git a/locale/en-US/abgabetool.php b/locale/en-US/abgabetool.php
index c782dedcc..333e21272 100644
--- a/locale/en-US/abgabetool.php
+++ b/locale/en-US/abgabetool.php
@@ -91,5 +91,5 @@ $this->phrasen['abgabetool/projektbeurteilungDownload']='Thesis-Assessment downl
$this->phrasen['abgabetool/projektbeurteilungErstDownload']='First-/Assessor';
$this->phrasen['abgabetool/projektbeurteilungZweitDownload']='Second Assessor';
$this->phrasen['abgabetool/fehlerErmittelnEndabgabeProjektarbeit']='Error when getting endupload of project work';
-$this->phrasen['abgabetool/uploadedDocumentNotSigned']='The uploaded document is not signed EN';
+$this->phrasen['abgabetool/uploadedDocumentNotSigned']='Warning! The uploaded document is not signed';
?>