@@ 1570-1578 (lines=9) @@ | ||
1567 | $col1->addItem($p); |
|
1568 | } |
|
1569 | ||
1570 | if (0 !== (int) round(10*$rightCet->per_year)) |
|
1571 | { |
|
1572 | $col2->addItem( |
|
1573 | $this->titledLabel( |
|
1574 | absences_translate('Maximum savings per year'), |
|
1575 | sprintf(absences_translate('%s days'), $rightCet->per_year) |
|
1576 | ) |
|
1577 | ); |
|
1578 | } |
|
1579 | ||
1580 | ||
1581 | if (0 !== (int) round(10*$rightCet->ceiling)) |
|
@@ 1581-1589 (lines=9) @@ | ||
1578 | } |
|
1579 | ||
1580 | ||
1581 | if (0 !== (int) round(10*$rightCet->ceiling)) |
|
1582 | { |
|
1583 | $col2->addItem( |
|
1584 | $this->titledLabel( |
|
1585 | absences_translate('Maximum savings in the account saving time'), |
|
1586 | sprintf(absences_translate('%s days'), $rightCet->ceiling) |
|
1587 | ) |
|
1588 | ); |
|
1589 | } |
|
1590 | ||
1591 | // TODO others CET fields |
|
1592 |