diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-05-16 18:14:16 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-05-16 18:14:16 +0200 |
| commit | 3cb7fbfceae978d2b87ae976bf4536c3461bb868 (patch) | |
| tree | 36d42842f3dfbc8a9598ea519792933bac99c3f8 /protected/views/myVeranstaltung/_view.php | |
| parent | 48f25c5eadd2a82a365b034a59b3cba4536a1e74 (diff) | |
Initiale Veranstaltungsverwaltung für die Vereine hinzugefügt
Diffstat (limited to '')
| -rw-r--r-- | protected/views/myVeranstaltung/_view.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/protected/views/myVeranstaltung/_view.php b/protected/views/myVeranstaltung/_view.php deleted file mode 100644 index daa818a..0000000 --- a/protected/views/myVeranstaltung/_view.php +++ /dev/null @@ -1,38 +0,0 @@ -<div class="view"> - - <b><?php echo CHtml::encode($data->getAttributeLabel('id')); ?>:</b> - <?php echo CHtml::link(CHtml::encode($data->id), array('view', 'id'=>$data->id)); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('verein_id')); ?>:</b> - <?php echo CHtml::encode($data->verein_id); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('titel')); ?>:</b> - <?php echo CHtml::encode($data->titel); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('startzeit')); ?>:</b> - <?php echo CHtml::encode($data->startzeit); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('endzeit')); ?>:</b> - <?php echo CHtml::encode($data->endzeit); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('beschreibung')); ?>:</b> - <?php echo CHtml::encode($data->beschreibung); ?> - <br /> - - <b><?php echo CHtml::encode($data->getAttributeLabel('standort_id')); ?>:</b> - <?php echo CHtml::encode($data->standort_id); ?> - <br /> - - <?php /* - <b><?php echo CHtml::encode($data->getAttributeLabel('published')); ?>:</b> - <?php echo CHtml::encode($data->published); ?> - <br /> - - */ ?> - -</div>
\ No newline at end of file |
