Added Bezeichnung field to filter overview

This commit is contained in:
alex
2018-09-20 16:41:09 +02:00
parent 1cea25a6f3
commit 89d73d4984
+6
View File
@@ -89,6 +89,9 @@ if (!$filter->loadAll())
<th title="Kurzbezeichnung des Filters">
KurzBz
</th>
<th>
Bezeichnung
</th>
<th>
ValueName
</th>
@@ -125,6 +128,9 @@ if (!$filter->loadAll())
<?php echo $filter->kurzbz ?>
</a>
</td>
<td>
<?php echo $db->convert_html_chars($filter->bezeichnung) ?>
</td>
<td>
<?php echo $db->convert_html_chars($filter->valuename) ?>
</td>