mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
Merge branch 'master' of github.com:FH-Complete/FHC-Core
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