diff options
Diffstat (limited to 'protected/views/standort/view.php')
| -rw-r--r-- | protected/views/standort/view.php | 4 |
1 files changed, 1 insertions, 3 deletions
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?')), + ); ?> |
