From 55cb32d7ebc4f08e8a568a9b77d83a114f0fb3f0 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 16 Jan 2009 01:03:10 +0000 Subject: Added formLegend() --- lib/favorform.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/favorform.php b/lib/favorform.php index 8b01483b2..977f19183 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 * -- cgit v1.2.3-54-g00ecf