move toselector out of <ul> in eventform
This commit is contained in:
parent
a02da55eac
commit
fff66e1ebb
|
@ -147,14 +147,13 @@ class EventForm extends Form
|
||||||
_m('Description of the event.'));
|
_m('Description of the event.'));
|
||||||
$this->unli();
|
$this->unli();
|
||||||
|
|
||||||
$this->li();
|
$this->out->elementEnd('ul');
|
||||||
|
|
||||||
$toWidget = new ToSelector($this->out,
|
$toWidget = new ToSelector($this->out,
|
||||||
common_current_user(),
|
common_current_user(),
|
||||||
null);
|
null);
|
||||||
$toWidget->show();
|
$toWidget->show();
|
||||||
$this->unli();
|
|
||||||
|
|
||||||
$this->out->elementEnd('ul');
|
|
||||||
$this->out->elementEnd('fieldset');
|
$this->out->elementEnd('fieldset');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user