forked from GNUsocial/gnu-social
fix layout of form with magic hoohaw
This commit is contained in:
parent
62a5f270d6
commit
1508193df4
@ -197,6 +197,11 @@ class ConfirmFirstEmailForm extends Form
|
|||||||
array('code' => $this->code));
|
array('code' => $this->code));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function formClass()
|
||||||
|
{
|
||||||
|
return 'form_settings';
|
||||||
|
}
|
||||||
|
|
||||||
function formData()
|
function formData()
|
||||||
{
|
{
|
||||||
$this->out->elementStart('ul', 'form_data');
|
$this->out->elementStart('ul', 'form_data');
|
||||||
|
Loading…
Reference in New Issue
Block a user