mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- Anzeige bei vielen entlehnten Betriebsmitteln korrigiert
- veraltete Libs entfernt
This commit is contained in:
@@ -24,9 +24,7 @@ require_once('../../../config/cis.config.inc.php');
|
|||||||
require_once('../../../include/functions.inc.php');
|
require_once('../../../include/functions.inc.php');
|
||||||
require_once('../../../include/globals.inc.php');
|
require_once('../../../include/globals.inc.php');
|
||||||
require_once('../../../include/studiengang.class.php');
|
require_once('../../../include/studiengang.class.php');
|
||||||
require_once('../../../include/fckeditor/fckeditor.php');
|
|
||||||
require_once('../../../include/person.class.php');
|
require_once('../../../include/person.class.php');
|
||||||
require_once('../../../include/safehtml/safehtml.class.php');
|
|
||||||
require_once('../../../include/datum.class.php');
|
require_once('../../../include/datum.class.php');
|
||||||
require_once('../../../include/betriebsmittel.class.php');
|
require_once('../../../include/betriebsmittel.class.php');
|
||||||
require_once('../../../include/betriebsmittelperson.class.php');
|
require_once('../../../include/betriebsmittelperson.class.php');
|
||||||
@@ -167,7 +165,7 @@ if(!$user->bnaktiv)
|
|||||||
echo '
|
echo '
|
||||||
<table class="tabcontent">
|
<table class="tabcontent">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="MarkLine" width="60%" valign="top">
|
<td colspan="2" class="MarkLine" width="60%" height="100" valign="top">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@@ -232,7 +230,7 @@ echo '
|
|||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
</td>
|
</td>
|
||||||
<td rowspan="5" valign="top">';
|
<td rowspan="2" valign="top">';
|
||||||
|
|
||||||
echo '<P>';
|
echo '<P>';
|
||||||
$studiengang = new studiengang();
|
$studiengang = new studiengang();
|
||||||
@@ -416,7 +414,8 @@ if(!$ansicht)
|
|||||||
echo '
|
echo '
|
||||||
</P>
|
</P>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>';
|
</TR>
|
||||||
|
';
|
||||||
echo '
|
echo '
|
||||||
</table>
|
</table>
|
||||||
<BR>';
|
<BR>';
|
||||||
|
|||||||
Reference in New Issue
Block a user