Fix Typo
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<uc1:cmp_BP_bunkList runat="server" ID="cmp_BP_bunkList" />
|
||||
</div>
|
||||
<div class="col-8 px-0">
|
||||
<h3>Batch preview</h3>
|
||||
<h3><%# traduci("BatchPreview") %></h3>
|
||||
<uc1:cmp_slider runat="server" ID="cmp_slider" />
|
||||
<uc1:cmp_MU_svgViewer runat="server" ID="cmp_MU_svgViewer" />
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ using System.Web.UI;
|
||||
|
||||
namespace NKC_WF.site
|
||||
{
|
||||
public partial class BatchPreview : System.Web.UI.Page
|
||||
public partial class BatchPreview : BasePage
|
||||
{
|
||||
/// <summary>
|
||||
/// Batch corrente...
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="NKC_WF.Contact" %>
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
|
||||
|
||||
<div class="container mt-2">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
@@ -46,6 +44,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</asp:Content>
|
||||
|
||||
Reference in New Issue
Block a user