From ddea0446edb165f23df02f324cb3ca3c4066b308 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 12 Apr 2011 15:45:15 +0200 Subject: Anzeige Request bei Personendetails --- .../modules/user/views/scripts/person/show.phtml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'application/modules/user/views/scripts/person/show.phtml') diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml index 5fb4bde..c43bde3 100644 --- a/application/modules/user/views/scripts/person/show.phtml +++ b/application/modules/user/views/scripts/person/show.phtml @@ -93,4 +93,32 @@ $class= 'highlight checked'; pagination; +if(isset($this->groupRequestList)) { + ?> +
+

Requests:

+
groupRequestList as $grouprequest) { + $grouprequestID = $grouprequest['grouprequestID']; + $group = $grouprequest['group']; + ?> +
+
+
getTitle(); ?>
+ getDescription()) { + ?> +
getDescription(); ?>
+ +
 
+
+
+
+ \ No newline at end of file -- cgit v1.2.3-55-g7522