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