programs/utilit/cet_deposit_request.class.php 1 location
|
@@ 474-477 (lines=4) @@
|
| 471 |
|
} |
| 472 |
|
|
| 473 |
|
|
| 474 |
|
if ($this->canModify()) |
| 475 |
|
{ |
| 476 |
|
$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide))); |
| 477 |
|
} |
| 478 |
|
|
| 479 |
|
if ($this->canDelete()) |
| 480 |
|
{ |
programs/utilit/workperiod_recover_request.class.php 1 location
|
@@ 570-573 (lines=4) @@
|
| 567 |
|
} |
| 568 |
|
|
| 569 |
|
|
| 570 |
|
if ($this->canModify()) |
| 571 |
|
{ |
| 572 |
|
$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide))); |
| 573 |
|
} |
| 574 |
|
|
| 575 |
|
if ($this->canDelete()) |
| 576 |
|
{ |
programs/utilit/entry.class.php 1 location
|
@@ 1957-1960 (lines=4) @@
|
| 1954 |
|
|
| 1955 |
|
|
| 1956 |
|
|
| 1957 |
|
if ($this->canModify()) |
| 1958 |
|
{ |
| 1959 |
|
$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide))); |
| 1960 |
|
} |
| 1961 |
|
|
| 1962 |
|
if ($this->canDelete()) |
| 1963 |
|
{ |