user_actions form markup and styling

This commit is contained in:
sarven
2009-01-20 22:36:57 +00:00
parent 1cf469e244
commit bb4a6a514b
7 changed files with 64 additions and 34 deletions

View File

@@ -88,6 +88,17 @@ class UnblockForm extends Form
return 'unblock-' . $this->profile->id;
}
/**
* class of the form
*
* @return string class of the form
*/
function formClass()
{
return 'form_user_unblock';
}
/**
* Action of the form
*
@@ -127,4 +138,4 @@ class UnblockForm extends Form
{
$this->out->submit('submit', _('Unblock'));
}
}
}