ceb4862ace
- aggiunta stored x gestione plant - modulo update plant
15 lines
734 B
Plaintext
15 lines
734 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="SpecPartMgmt.aspx.cs" Inherits="NKC_WF.site.SpecPartMgmt" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_SpecPartMgmt.ascx" TagPrefix="uc1" TagName="cmp_SpecPartMgmt" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="card text-center" style="width: 100%;">
|
|
<h4 class="card-header p-1 bg-dark text-light">
|
|
<%: traduci("SpecPartMgmt") %> <i class=' <%: traduci("SpecPartMgmtIcon") %>'></i>
|
|
</h4>
|
|
<div class="card-body py-1">
|
|
<uc1:cmp_SpecPartMgmt runat="server" id="cmp_SpecPartMgmt" />
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|