Reservierungen im CIS sind nicht mehr möglich wenn die Stunde bereits in tbl_stundenplandev belegt ist

This commit is contained in:
oesi
2017-03-27 16:38:19 +02:00
parent 46829c366b
commit 7bcaccee84
4 changed files with 172 additions and 152 deletions
+1
View File
@@ -97,4 +97,5 @@ $this->phrasen['lvplan/vorher']='Vorher';
$this->phrasen['lvplan/status']='Status';
$this->phrasen['lvplan/automatischeMail']='Dies ist eine automatische Mail!';
$this->phrasen['lvplan/folgendeAenderungen']='Es haben sich folgende Aenderungen in Ihrem LV-Plan ergeben:';
$this->phrasen['lvplan/reserviertInDev']='reserviert<br>für<br>lehre';
?>
+1
View File
@@ -96,4 +96,5 @@ $this->phrasen['lvplan/vorher']='Previously';
$this->phrasen['lvplan/status']='Status';
$this->phrasen['lvplan/automatischeMail']='This is an automatic email!';
$this->phrasen['lvplan/folgendeAenderungen']='There have been the following changes in your Schedule:';
$this->phrasen['lvplan/reserviertInDev']='not<br>available';
?>