Rename componente

This commit is contained in:
Samuele E. Locatelli
2020-03-18 15:43:07 +01:00
parent 6620a5be2d
commit 16559ae5d8
4 changed files with 8 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_ArtRich.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_ArtRich" %>
<div class="border bg-primary text-light rounded p-2 text-center">
<asp:Label runat="server" ID="lblArtRich" CssClass="font-weight-bold"><i class="fas fa-angle-double-right"></i> <%: CurrArtDesc %> <i class="fas fa-angle-double-left"></i></asp:Label>
</div>
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
namespace MP_MAG.WebUserControls
{
public partial class cmp_semiLavArtRich : BaseUserControl
public partial class cmp_ArtRich : BaseUserControl
{
protected void Page_Load(object sender, EventArgs e)
{
@@ -11,7 +11,7 @@ namespace MP_MAG.WebUserControls
{
public partial class cmp_semiLavArtRich
public partial class cmp_ArtRich
{
/// <summary>
@@ -1,6 +0,0 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_semiLavArtRich.ascx.cs" Inherits="MP_MAG.WebUserControls.cmp_semiLavArtRich" %>
<div class="border bg-primary text-light rounded p-2 text-center">
<asp:Label runat="server" ID="lblArtRich" CssClass="font-weight-bold"><h5><i class="fas fa-angle-double-right"></i> <%: CurrArtDesc %> <i class="fas fa-angle-double-left"></i></h5></asp:Label>
</div>