summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-16 01:03:10 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-16 01:03:10 +0000
commit55cb32d7ebc4f08e8a568a9b77d83a114f0fb3f0 (patch)
tree295e44bd67ae648e64831a6f8949e0c547b48fc9
parented8c3794df59cb03c366e0a16188cefbd6719c90 (diff)
Added formLegend()
-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
*