diff --git a/action/inline.php b/action/inline.php index e0fe4901..52d8b627 100644 --- a/action/inline.php +++ b/action/inline.php @@ -87,15 +87,19 @@ protected function inline_editor() { // output the editor $value = $this->schemadata->getDataColumn($this->column); $id = uniqid('struct__', false); + echo '
'; echo ''; + echo ''; echo $value->getValueEditor('entry', $id); + echo ''; $hint = $this->column->getType()->getTranslatedHint(); if($hint) { echo '

'; echo hsc($hint); echo '

'; } + echo '
'; // csrf protection formSecurityToken();