diff options
Diffstat (limited to 'protected/views/veranstaltung/now.php')
| -rw-r--r-- | protected/views/veranstaltung/now.php | 18 |
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() + + +)); ?> |
