diff options
| author | Simon | 2011-04-13 18:11:13 +0200 |
|---|---|---|
| committer | Simon | 2011-04-13 18:11:13 +0200 |
| commit | 9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0 (patch) | |
| tree | 9572626d1c57195d654aaa53ecebd056b8e9cf3d /application/modules/user/views | |
| parent | Rolle wird nicht kopiert sondern gleiche Rolle wie ersteller wird in der neue... (diff) | |
| download | pbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.tar.gz pbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.tar.xz pbs2-9331f0b960ea7a0a20ed55a22c7da9e871a7dfc0.zip | |
Suspend funktioniert nun mit Memberships
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/person/selectmembership.phtml | 4 |
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 +?> |
