]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/favorform.php
Added formLegend()
[quix0rs-gnu-social.git] / 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
      *