mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Hide/Show Year-Selector
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user