|
@@ 39-40 (lines=2) @@
|
| 36 |
|
{
|
| 37 |
|
parent::initDefaultButtons();
|
| 38 |
|
|
| 39 |
|
if ($this->viewButtonIcon !== false && !isset($this->buttons['view']['icon']))
|
| 40 |
|
$this->buttons['view']['icon'] = $this->viewButtonIcon;
|
| 41 |
|
if ($this->updateButtonIcon !== false && !isset($this->buttons['update']['icon']))
|
| 42 |
|
$this->buttons['update']['icon'] = $this->updateButtonIcon;
|
| 43 |
|
if ($this->deleteButtonIcon !== false && !isset($this->buttons['delete']['icon']))
|
|
@@ 41-42 (lines=2) @@
|
| 38 |
|
|
| 39 |
|
if ($this->viewButtonIcon !== false && !isset($this->buttons['view']['icon']))
|
| 40 |
|
$this->buttons['view']['icon'] = $this->viewButtonIcon;
|
| 41 |
|
if ($this->updateButtonIcon !== false && !isset($this->buttons['update']['icon']))
|
| 42 |
|
$this->buttons['update']['icon'] = $this->updateButtonIcon;
|
| 43 |
|
if ($this->deleteButtonIcon !== false && !isset($this->buttons['delete']['icon']))
|
| 44 |
|
$this->buttons['delete']['icon'] = $this->deleteButtonIcon;
|
| 45 |
|
}
|
|
@@ 43-44 (lines=2) @@
|
| 40 |
|
$this->buttons['view']['icon'] = $this->viewButtonIcon;
|
| 41 |
|
if ($this->updateButtonIcon !== false && !isset($this->buttons['update']['icon']))
|
| 42 |
|
$this->buttons['update']['icon'] = $this->updateButtonIcon;
|
| 43 |
|
if ($this->deleteButtonIcon !== false && !isset($this->buttons['delete']['icon']))
|
| 44 |
|
$this->buttons['delete']['icon'] = $this->deleteButtonIcon;
|
| 45 |
|
}
|
| 46 |
|
|
| 47 |
|
/**
|