@@ -64,7 +64,10 @@ |
||
| 64 | 64 | echo $form->button()->submit(__('Download update'), ['class' => 'btn btn-primary']); |
| 65 | 65 | echo $form->stop(); |
| 66 | 66 | ?> |
| 67 | -<?php else: ?> |
|
| 67 | +<?php else { |
|
| 68 | + : ?> |
|
| 68 | 69 | <p class="alert alert-success"><?= __('Your system is up to date. No updates is available') ?></p> |
| 69 | -<?php endif; ?> |
|
| 70 | +<?php endif; |
|
| 71 | +} |
|
| 72 | +?> |
|
| 70 | 73 | <?php $this->stop() ?> |