.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
8
src/pages/[partner]/welcher-ausweis/index.astro
Normal file
8
src/pages/[partner]/welcher-ausweis/index.astro
Normal 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>
|
||||
Reference in New Issue
Block a user