Added years to the expiration select

This commit is contained in:
Hillel Coren 2015-02-23 21:17:45 +02:00
parent 3a06647336
commit 82172751dd

View File

@ -242,7 +242,11 @@ header h3 em {
->addOption('2017', '2017')
->addOption('2018', '2018')
->addOption('2019', '2019')
->addOption('2020', '2020')->raw();
->addOption('2020', '2020')
->addOption('2021', '2021')
->addOption('2022', '2022')
->addOption('2023', '2023')
->addOption('2024', '2024')->raw();
}}
</div>
</div>