Added delete confirmation line for crud
This commit is contained in:
parent
2947c3b4b6
commit
46b6dda084
@ -105,6 +105,7 @@ getCrudDeleteR s = do
|
|||||||
applyLayout "Confirm delete" mempty [$hamlet|
|
applyLayout "Confirm delete" mempty [$hamlet|
|
||||||
%form!method=post!action=@toMaster.CrudDeleteR.s@
|
%form!method=post!action=@toMaster.CrudDeleteR.s@
|
||||||
%h1 Really delete?
|
%h1 Really delete?
|
||||||
|
%p Do you really want to delete $cs.itemTitle.item$?
|
||||||
%p
|
%p
|
||||||
%input!type=submit!value=Yes
|
%input!type=submit!value=Yes
|
||||||
\
|
\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user