summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-07-05 14:26:51 +0200
committerBjörn Geiger2011-07-05 14:26:51 +0200
commit5222f1cc5c37c583144acfe2bb3fc4d18e57cd28 (patch)
tree54292f51f32299ccffbeb7930e9c029b965d820d /application/views/scripts
parentminor (diff)
downloadpoolctrl-5222f1cc5c37c583144acfe2bb3fc4d18e57cd28.tar.gz
poolctrl-5222f1cc5c37c583144acfe2bb3fc4d18e57cd28.tar.xz
poolctrl-5222f1cc5c37c583144acfe2bb3fc4d18e57cd28.zip
Eventview verändert
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/event/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index ee2d182..e2564d1 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -6,7 +6,7 @@
<div class='listelement'>
<?php
if(count($this->eventlist)==0)
- echo "There are no events";
+ echo "You haven't events yet";
else
foreach ($this->eventlist as $pool => $poolEvents):
if(count($poolEvents)==0)