ConfirmRegistrationForm includes the code

This commit is contained in:
Evan Prodromou 2011-04-18 04:30:13 -04:00
parent dbb9f66982
commit 5253b9ea68

View File

@ -477,11 +477,13 @@ class ConfirmRegistrationForm extends Form
function formData() function formData()
{ {
$this->out->element('p', 'instructions', $this->out->element('p', 'instructions',
_('Enter a password to confirm your account.')); sprintf(_('Enter a password to confirm your account.')));
$this->out->elementStart('fieldset', array('id' => 'new_bookmark_data')); $this->out->elementStart('fieldset', array('id' => 'new_bookmark_data'));
$this->out->elementStart('ul', 'form_data'); $this->out->elementStart('ul', 'form_data');
$this->hidden('code', $this->code);
$this->elementStart('li'); $this->elementStart('li');
// TRANS: Field label on account registration page. // TRANS: Field label on account registration page.
$this->password('password', _('Password'), $this->password('password', _('Password'),