This commit is contained in:
Robert Jagtiani
2025-04-03 21:33:09 +02:00
parent a194e8a17e
commit 8804346424
6 changed files with 28 additions and 20 deletions

View File

@@ -83,6 +83,6 @@ if (id) {
}
---
<AusweisLayout title="Bedarfsausweis Gewerbe anfragen">
<AusweisLayout title="Bedarfsausweis Gewerbe anfragen" tabHover4="glow">
<BedarfsausweisGewerbeModule client:only {nachweis} {objekt} {aufnahme} {bilder} {unterlagen} {id} {ausweistyp} />
</AusweisLayout>

View File

@@ -79,6 +79,6 @@ if (id) {
---
<AusweisLayout title="Bedarfsausweis erstellen | IBCornelsen">
<AusweisLayout title="Bedarfsausweis erstellen | IBCornelsen" tabHover3="glow">
<BedarfsausweisWohnenModule client:only {ausweis} {objekt} {aufnahme} {bilder} {ausweistyp} {id}></BedarfsausweisWohnenModule>
</AusweisLayout>

View File

@@ -0,0 +1,8 @@
---
import AusweisLayout from "#layouts/AusweisLayoutDaten_partner.astro";
import WelcherAusweisWidget from "#components/widgets/ibcornelsen/WelcherAusweisWidget_ibcornelsen.svelte";
---
<AusweisLayout title="Welcher Ausweis | IBCornelsen" tabHover7="glow">
<WelcherAusweisWidget client:load></WelcherAusweisWidget>
</AusweisLayout>