diff --git a/cis/private/lehre/lehrtaetigkeit.pdf.php b/cis/private/lehre/lehrtaetigkeit.pdf.php
index 3d2f4950a..78380a815 100644
--- a/cis/private/lehre/lehrtaetigkeit.pdf.php
+++ b/cis/private/lehre/lehrtaetigkeit.pdf.php
@@ -279,3 +279,4 @@ $doc->output();
// unlink doc from tmp-folder
$doc->close();
+
diff --git a/cis/private/tools/ampelverwaltung.php b/cis/private/tools/ampelverwaltung.php
index c3135b71e..893ac8764 100644
--- a/cis/private/tools/ampelverwaltung.php
+++ b/cis/private/tools/ampelverwaltung.php
@@ -124,10 +124,10 @@ if ($is_popup)
$user_ampel_arr,
$cnt_ueberfaellig_und_verpflichtend) = //counts mandatory, overdue (not expired), unconfirmed, not before vorlaufzeit
getPopupUserAmpelData($user_ampel_arr);
-}
+}
//filter ampeln of actual term (if radiobutton is set to aktuell)
-if ($show == 'aktuell')
+if (!$is_popup && $show == 'aktuell')
$user_ampel_arr = getActualUserAmpelData($user_ampel_arr, $semester_start);
@@ -361,7 +361,7 @@ function typeWrite(span){
-
';
+
';
}
}
?>
@@ -401,7 +401,7 @@ function typeWrite(span){
$cnt_active++;
}
- if ($cnt_active == 0)
+ if ($cnt_active == 0 && !$is_popup)
{
echo '
diff --git a/system/vorlage_zip/Lehrtaetigkeit.odt b/system/vorlage_zip/Lehrtaetigkeit.odt
new file mode 100644
index 000000000..f5a01b46b
Binary files /dev/null and b/system/vorlage_zip/Lehrtaetigkeit.odt differ
diff --git a/system/xsl/lehrtaetigkeit_0.xsl b/system/xsl/lehrtaetigkeit_0.xsl
new file mode 100644
index 000000000..b3d16dbd0
--- /dev/null
+++ b/system/xsl/lehrtaetigkeit_0.xsl
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bestätigung über Lehrtätigkeit
+
+
+ Hiermit wird bestätigt, dass ,
+ geboren am ,
+
+
+ in der Zeit von bis
+ für die FH Technikum Wien als Hochschullehrer tätig war.
+ Seine Tätigkeit umfasste die Konzeption, Organisation und Abhaltung von Lehrveranstaltungen.
+
+
+ seit
+ für die FH Technikum Wien als Hochschullehrer tätig ist.
+ Seine Tätigkeit umfasst die Konzeption, Organisation und Abhaltung von Lehrveranstaltungen.
+
+
+
+
+ Nachstehend eine detaillierte Aufstellung der Lehraufträge:
+
+
+
+
+
+ Semester
+
+
+ Semesterstunden pro Semester
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Für das aktuelle Semester sind derzeit Semesterstunden beauftragt.
+
+
+
+
+ FACHHOCHSCHULE TECHNIKUM WIEN
+
+
+
+
+
+
+
+
+
+
+ Wien, 04.04.2019
+
+
+
+
+
+
+
\ No newline at end of file