.
This commit is contained in:
@@ -311,12 +311,15 @@
|
|||||||
</div>
|
</div>
|
||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
<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">
|
||||||
<a
|
<a
|
||||||
class="p-2 rounded-lg hover:bg-gray-200"
|
class="p-2 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||||
|
{#if ausweis.ausgestellt}
|
||||||
|
title="PDF Herunterladen"
|
||||||
|
{:else}
|
||||||
|
title="PDF noch nicht verfügbar"
|
||||||
|
{/if}
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
href="/pdf/ansichtsausweis?id={ausweis.id}"
|
||||||
@@ -328,7 +331,12 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="p-2 rounded-lg hover:bg-gray-200"
|
class="p-2 rounded-lg hover:bg-gray-200 border-1 border-gray-300"
|
||||||
|
{#if ausweis.ausgestellt}
|
||||||
|
title="PDF Herunterladen"
|
||||||
|
{:else}
|
||||||
|
title="PDF noch nicht verfügbar"
|
||||||
|
{/if}
|
||||||
title="PDF Herunterladen"
|
title="PDF Herunterladen"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="/pdf/datenblatt?id={ausweis.id}"
|
href="/pdf/datenblatt?id={ausweis.id}"
|
||||||
@@ -416,7 +424,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user