Added ECN approvers note to other affected views
This commit is contained in:
parent
1b7e482ad4
commit
10dbd08cd2
@ -209,6 +209,12 @@
|
|||||||
<div class="col-sm-6 col-sm-6">
|
<div class="col-sm-6 col-sm-6">
|
||||||
@Html.TextBoxFor(model => model.Title, new { id = "txtTitle", @class = "k-textbox", style = "width:100%", disabled = "disabled" })
|
@Html.TextBoxFor(model => model.Title, new { id = "txtTitle", @class = "k-textbox", style = "width:100%", disabled = "disabled" })
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color: red;">
|
||||||
|
*(DO NOT USE Rev I, O, Q, S, X, and Z)
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color: red;">
|
||||||
|
Revision Y is followed by AA. YY is followed by AAA
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-4">Approvers:</label>
|
<label class="control-label col-sm-4">Approvers:</label>
|
||||||
@ -220,6 +226,9 @@
|
|||||||
.HtmlAttributes(new { disabled = "disabled" })
|
.HtmlAttributes(new { disabled = "disabled" })
|
||||||
)
|
)
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color:red;">
|
||||||
|
ECN: Qualtiy and Dept. Specific<br />MRB: Quality, Production, Engineering, OPC<br />PCRB: Quality, Production, Engineering, Dept. Specific (scope of change)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-4">Affected Areas:</label>
|
<label class="control-label col-sm-4">Affected Areas:</label>
|
||||||
|
@ -241,6 +241,12 @@
|
|||||||
<div class="col-sm-6 col-sm-6">
|
<div class="col-sm-6 col-sm-6">
|
||||||
@Html.TextBoxFor(model => model.Title, new { id = "txtTitle", @class = "k-textbox", style = "width:100%", disabled = "disabled" })
|
@Html.TextBoxFor(model => model.Title, new { id = "txtTitle", @class = "k-textbox", style = "width:100%", disabled = "disabled" })
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color: red;">
|
||||||
|
*(DO NOT USE Rev I, O, Q, S, X, and Z)
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color: red;">
|
||||||
|
Revision Y is followed by AA. YY is followed by AAA
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-4">Approvers:</label>
|
<label class="control-label col-sm-4">Approvers:</label>
|
||||||
@ -252,7 +258,9 @@
|
|||||||
.HtmlAttributes(new { disabled = "disabled" })
|
.HtmlAttributes(new { disabled = "disabled" })
|
||||||
)
|
)
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-sm-6 col-sm-offset-4" style="color:red;">
|
||||||
|
ECN: Qualtiy and Dept. Specific<br />MRB: Quality, Production, Engineering, OPC<br />PCRB: Quality, Production, Engineering, Dept. Specific (scope of change)
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="control-label col-sm-4">Affected Areas:</label>
|
<label class="control-label col-sm-4">Affected Areas:</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user