diff --git a/templates/InlineFormView.php b/templates/InlineFormView.php index b3f7368d..c6f17367 100644 --- a/templates/InlineFormView.php +++ b/templates/InlineFormView.php @@ -29,9 +29,6 @@ class InlineFormView self::renderSelectBox($field, $name); else self::renderInputBox($field, $name); - - if (isset($field['html_after'])) - echo $field['html_after']; } } @@ -42,9 +39,6 @@ class InlineFormView foreach ($form['buttons'] as $name => $button) { self::renderSubmitButton($button, $name); - - if (isset($button['html_after'])) - echo $button['html_after']; } if (!empty($form['is_group']))