Code Duplication    Length = 4-4 lines in 3 locations

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

@@ 1969-1972 (lines=4) @@
1966
1967
1968
1969
		if ($this->canModify())
1970
		{
1971
			$col3->addItem($W->Link($W->Icon(absences_translate('Modify'), Func_Icons::ACTIONS_DOCUMENT_EDIT), $this->getEditUrl($rfrom, $ide)));
1972
		}
1973
1974
		if ($this->canDelete())
1975
		{