From: sarven Date: Fri, 16 Jan 2009 01:03:10 +0000 (+0000) Subject: Added formLegend() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55cb32d7ebc4f08e8a568a9b77d83a114f0fb3f0;p=quix0rs-gnu-social.git Added formLegend() --- diff --git a/lib/favorform.php b/lib/favorform.php index 8b01483b2e..977f191838 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -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 *