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
|
@@ 2308-2311 (lines=4) @@
|
| 2305 |
|
|
| 2306 |
|
|
| 2307 |
|
|
| 2308 |
|
if ($this->canModify()) |
| 2309 |
|
{ |
| 2310 |
|
$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide))); |
| 2311 |
|
} |
| 2312 |
|
|
| 2313 |
|
if ($this->canDelete()) |
| 2314 |
|
{ |