diff options
Diffstat (limited to 'protected')
| -rw-r--r-- | protected/views/speisTrank/index.php | 2 | ||||
| -rw-r--r-- | protected/views/speisTrank/view.php | 4 | ||||
| -rw-r--r-- | protected/views/standort/index.php | 2 | ||||
| -rw-r--r-- | protected/views/standort/view.php | 4 | ||||
| -rw-r--r-- | protected/views/veranstaltung/index.php | 2 | ||||
| -rw-r--r-- | protected/views/veranstaltung/now.php | 2 | ||||
| -rw-r--r-- | protected/views/verein/index.php | 2 | ||||
| -rw-r--r-- | protected/views/verein/view.php | 4 |
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 & 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?')), + ); ?> |
