Bug fix for IDAA Archive Content edit button. Updates related to new Launcher.
This commit is contained in:
@@ -179,6 +179,17 @@ let ae_promises: key_val = $state({});
|
||||
</a> -->
|
||||
{/if}
|
||||
|
||||
{:else}
|
||||
<span
|
||||
class="text-sm text-gray-500 italic"
|
||||
title="No file linked."
|
||||
>
|
||||
<span class="fas fa-exclamation-triangle text-warning"></span>
|
||||
No file linked.
|
||||
<span class="fas fa-exclamation-triangle text-warning"></span>
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
<button
|
||||
type="button"
|
||||
@@ -196,16 +207,6 @@ let ae_promises: key_val = $state({});
|
||||
<span class="fas fa-edit m-1"></span> Edit Content
|
||||
</button>
|
||||
{/if}
|
||||
{:else}
|
||||
<span
|
||||
class="text-sm text-gray-500 italic"
|
||||
title="No file linked."
|
||||
>
|
||||
<span class="fas fa-exclamation-triangle text-warning"></span>
|
||||
No file linked.
|
||||
<span class="fas fa-exclamation-triangle text-warning"></span>
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<section class="ae_section archive_content__content">
|
||||
|
||||
Reference in New Issue
Block a user