mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-22 06:29:27 +00:00
- Bugfix Personalmeldung
- QM Update
This commit is contained in:
@@ -115,7 +115,21 @@
|
||||
<td class="tdwidth10" nowrap> </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"> 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"> Dokumente</a>
|
||||
<table class="tabcontent" id="LehreDokumente" style="display: none">
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </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"> Deutsch</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </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"> Englisch</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </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"> Dynamic Power Trainer</a></td>
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user