summaryrefslogtreecommitdiff
path: root/protected/views
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-18 22:26:39 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-18 22:26:39 +0200
commit06d036c59abbca0b851dd2d820cf57f51514e86d (patch)
tree49d5fc83c2e7565831117fc0fd9af6994d87c600 /protected/views
parent02f4fe62412d3e8ba2d5b7e02cc06ad8540cb628 (diff)
Views von müll in den menus bereinigt
Diffstat (limited to 'protected/views')
-rw-r--r--protected/views/speisTrank/index.php2
-rw-r--r--protected/views/speisTrank/view.php4
-rw-r--r--protected/views/standort/index.php2
-rw-r--r--protected/views/standort/view.php4
-rw-r--r--protected/views/veranstaltung/index.php2
-rw-r--r--protected/views/veranstaltung/now.php2
-rw-r--r--protected/views/verein/index.php2
-rw-r--r--protected/views/verein/view.php4
8 files changed, 8 insertions, 14 deletions
diff --git a/protected/views/speisTrank/index.php b/protected/views/speisTrank/index.php
index 1f416cc..4f39017 100644
--- a/protected/views/speisTrank/index.php
+++ b/protected/views/speisTrank/index.php
@@ -4,7 +4,7 @@ $this->breadcrumbs=array(
);
$this->menu=array(
- array('label'=>'Kulinarisches Angebot erstellen', 'url'=>array('create')),
+
);
?>
<h1>Speis &amp; Trank</h1>
diff --git a/protected/views/speisTrank/view.php b/protected/views/speisTrank/view.php
index 2dc3841..6ef8d55 100644
--- a/protected/views/speisTrank/view.php
+++ b/protected/views/speisTrank/view.php
@@ -6,9 +6,7 @@ $this->breadcrumbs=array(
$this->menu=array(
array('label'=>'Speis & Trank', 'url'=>array('index')),
- array('label'=>'Kulinarisches Angebot erstellen', 'url'=>array('create')),
- array('label'=>$model->name.' bearbeiten', 'url'=>array('update', 'id'=>$model->id)),
- array('label'=>$model->name.' löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')),
+
);
?>
diff --git a/protected/views/standort/index.php b/protected/views/standort/index.php
index ca84d35..eabd7a6 100644
--- a/protected/views/standort/index.php
+++ b/protected/views/standort/index.php
@@ -4,7 +4,7 @@ $this->breadcrumbs=array(
);
$this->menu=array(
- array('label'=>'Standort erstellen', 'url'=>array('create')),
+
);
?>
diff --git a/protected/views/standort/view.php b/protected/views/standort/view.php
index 53d5440..80ed4e3 100644
--- a/protected/views/standort/view.php
+++ b/protected/views/standort/view.php
@@ -6,9 +6,7 @@ $this->breadcrumbs=array(
$this->menu=array(
array('label'=>'Standorte', 'url'=>array('index')),
- array('label'=>'Standort erstellen', 'url'=>array('create')),
- array('label'=>$model->name.' bearbeiten', 'url'=>array('update', 'id'=>$model->id)),
- array('label'=>$model->name.' löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')),
+
);
?>
diff --git a/protected/views/veranstaltung/index.php b/protected/views/veranstaltung/index.php
index 13f1dcf..56708fc 100644
--- a/protected/views/veranstaltung/index.php
+++ b/protected/views/veranstaltung/index.php
@@ -4,7 +4,7 @@ $this->breadcrumbs=array(
);
$this->menu=array(
- array('label'=>'Veranstaltung erstellen', 'url'=>array('create')),
+
);?>
<h3>Veranstaltungen</h3>
diff --git a/protected/views/veranstaltung/now.php b/protected/views/veranstaltung/now.php
index ca5e5dc..8eb8c64 100644
--- a/protected/views/veranstaltung/now.php
+++ b/protected/views/veranstaltung/now.php
@@ -4,7 +4,7 @@ $this->breadcrumbs=array(
);
$this->menu=array(
- array('label'=>'Veranstaltung erstellen', 'url'=>array('create')),
+
);?>
<h3>Veranstaltungen heute um <?php echo date("H:i");?></h3>
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php
index 84431e3..5c03339 100644
--- a/protected/views/verein/index.php
+++ b/protected/views/verein/index.php
@@ -5,7 +5,7 @@ $this->breadcrumbs=array(
$this->menu=array(
array('label' => 'Verein suchen', 'url' => array('search')),
- array('label'=>'Verein erstellen', 'url'=>array('create'),'visible'=>!Yii::app()->user->isGuest),
+
);
?>
diff --git a/protected/views/verein/view.php b/protected/views/verein/view.php
index 188238a..5d1df76 100644
--- a/protected/views/verein/view.php
+++ b/protected/views/verein/view.php
@@ -6,9 +6,7 @@ $this->breadcrumbs=array(
$this->menu=array(
array('label'=>'Vereine verwalten', 'url'=>array('index')),
- array('label'=>'Verein erstellen', 'url'=>array('create')),
- array('label'=>'Verein bearbeiten', 'url'=>array('update', 'id'=>$model->id)),
- array('label'=>'Verein löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')),
+
);
?>