Refactor VerificationSettingsDialog and UploadVerification: update modal title, adjust button styles, and enhance upload instructions
This commit is contained in:
@@ -3,16 +3,18 @@
|
||||
|
||||
<div class="mt-1 mb-3">
|
||||
<div class="d-grid gap-3">
|
||||
|
||||
@if (ShowLinkPanel)
|
||||
{
|
||||
<div class="border p-3 rounded">
|
||||
<p class="mb-2 text-muted">Kopiere diesen Link und teile ihn mit <strong>@Prospect?.Name</strong>:</p>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" value="@LinkUrl" readonly />
|
||||
<Button Color="Color.Secondary" Clicked="CopyLink"><i class="fa-solid fa-copy"></i></Button>
|
||||
<div>
|
||||
<input type="text" class="form-control" value="@LinkUrl" readonly /><br />
|
||||
<Button Color="Color.Secondary" Clicked="CopyLink" Style="width: 100%;">
|
||||
<i class="fa-solid fa-copy mr-2"></i>Link kopieren
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<Button Color="Color.Light" Clicked="@(() => ModalService.Hide())">Schließen</Button>
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user