diff options
Diffstat (limited to 'app/Templates/action_index.php')
-rw-r--r-- | app/Templates/action_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Templates/action_index.php b/app/Templates/action_index.php index 2647e4a7..30874591 100644 --- a/app/Templates/action_index.php +++ b/app/Templates/action_index.php @@ -33,6 +33,8 @@ <?= Helper\in_list($param['value'], $colors_list) ?> <?php elseif (Helper\contains($param['name'], 'category_id')): ?> <?= Helper\in_list($param['value'], $categories_list) ?> + <?php elseif (Helper\contains($param['name'], 'label')): ?> + <?= Helper\escape($param['value']) ?> <?php endif ?> </strong> </li> |