Tabelle auf der Index Seite #4

Closed
opened 2025-06-02 08:48:43 +00:00 by Kocoder · 1 comment
Owner

<Header>
<th style="width: 1px;">&nbsp;</th>
<th style="width: 1px;">&nbsp;</th>
<th>@Localizer["Name"]</th>
<th style="width: 1px;">&nbsp;</th>
</Header>
<Row>
<td><ActionLink Action="Edit" Parameters="@($"id=" + context.EventId.ToString())" ResourceKey="Edit" /></td>
<td><ActionDialog Header="Delete EventRegistration" Message="Are You Sure You Wish To Delete This EventRegistration?" Action="Delete" Security="SecurityAccessLevel.Edit" Class="btn btn-danger" OnClick="@(async () => await Delete(context))" ResourceKey="Delete" Id="@context.EventId.ToString()" /></td>
<td>@context.Name</td>
<td><ActionLink Action="Details" Parameters="@($"id=" + context.EventId.ToString())" ResourceKey="Details"/></td>
</Row>

https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Module.EventRegistration/src/commit/f63681bce5ad5b669458f6039670be89946c85fd/Client/Modules/SZUAbsolventenverein.Module.EventRegistration/Index.razor#L23-L35
Kocoder added the
Frontend
label 2025-06-02 08:48:43 +00:00
Ismail was assigned by Kocoder 2025-06-02 08:48:43 +00:00
Author
Owner
16cfe54fedf37df212ae6849918258d5bca8e1dc
Kocoder added spent time 15 minutes 2025-06-22 10:05:01 +00:00
Kocoder added reference kh-test 2025-06-22 10:05:08 +00:00
Sign in to join this conversation.
No Label
Frontend
1 Participants
Notifications
Total Time Spent: 15 minutes
Kocoder
15 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Diplomarbeit-Absolventenverein/Module.EventRegistration#4
No description provided.