mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 05:09:28 +00:00
This commit is contained in:
@@ -224,7 +224,23 @@
|
||||
</tr>
|
||||
<?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())
|
||||
{
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user