asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-04 02:12:10 +02:00
parent 9acf70d7ce
commit 3f1731fa25
3 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</nav> </nav>
<div class="module-submenu-actions"> <div class="module-submenu-actions">
<a class="module-button module-button--secondary module-button--small" href="/">Nexus Übersicht</a> <a class="module-button module-button--secondary module-button--small" href="/">Nexus Übersicht</a>
<a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import öffnen</a> <a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -55,7 +55,7 @@ foreach ($modules as $m) {
</nav> </nav>
<div class="module-submenu-actions"> <div class="module-submenu-actions">
<a class="module-button module-button--secondary module-button--small" href="/">Nexus Übersicht</a> <a class="module-button module-button--secondary module-button--small" href="/">Nexus Übersicht</a>
<a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import öffnen</a> <a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -95,7 +95,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<div style="display:flex; gap:10px; flex-wrap:wrap;"> <div style="display:flex; gap:10px; flex-wrap:wrap;">
<button class="cta-button" type="submit">SQL importieren</button> <button class="cta-button" type="submit">SQL importieren</button>
<a class="nav-link" href="/modules">Aktive Module öffnen</a>
</div> </div>
</div> </div>
</form> </form>