Code Duplication    Length = 10-10 lines in 2 locations

programs/utilit/deleterequest.ui.php 2 locations

@@ 49-58 (lines=10) @@
46
class absences_deleteCetDepositRequestCls extends absences_CetDepositRequestDetail
47
{
48
49
    public function __construct($id, $manager_view)
50
    {
51
        parent::__construct($id);
52
53
        $this->id_deposit = (int) $id;
54
55
        $this->t_deleteconfirm = absences_translate("Do you really want to delete the time saving account deposit ?");
56
57
        $this->initDelete($manager_view);
58
    }
59
60
}
61
@@ 66-75 (lines=10) @@
63
class absences_deleteWpRecoveryRequestCls extends absences_WpRecoveryDetail
64
{
65
66
    public function __construct($id, $manager_view)
67
    {
68
        parent::__construct($id);
69
70
        $this->id_recovery = (int) $id;
71
72
        $this->t_deleteconfirm = absences_translate("Do you really want to delete the work period recover request ?");
73
74
        $this->initDelete($manager_view);
75
    }
76
77
}