From 06d036c59abbca0b851dd2d820cf57f51514e86d Mon Sep 17 00:00:00 2001 From: Patrick Seeger Date: Fri, 18 May 2012 22:26:39 +0200 Subject: =?UTF-8?q?Views=20von=20m=C3=BCll=20in=20den=20menus=20bereinigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protected/views/speisTrank/index.php | 2 +- protected/views/speisTrank/view.php | 4 +--- protected/views/standort/index.php | 2 +- protected/views/standort/view.php | 4 +--- protected/views/veranstaltung/index.php | 2 +- protected/views/veranstaltung/now.php | 2 +- protected/views/verein/index.php | 2 +- 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')), + ); ?>

Speis & Trank

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')), + );?>

Veranstaltungen

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')), + );?>

Veranstaltungen heute um

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?')), + ); ?> -- cgit v1.0-28-g1787