This commit is contained in:
parent
d4b7eb7e5b
commit
bba2f28bcf
Binary file not shown.
|
@ -72,7 +72,7 @@
|
|||
"RelativeDocumentMoniker": "Components\\Pages\\Home.razor",
|
||||
"ToolTip": "C:\\Repos\\SummerBestWebForm2\\Components\\Pages\\Home.razor",
|
||||
"RelativeToolTip": "Components\\Pages\\Home.razor",
|
||||
"ViewState": "AgIAAK0BAAAAAAAAAAAcwMUBAAAhAAAAAAAAAA==",
|
||||
"ViewState": "AgIAAJgBAAAAAAAAAAAcwL4BAAAAAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||
"WhenOpened": "2025-05-29T13:04:23.98Z",
|
||||
"EditorCaption": ""
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"RelativeDocumentMoniker": "Components\\Pages\\Home.razor",
|
||||
"ToolTip": "C:\\Repos\\SummerBestWebForm2\\Components\\Pages\\Home.razor",
|
||||
"RelativeToolTip": "Components\\Pages\\Home.razor",
|
||||
"ViewState": "AgIAAK0BAAAAAAAAAAAcwMUBAAAhAAAAAAAAAA==",
|
||||
"ViewState": "AgIAAJgBAAAAAAAAAAAcwL4BAAAAAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||
"WhenOpened": "2025-05-29T13:04:23.98Z",
|
||||
"EditorCaption": ""
|
||||
|
|
|
@ -303,7 +303,9 @@
|
|||
else if (sigThree)
|
||||
{
|
||||
<br />
|
||||
<label style="display:block" for="CustomSignature" class="text-center">Custom Message (max 30 character/line up to 4 lines)</label><br />
|
||||
<label style="display:block" for="CustomSignature" class="text-center">Custom Message (max 30 character/line up to 4 lines)</label>
|
||||
|
||||
<br />
|
||||
<TelerikTextArea Id="CustomSignature" @bind-Value="@customSignature" Rows="4" Cols="35" MaxLength="120"></TelerikTextArea>
|
||||
}
|
||||
</div>
|
||||
|
@ -441,6 +443,9 @@
|
|||
<FormButtons />
|
||||
</TelerikForm>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Content>
|
||||
|
@ -484,3 +489,14 @@
|
|||
</div>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
Thank you!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
}
|
Loading…
Reference in New Issue