feature: lodge insurance
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
@{
|
||||
Authorization.Require(Claims.Job.Actions.LogRepair);
|
||||
|
||||
ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id), MVC.Job.Show(Model.Job.Id), "Log Repair");
|
||||
ViewBag.Title = Html.ToBreadcrumb("Jobs", MVC.Job.Index(), string.Format("Job: {0}", Model.Job.Id), MVC.Job.Show(Model.Job.Id), "Lodge Repair");
|
||||
}
|
||||
@using (Html.BeginForm(MVC.Job.LogRepair(), FormMethod.Post))
|
||||
{
|
||||
@Html.AntiForgeryToken()
|
||||
@Html.ValidationSummary(true)
|
||||
@Html.HiddenFor(m => m.JobId)
|
||||
@Html.HiddenFor(m => m.OrganisationAddressId)
|
||||
@@ -79,7 +80,7 @@
|
||||
<th>Disclosed Information
|
||||
</th>
|
||||
<td>
|
||||
<div id="repairDisclosedInformation">
|
||||
<div id="disclosedInformation">
|
||||
<table>
|
||||
@foreach (var dp in Model.DiscloseProperties)
|
||||
{
|
||||
@@ -123,7 +124,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div id="submitDialog" class="dialog" title="Please Wait">
|
||||
<h4><i class="fa fa-lg fa-cog fa-spin" title="Please Wait"></i>Submitting Repair Request...</h4>
|
||||
<h4><i class="fa fa-lg fa-cog fa-spin" title="Please Wait"></i>Lodging Repair Request...</h4>
|
||||
</div>
|
||||
<script>
|
||||
$(function () {
|
||||
@@ -147,6 +148,6 @@
|
||||
});
|
||||
</script>
|
||||
<div class="actionBar">
|
||||
<input id="submitJob" type="submit" class="button" value="Submit Repair Request" />
|
||||
<input id="submitJob" type="submit" class="button" value="Lodge Repair Request" />
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user