More IDAA related updates
This commit is contained in:
@@ -43,27 +43,24 @@ if (log_lvl) {
|
||||
>
|
||||
|
||||
{#snippet header()}
|
||||
<div class="flex flex-row items-center justify-between w-full">
|
||||
<h3 class="text-base font-semibold">
|
||||
<!-- <span class="text-sm text-gray-500">
|
||||
Viewing:
|
||||
</span> -->
|
||||
{$idaa_slct.archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}</h3>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row items-center justify-between w-full">
|
||||
<h3 class="text-base font-semibold">
|
||||
<!-- <span class="text-sm text-gray-500">
|
||||
Viewing:
|
||||
</span> -->
|
||||
{$idaa_slct.archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}</h3>
|
||||
</div>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-secondary absolute top-2 right-2"
|
||||
onclick={() => {
|
||||
$idaa_sess.archives.show__modal_view__archive_content_id = false;
|
||||
}}
|
||||
>
|
||||
<span class="fas fa-times"></span>
|
||||
Close
|
||||
</button>
|
||||
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-secondary absolute top-2 right-2"
|
||||
onclick={() => {
|
||||
$idaa_sess.archives.show__modal_view__archive_content_id = false;
|
||||
}}
|
||||
>
|
||||
<span class="fas fa-times"></span>
|
||||
Close
|
||||
</button>
|
||||
{/snippet}
|
||||
|
||||
<Media_player
|
||||
|
||||
Reference in New Issue
Block a user