ConfirmRegistrationForm includes the code

This commit is contained in:
Evan Prodromou 2011-04-18 04:30:13 -04:00
parent dbb9f66982
commit 5253b9ea68
1 changed files with 3 additions and 1 deletions

View File

@ -477,11 +477,13 @@ class ConfirmRegistrationForm extends Form
function formData()
{
$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('ul', 'form_data');
$this->hidden('code', $this->code);
$this->elementStart('li');
// TRANS: Field label on account registration page.
$this->password('password', _('Password'),