From 77790ab7687c6ef6c86f502c27158ef71cdffa76 Mon Sep 17 00:00:00 2001 From: sarven Date: Mon, 19 Jan 2009 21:56:55 +0000 Subject: Featuerd profile list markup Minor class change to (un)subscribeform.php --- lib/unsubscribeform.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'lib/unsubscribeform.php') diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index a724bb312..b222f0e54 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -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 +} -- cgit v1.2.3-54-g00ecf