]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsubscribeform.php
Featuerd profile list markup
[quix0rs-gnu-social.git] / lib / unsubscribeform.php
index a724bb31227a0262d3c2cd327b0a4a020c0a3216..b222f0e54d04f6b50c29f1018a3c17ae127f0ebb 100644 (file)
@@ -80,6 +80,18 @@ class UnsubscribeForm extends Form
         return 'unsubscribe-' . $this->profile->id;
     }
 
+
+    /**
+     * class of the form
+     *
+     * @return string of the form class
+     */
+
+    function formClass()
+    {
+        return 'form_unsubscribe';
+    }
+
     /**
      * Action of the form
      *
@@ -114,4 +126,4 @@ class UnsubscribeForm extends Form
     {
         $this->out->submit('submit', _('Unsubscribe'));
     }
-}
\ No newline at end of file
+}