changed main menu: planning <-> lists

This commit is contained in:
2025-02-18 13:05:22 +01:00
parent 9360f0e943
commit 42e68e5511
9 changed files with 13 additions and 16 deletions

View File

@@ -68,11 +68,6 @@
<span id="badge-more-news" class="badge bg-highlight color-white"></span>
<i class="fa fa-angle-right"></i>
</a>
<a href="<?php echo LINK_PRE; ?>planning">
<i class="fa font-14 fa-calendar-alt rounded-s bg-highlight color-white"></i>
<span>Saison-Planung</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="<?php echo LINK_PRE; ?>trim_list">
<i class="fa font-14 fa-book rounded-s bg-highlight color-white"></i>
<span>Trimm-B&uuml;cher</span>
@@ -83,6 +78,11 @@
<span>RLP-Rechner</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="#" data-menu="menu-lists">
<i class="fa font-14 fa-list rounded-s bg-highlight color-white"></i>
<span>Listen</span>
<i class="fa fa-angle-right"></i>
</a>
<a href="<?php echo LINK_PRE; ?>contact" class="border-0">
<i class="fa font-14 fa-phone rounded-s bg-highlight color-white"></i>
<span>Kontakt</span>
@@ -278,9 +278,6 @@
<p>
Mehr Informationen findest Du <a href="https://info.ostertun.net/regatten/beta">hier</a>.
</p>
<p>
Mit der Nutzung dieser App erkl&auml;rst Du Dich au&szlig;erdem damit einverstanden, dass wir Cookies einsetzen.
</p>
<a id="menu-welcome-a-okay" class="btn btn-m mt-2 mb-3 btn-full bg-green2-dark text-uppercase font-900" href="#">Alles klar</a>
</div>
</div>