10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_authError.ascx.cs" Inherits="PUB.WebUserContols.mod_authError" %>
|
|
|
|
<div runat="server" id="divAuthError" class="text-center">
|
|
<h3>Auth Error</h3>
|
|
<b>Attenzione</b>, manca autorizzazione per visualizzare questo elemento.
|
|
<p>
|
|
Se ritieni che sia un errore prego <a href="mailto:support.b2bcondomini.it">contatta il supporto</a>.
|
|
</p>
|
|
</div>
|