summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/favorform.php12
1 files changed, 12 insertions, 0 deletions
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
*