Files
MoonPro.net/MP-MAG/WebUserControls/cmp_ArtRich.ascx
T
2020-12-31 10:35:24 +01:00

7 lines
396 B
Plaintext

<%@ 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>