Anwesenheitsliste ohne Bilder ist im CIS jetzt ueber Config ausblendbar

This commit is contained in:
oesi
2015-05-20 10:05:47 +02:00
parent 7f0b96307a
commit 4c98f8ff96
2 changed files with 10 additions and 9 deletions
+7 -9
View File
@@ -206,23 +206,21 @@
if(defined('CIS_ANWESENHEITSLISTE_NOTENLISTE_ANZEIGEN') && !CIS_ANWESENHEITSLISTE_NOTENLISTE_ANZEIGEN)
$nt_content='';
if(defined('CIS_ANWESENHEITSLISTE_ANWESENHEITSLISTE_ANZEIGEN') && !CIS_ANWESENHEITSLISTE_ANWESENHEITSLISTE_ANZEIGEN)
$aw_content='';
echo "<table cellpadding='0' cellspacing='0'>
<tr>
<td>$aw_content</td>
<td width='15'>&nbsp;</td>
<td>$nt_content</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td></td>
</tr>
<tr>
<td>$awbild_content</td>
<td>&nbsp;</td>
<td></td>
</tr>
<tr>
<td>$nt_content</td>
</tr>
</table>";
}
}