summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-27 16:17:19 +0200
committerBjörn Geiger2011-06-27 16:17:19 +0200
commit04125cf16696f7b9df1ff8c83a952dc79a4cbde6 (patch)
treec1a3dc5c72359ae280ba811a942e428174e928fb /application/views/scripts/event
parentDatenbank Mapper hinzugefügt (diff)
downloadpoolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.tar.gz
poolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.tar.xz
poolctrl-04125cf16696f7b9df1ff8c83a952dc79a4cbde6.zip
Event Controller mit Actions hinzugefügt
Diffstat (limited to 'application/views/scripts/event')
-rw-r--r--application/views/scripts/event/add.phtml4
-rw-r--r--application/views/scripts/event/edit.phtml4
-rw-r--r--application/views/scripts/event/index.phtml2
3 files changed, 10 insertions, 0 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
new file mode 100644
index 0000000..647fe1c
--- /dev/null
+++ b/application/views/scripts/event/add.phtml
@@ -0,0 +1,4 @@
+<h1>Add Event</h1>
+<?php
+echo $this->addForm;
+?> \ No newline at end of file
diff --git a/application/views/scripts/event/edit.phtml b/application/views/scripts/event/edit.phtml
new file mode 100644
index 0000000..e62b8b3
--- /dev/null
+++ b/application/views/scripts/event/edit.phtml
@@ -0,0 +1,4 @@
+<h1>Edit Event</h1>
+<?php
+echo $this->editForm;
+?> \ No newline at end of file
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
new file mode 100644
index 0000000..a8c2b80
--- /dev/null
+++ b/application/views/scripts/event/index.phtml
@@ -0,0 +1,2 @@
+<h1>Events</h1>
+<?php print_r($this->eventlist); ?> \ No newline at end of file