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
|
@@ 1975-1978 (lines=4) @@
|
1972 |
|
|
1973 |
|
|
1974 |
|
|
1975 |
|
if ($this->canModify()) |
1976 |
|
{ |
1977 |
|
$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide))); |
1978 |
|
} |
1979 |
|
|
1980 |
|
if ($this->canDelete()) |
1981 |
|
{ |