@@ -589,9 +589,12 @@ |
||
| 589 | 589 | |
| 590 | 590 | <?php if ($year >= $currentYear) : ?> |
| 591 | 591 | <a class="butActionRefused" href="#">Générer</a> |
| 592 | - <?php else: ?> |
|
| 592 | + <?php else { |
|
| 593 | + : ?> |
|
| 593 | 594 | <button class="butAction" type="submit">Générer</button> |
| 594 | - <?php endif; ?> |
|
| 595 | + <?php endif; |
|
| 596 | +} |
|
| 597 | +?> |
|
| 595 | 598 | |
| 596 | 599 | </form> |
| 597 | 600 | |