Added formLegend()
This commit is contained in:
parent
ed8c3794df
commit
55cb32d7eb
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user