Make team member tasks multiline

This commit is contained in:
Björn Fromme
2018-10-10 09:26:21 +02:00
parent 4e46bcfa53
commit 6727975e28
2 changed files with 4 additions and 3 deletions
@@ -165,8 +165,9 @@ return [
'exclude' => 0,
'label' => 'Aufgaben',
'config' => [
'type' => 'input',
'size' => 30,
'type' => 'text',
'cols' => 40,
'rows' => 2,
'eval' => 'trim'
],
],
@@ -38,7 +38,7 @@
</f:else>
</f:if>
</div>
<div>{member.name}<br><span>{member.tasks}</span></div>
<div>{member.name}<br><span>{member.tasks -> f:format.nl2br()}</span></div>
</div>
</a>
</div>