feat(ShowEnvelope-View): Flex-Action-Panel ausblenden, wenn schreibgeschützt
This commit is contained in:
parent
1919c562cc
commit
524a72caa0
@ -28,6 +28,8 @@
|
||||
isReadOnly = isReadOnly_bool;
|
||||
}
|
||||
<div class="envelope-view">
|
||||
@if (!isReadOnly)
|
||||
{
|
||||
<div id="flex-action-panel" class="btn-group btn_group position-fixed bottom-0 end-0 d-flex align-items-center" role="group" aria-label="Basic mixed styles example">
|
||||
<button class="btn_complete btn btn-primary" type="button">
|
||||
<svg class="icon" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16">
|
||||
@ -49,7 +51,7 @@
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
}
|
||||
<div class="dd-cards-container">
|
||||
<div class="dd-card">
|
||||
<div class="dd-card-preview">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user