diff options
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/action_creation/params.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/action_creation/params.php b/app/Template/action_creation/params.php index bcf863d7..c9608f21 100644 --- a/app/Template/action_creation/params.php +++ b/app/Template/action_creation/params.php @@ -44,10 +44,10 @@ <?php elseif ($this->text->contains($param_name, 'swimlane_id')): ?> <?= $this->form->label($param_desc, $param_name) ?> <?= $this->form->select('params['.$param_name.']', $swimlane_list, $values) ?> - <?php else: ?> + <?php else: ?> <?= $this->form->label($param_desc, $param_name) ?> <?= $this->form->text('params['.$param_name.']', $values) ?> - <?php endif ?> + <?php endif ?> <?php endforeach ?> <div class="form-actions"> |