mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
This commit is contained in:
@@ -224,6 +224,22 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
$berechtigung_kurzbz = 'lehre/abgabetool:download';
|
||||||
|
if($rechte->isBerechtigt('admin',0) || $rechte->isBerechtigt($berechtigung_kurzbz))
|
||||||
|
{
|
||||||
|
?>
|
||||||
|
<!--Projektarbeitsabgabe-->
|
||||||
|
<tr>
|
||||||
|
<td class="tdwidth10" nowrap> </td>
|
||||||
|
<td class='tdwrap'>
|
||||||
|
<a href="tools/projektabgabe.php" class="Item" target="content">
|
||||||
|
<img src="../../skin/images/menu_item.gif" width="7" height="9"> Projektabgabeübersicht
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
|
||||||
if ($rechte->isFix())
|
if ($rechte->isFix())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user