.
This commit is contained in:
@@ -308,16 +308,10 @@
|
|||||||
: "N/A"}</span
|
: "N/A"}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row justify-between">
|
|
||||||
<span>ID</span>
|
|
||||||
<span class="font-bold text-base-content"
|
|
||||||
>{id}</span
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
<div class="grid grid-rows-2 justify-end items-center gap-4 mt-4">
|
<div class="grid grid-col-2 justify-end items-center gap-4 mt-4">
|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-row gap-2 justify-end items-center">
|
<div class="flex flex-row gap-2 justify-end items-center">
|
||||||
@@ -328,9 +322,9 @@
|
|||||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||||
>
|
>
|
||||||
{#if ausweis.ausgestellt}
|
{#if ausweis.ausgestellt}
|
||||||
<img src="../../images/dashboard/AusweisHaken.svg" width="60" alt="Energieausweis">
|
<img src="../../images/dashboard/AusweisHaken.svg" width="65" alt="Energieausweis">
|
||||||
{:else}
|
{:else}
|
||||||
<img src="../../images/dashboard/AusweisKreuz.svg" width="60" alt="Energieausweis">
|
<img src="../../images/dashboard/AusweisKreuz.svg" width="65" alt="Energieausweis">
|
||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
@@ -340,14 +334,14 @@
|
|||||||
href="/pdf/datenblatt?id={ausweis.id}"
|
href="/pdf/datenblatt?id={ausweis.id}"
|
||||||
>
|
>
|
||||||
{#if ausweis.ausgestellt}
|
{#if ausweis.ausgestellt}
|
||||||
<img src="../../images/dashboard/DatenblattHaken.svg" width="60" alt="Energieausweis">
|
<img src="../../images/dashboard/DatenblattHaken.svg" width="65" alt="Energieausweis">
|
||||||
{:else}
|
{:else}
|
||||||
<img src="../../images/dashboard/DatenblattKreuz.svg" width="60" alt="Energieausweis">
|
<img src="../../images/dashboard/DatenblattKreuz.svg" width="65" alt="Energieausweis">
|
||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="flex flex-col gap-2 justify-start items-center">
|
||||||
{#if !ausweis.storniert && !ausweis.ausgestellt}
|
{#if !ausweis.storniert && !ausweis.ausgestellt}
|
||||||
<!--
|
<!--
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user