This commit is contained in:
Gerald Simane
2010-01-20 10:08:56 +00:00
parent 9b7fd0c0ab
commit 70520c7cef
+17 -1
View File
@@ -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>&nbsp;</td>
<td class='tdwrap'>
<a href="tools/projektabgabe.php" class="Item" target="content">
<img src="../../skin/images/menu_item.gif" width="7" height="9">&nbsp;Projektabgabe&uuml;bersicht
</a>
</td>
</tr>
<?php
}
if ($rechte->isFix())
{
?>