diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 01:03:10 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-16 01:03:10 +0000 |
commit | 55cb32d7ebc4f08e8a568a9b77d83a114f0fb3f0 (patch) | |
tree | 295e44bd67ae648e64831a6f8949e0c547b48fc9 /lib/favorform.php | |
parent | ed8c3794df59cb03c366e0a16188cefbd6719c90 (diff) |
Added formLegend()
Diffstat (limited to 'lib/favorform.php')
-rw-r--r-- | lib/favorform.php | 12 |
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 * |