add url to events

This commit is contained in:
Evan Prodromou
2011-03-09 10:07:30 -05:00
parent 53e67b5ed5
commit f00f5f20b8
5 changed files with 94 additions and 12 deletions

View File

@@ -133,6 +133,13 @@ class EventForm extends Form
_('Event location'));
$this->unli();
$this->li();
$this->out->input('url',
_('URL'),
null,
_('URL for more information'));
$this->unli();
$this->li();
$this->out->input('description',
_('Description'),