- Bugfix Personalmeldung

- QM Update
This commit is contained in:
Andreas Österreicher
2010-11-18 14:44:23 +00:00
parent 3f3c8574eb
commit 00fb32483f
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -115,7 +115,21 @@
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap"><a class="Item" href="private/lvplan/index.php" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9">&nbsp;LV-Plan</a></td>
</tr>
<tr>
<td class="tdwrap"></td>
<td><a href="#" class="MenuItem" onClick="js_toggle_container('LehreDokumente');"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9">&nbsp;Dokumente</a>
<table class="tabcontent" id="LehreDokumente" style="display: none">
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap"><a class="Item" href="private/info/qm_2010/dokumente.php" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9">&nbsp;Deutsch</a></td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap"><a class="Item" href="private/info/qm_2010/dokumente.php?lang=en" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9">&nbsp;Englisch</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap"><a class="Item" href="http://valar3.technikum-wien.at:8080/dptmanager/" target="_blank"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9">&nbsp;Dynamic Power Trainer</a></td>
+1 -1
View File
@@ -70,7 +70,7 @@ if($result = $db->db_query($qry))
{
if($row = $db->db_fetch_object($result))
{
$erhalter = sprintf("%04s",trim($row->erhalter_kz));
$erhalter = sprintf("%03s",trim($row->erhalter_kz));
}
}