|
|
@@ -10,15 +10,18 @@ |
|
|
|
<p><strong>Labels Printed On :</strong> <%= Model.Kit.LabelsPrinted %></p> |
|
|
|
<p><strong>Exported to SnailWorks On:</strong> <%= Model.Kit.ExportedToSnailWorks %></p> |
|
|
|
<% IF Model.Kit.Status = "Ready To Assign STIDS" THEN %> |
|
|
|
<p><strong>Amount of Office Copies:</strong></p> |
|
|
|
<%= HTML.TextBox("OfficeCopies","0") %> |
|
|
|
<p></p> |
|
|
|
<p><strong>Select Outbound STID:</strong></p> |
|
|
|
<%= HTML.FormTag("Kit","SwitchBoardPurpleEnvelopeEditPost",empty,empty) %> |
|
|
|
<%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("KitEditForm")) %> |
|
|
|
<%= HTML.Hidden("Id", Model.Kit.ID) %> |
|
|
|
<%= HTML.DropDownListExt("OutboundSTID","hmm",Model.StidDropDown,"STID","OPTION",Array("Class","form-select")) %> |
|
|
|
<p></p> |
|
|
|
<%= HTML.Checkbox("InBoundTracking",0) %> Inbound Tracking |
|
|
|
<%= HTML.Checkbox("InBoundTracking",0) %><strong>Inbound Tracking</strong> |
|
|
|
<p></p> |
|
|
|
<%= HTML.Button("submit", "<i class='glyphicon glyphicon-ok'></i> Save", "btn-primary") %> |
|
|
|
<p><%= HTML.Button("submit", "<i class='glyphicon glyphicon-ok'></i> Save", "btn-primary") %></p> |
|
|
|
</form> |
|
|
|
<p></p> |
|
|
|
<% END IF %> |
|
|
|