This commit is contained in:
Samuele E. Locatelli
2020-08-14 14:02:24 +02:00
parent 4c2d5f2db7
commit 583d3b9ff2
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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...
-4
View File
@@ -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>