Code Duplication    Length = 9-9 lines in 2 locations

programs/utilit/right.ui.php 2 locations

@@ 1551-1559 (lines=9) @@
1548
				$col1->addItem($p);
1549
			}
1550
			
1551
			if (0 !== (int) round(10*$rightCet->per_year))
1552
			{
1553
				$col2->addItem(
1554
					$this->titledLabel(
1555
						absences_translate('Maximum savings per year'),
1556
						sprintf(absences_translate('%s days'), $rightCet->per_year)
1557
					)
1558
				);
1559
			}
1560
			
1561
			
1562
			if (0 !== (int) round(10*$rightCet->ceiling))
@@ 1562-1570 (lines=9) @@
1559
			}
1560
			
1561
			
1562
			if (0 !== (int) round(10*$rightCet->ceiling))
1563
			{
1564
				$col2->addItem(
1565
					$this->titledLabel(
1566
						absences_translate('Maximum savings in the account saving time'),
1567
						sprintf(absences_translate('%s days'), $rightCet->ceiling)
1568
					)
1569
				);
1570
			}
1571
			
1572
			// TODO others CET fields
1573