summaryrefslogtreecommitdiff
path: root/lib/unsubscribeform.php
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-20 20:38:05 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-20 20:38:05 +0000
commit5abdf8aae19ecdf3e5f5f8b7ecb09c128667587d (patch)
treed7dbc8d9427a105631cbdb88d2987d1ba063e9dd /lib/unsubscribeform.php
parentf93575bd46db8eb559b6eef6abcab4e13b349748 (diff)
parent96dc058bfa499e4acf9248b116eada2009d72371 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'lib/unsubscribeform.php')
-rw-r--r--lib/unsubscribeform.php14
1 files changed, 13 insertions, 1 deletions
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
+}