]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added formLegend()
authorsarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 01:03:10 +0000 (01:03 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Fri, 16 Jan 2009 01:03:10 +0000 (01:03 +0000)
lib/favorform.php

index 8b01483b2eb1f9c070c5bae340f384882c57ce64..977f191838d201c6782fe8e65c8b05f31238a589 100644 (file)
@@ -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
      *