Merge branch 'blazor' of https://codefirst.iut.uca.fr/git/antoine.jourdain/SAE_2A_Anglais into blazor
commit
a51f6227d8
@ -1,7 +1,7 @@
|
|||||||
<div class="simple-form">
|
<div class="simple-form">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Are you sure you want to delete @item.Name ?
|
Are you sure you want to delete user : @item.Name ?
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button @onclick="ConfirmDelete" class="btn btn-primary">Delete</button>
|
<button @onclick="ConfirmDelete" class="btn btn-primary">Delete</button>
|
@ -0,0 +1,10 @@
|
|||||||
|
<div class="simple-form">
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Are you sure you want to delete vocabulary list : @item.Name ?
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<button @onclick="ConfirmDelete" class="btn btn-primary">Delete</button>
|
||||||
|
|
||||||
|
<button @onclick="Cancel" class="btn btn-secondary">Cancel</button>
|
||||||
|
</div>
|
Loading…
Reference in new issue