mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Added Bezeichnung field to filter overview
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user