summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person
diff options
context:
space:
mode:
authorSimon2011-04-13 18:11:13 +0200
committerSimon2011-04-13 18:11:13 +0200
commit9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0 (patch)
tree9572626d1c57195d654aaa53ecebd056b8e9cf3d /application/modules/user/views/scripts/person
parentRolle wird nicht kopiert sondern gleiche Rolle wie ersteller wird in der neue... (diff)
downloadpbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.tar.gz
pbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.tar.xz
pbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.zip
Suspend funktioniert nun mit Memberships
Diffstat (limited to 'application/modules/user/views/scripts/person')
-rw-r--r--application/modules/user/views/scripts/person/selectmembership.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/person/selectmembership.phtml b/application/modules/user/views/scripts/person/selectmembership.phtml
index 5f7e5bf..f5c18a3 100644
--- a/application/modules/user/views/scripts/person/selectmembership.phtml
+++ b/application/modules/user/views/scripts/person/selectmembership.phtml
@@ -1,5 +1,7 @@
<h1>Select Membership</h1>
+<?php if($this->notification != ''){echo $this->notification;} ?>
+
<?php
$this->membershipSelectForm->setAction($this->url());
echo $this->membershipSelectForm;
-?> \ No newline at end of file
+?>