@@ -543,8 +543,8 @@ |
||
543 | 543 | public function renderTools() |
544 | 544 | { |
545 | 545 | if ($this->mode == static::MODE_CREATE) { |
546 | - $this->tools->disableDelete(); |
|
547 | - $this->tools->disableView(); |
|
546 | + $this->tools->disableDelete(); |
|
547 | + $this->tools->disableView(); |
|
548 | 548 | } |
549 | 549 | return $this->tools->render(); |
550 | 550 | } |