Audit edit view, Audit Status Date format issue fixed. Email template for CorrectiveActionClosed changed
This commit is contained in:
parent
0895d6a50b
commit
d6984179b5
Binary file not shown.
Binary file not shown.
@ -1,12 +1,7 @@
|
||||
<font size="2" face="verdana">
|
||||
<font size="2" face="verdana">
|
||||
*****Please DO NOT reply to this email*****
|
||||
<br/><br/>
|
||||
Corrective Action {0} has been closed
|
||||
|
||||
<br/><br/>
|
||||
|
||||
|
||||
{1}/CorrectiveAction/Edit?issueID={2}
|
||||
<br/><br/>
|
||||
Thank you for your effort
|
||||
<br/><br/>
|
||||
@ -15,4 +10,4 @@ If you have any questions or trouble logging on please contact a site administra
|
||||
Thank you!
|
||||
|
||||
|
||||
</font>
|
||||
</font>
|
||||
|
@ -115,8 +115,9 @@
|
||||
<label class="control-label pull-right">Audit Date:</label>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
@(Html.Kendo().DatePickerFor(model => model.AuditDate.Value)
|
||||
@(Html.Kendo().DatePickerFor(model => model.AuditDate)
|
||||
.Name("txtAuditDate")
|
||||
.HtmlAttributes(new { @type = "text" })
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
|
@ -118,6 +118,7 @@
|
||||
<div class="col-sm-9">
|
||||
@(Html.Kendo().DatePickerFor(model => model.AuditDate)
|
||||
.Name("txtAuditDate")
|
||||
.HtmlAttributes(new { @type = "text", Readonly = "Readonly" })
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user