Hide/Show Year-Selector

This commit is contained in:
int2001
2024-12-01 13:48:31 +00:00
parent e5d1ec9554
commit 4bcb9cc41f
2 changed files with 12 additions and 5 deletions

View File

@@ -28,7 +28,8 @@
<?php echo $page_title; ?>
<small class="text-muted"><?= __("Explore the logbook."); ?></small>
</h2>
<?= __("Year"); ?> <select id="yr" name="yr">
<br/>
<select style="display:none;" id="yr" name="yr">
<option value='All'><?= __("All"); ?></option>
<?php
foreach($years as $yr) {