ConfirmRegistrationForm includes the code
This commit is contained in:
parent
dbb9f66982
commit
5253b9ea68
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user