diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-12-06 18:45:58 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-12-06 18:45:58 +0000 |
commit | effdf1283b3149ca20902ee910ad44c0e8e5d997 (patch) | |
tree | 9945a6f73751f9d22f2e302ee315539875311dc7 /www-ssl | |
parent | 3a051ec08d5766d5f3f74ff47ae7afc2e1a8fd3c (diff) |
add feld schichtname
git-svn-id: svn://svn.cccv.de/engel-system@101 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/nonpublic/myschichtplan.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-ssl/nonpublic/myschichtplan.php b/www-ssl/nonpublic/myschichtplan.php index e23fa66f..5aac2b61 100755 --- a/www-ssl/nonpublic/myschichtplan.php +++ b/www-ssl/nonpublic/myschichtplan.php @@ -31,6 +31,7 @@ If( !IsSet($_GET["action"]) ) <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Datum");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Uhrzeit");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Len");?></b></td> + <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Name");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Ort");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Bemerkung");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Austragen");?></b></td> @@ -44,6 +45,7 @@ If( !IsSet($_GET["action"]) ) echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 0, 10). "</td>\n"; echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 11). "</td>\n"; echo "<td>". mysql_result( $erg, $i, "Len" ). " h</td>\n"; + echo "<td>". mysql_result( $erg, $i, "Man" ). "</td>\n"; echo "<td>". $RoomID[mysql_result( $erg, $i, "RID" )]. "<br>\n". "(". TID2Type(mysql_result( $erg, $i, "TID" )).Get_Text("inc_schicht_engel"). ")". "</td>\n"; |