|
@@ -10,11 +10,11 @@ |
|
|
<p><strong>Labels Printed On :</strong> <%= Model.Kit.LabelsPrinted %></p> |
|
|
<p><strong>Labels Printed On :</strong> <%= Model.Kit.LabelsPrinted %></p> |
|
|
<p><strong>Exported to SnailWorks On:</strong> <%= Model.Kit.ExportedToSnailWorks %></p> |
|
|
<p><strong>Exported to SnailWorks On:</strong> <%= Model.Kit.ExportedToSnailWorks %></p> |
|
|
<% IF Model.Kit.Status = "Ready To Assign STIDS" THEN %> |
|
|
<% IF Model.Kit.Status = "Ready To Assign STIDS" THEN %> |
|
|
|
|
|
<%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %> |
|
|
<p><strong>Amount of Office Copies:</strong></p> |
|
|
<p><strong>Amount of Office Copies:</strong></p> |
|
|
<%= HTML.TextBox("OfficeCopies","0") %> |
|
|
|
|
|
|
|
|
<%= HTML.TextBox("OfficeCopiesAmount","0") %> |
|
|
<p></p> |
|
|
<p></p> |
|
|
<p><strong>Select Outbound STID:</strong></p> |
|
|
<p><strong>Select Outbound STID:</strong></p> |
|
|
<%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %> |
|
|
|
|
|
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %> |
|
|
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %> |
|
|
<%= HTML.Hidden("Id", Model.Kit.ID) %> |
|
|
<%= HTML.Hidden("Id", Model.Kit.ID) %> |
|
|
<%= HTML.DropDownListExt("OutboundSTID","hmm",Model.StidDropDown,"STID","OPTION",Array("Class","form-select")) %> |
|
|
<%= HTML.DropDownListExt("OutboundSTID","hmm",Model.StidDropDown,"STID","OPTION",Array("Class","form-select")) %> |
|
|