summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/now.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-15 21:30:11 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-15 21:30:11 +0200
commit5759435f4da8ec800ba9af0fbbf7d6691e9ed56c (patch)
treea3e6f6c676743e89b11804a03bd4f1e837983be9 /protected/views/veranstaltung/now.php
parent94bdb31c204cdae3ca820828d4731f11f6ffeeae (diff)
diverse Layoutings
Diffstat (limited to '')
-rw-r--r--protected/views/veranstaltung/now.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/protected/views/veranstaltung/now.php b/protected/views/veranstaltung/now.php
new file mode 100644
index 0000000..ca5e5dc
--- /dev/null
+++ b/protected/views/veranstaltung/now.php
@@ -0,0 +1,18 @@
+<?php
+$this->breadcrumbs=array(
+ 'Veranstaltungen'=>array('index'),'Jetzt'
+);
+
+$this->menu=array(
+ array('label'=>'Veranstaltung erstellen', 'url'=>array('create')),
+);?>
+
+<h3>Veranstaltungen heute um <?php echo date("H:i");?></h3>
+
+
+<?php $this->widget('zii.widgets.grid.CGridView', array(
+ 'id'=>'veranstaltung-grid',
+ 'dataProvider'=>$model->now()
+
+
+)); ?>