Use textarea for dashlet URLs

fixes #2719
This commit is contained in:
Eric Lippmann 2017-05-04 13:52:25 +02:00
parent 02eb944608
commit 7704d6972d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class DashletForm extends Form
);
$this->addElement(
'text',
'textarea',
'url',
array(
'required' => true,