From e29f1e8b11e25e60dacc4ec19309acf24b725533 Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Sun, 25 Feb 2024 10:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=94=B6=E9=9B=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD(2/10)=20=E6=B8=85=E7=90=86=E4=BF=AE=E6=94=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E6=96=87=E4=BB=B6=E6=94=B6=E9=9B=86=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E4=BB=80=E4=B9=88=E5=A5=BD=E4=BF=AE=E6=94=B9=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/collection/update.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 views/collection/update.php diff --git a/views/collection/update.php b/views/collection/update.php deleted file mode 100644 index 7049e2f..0000000 --- a/views/collection/update.php +++ /dev/null @@ -1,21 +0,0 @@ -title = 'Update Collection Tasks: ' . $model->id; -$this->params['breadcrumbs'][] = ['label' => 'Collection Tasks', 'url' => ['index']]; -$this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]]; -$this->params['breadcrumbs'][] = 'Update'; -?> -
- -

title) ?>

- - render('_form', [ - 'model' => $model, - ]) ?> - -