From 63f10832656c4e526486aa1b19ed6c2e66efb08a Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 5 Jul 2011 17:20:34 +0200 Subject: pool select --- application/views/scripts/event/index.phtml | 133 ++++++++++++++++------------ 1 file changed, 74 insertions(+), 59 deletions(-) (limited to 'application/views/scripts/event') diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml index e2564d1..cde9ce2 100644 --- a/application/views/scripts/event/index.phtml +++ b/application/views/scripts/event/index.phtml @@ -3,77 +3,92 @@ 'onclick' => 'self.location="/event/add/"', 'class' => 'addbutton')) ?> + +
+
eventlist)==0) - echo "You haven't events yet"; -else +if(count($this->eventlist)>0) { +?> + +eventlist as $pool => $poolEvents): if(count($poolEvents)==0) break; ?> -

+

\ No newline at end of file -- cgit v1.2.3-55-g7522