Added formLegend()

This commit is contained in:
sarven 2009-01-16 01:03:10 +00:00
parent ed8c3794df
commit 55cb32d7eb

View File

@ -103,6 +103,18 @@ class FavorForm extends Form
common_session_token());
}
/**
* Legend of the Form
*
* @return void
*/
function formLegend()
{
$this->out->element('legend', null, _('Delete this notice'));
}
/**
* Data elements
*