File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
AdminUI/LearningHub.Nhs.AdminUI/Views/Roadmap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515<div class =" go-back-header" >
1616 <a href =" @Url.Action(" Updates " , " Roadmap " )" >< ; Go back</a >
1717</div >
18- <form style =" margin-left : 24px ; margin-right : 24px ; max-width : 800px ;" action =" /Roadmap/@formAction" method =" POST" enctype =" multipart/form-data" >
18+ <form style =" margin-left : 24px ; margin-right : 24px ; max-width : 800px ;" action =" /Roadmap/@formAction" method =" POST" onsubmit = " btnSave.disabled = true; return true; " enctype =" multipart/form-data" >
1919 <input type =" hidden" name =" RoadmapTypeId" value =" @Model.RoadmapTypeId" />
2020 <input type =" hidden" name =" Id" value =" @Model.Id" />
2121 <div class =" row mt-5" >
9999 </div >
100100 <div class =" row mt-5" >
101101 <div class =" col-12 d-flex justify-content-between" >
102- <button class =" btn btn-custom-green" >Save</button >
102+ <button class =" btn btn-custom-green" id = " btnSave " >Save</button >
103103 @if (isNew )
104104 {
105105 <a class =" btn-link-red btn btn-link" asp-action =" Updates" asp-controller =" Roadmap" >Cancel </a >
You can’t perform that action at this time.
0 commit comments