Working on some RSVP code stuff

This commit is contained in:
Mikael Nordfeldth
2016-01-21 02:10:34 +01:00
parent 5999171c11
commit f74d2d555c
10 changed files with 126 additions and 66 deletions

View File

@@ -97,7 +97,8 @@ class RSVPForm extends Form
// TRANS: Field label on form to RSVP ("please respond") for an event.
$this->out->text(_m('RSVP:'));
$this->out->hidden('event-id', $this->event->getUri(), 'event');
$this->out->hidden('notice', $this->event->getStored()->getID(), 'event');
$this->out->hidden('event', $this->event->getUri(), 'event'); // not used
$this->out->hidden('rsvp', '');
$this->out->elementEnd('fieldset');