Rename componente
This commit is contained in:
@@ -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>
|
||||
+1
-1
@@ -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)
|
||||
{
|
||||
+1
-1
@@ -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>
|
||||
Reference in New Issue
Block a user