vtenext/portal/Smarty/templates/NotAuthorized.tpl
2021-04-28 20:10:26 +02:00

11 lines
561 B
Smarty

{*+*************************************************************************************
{*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************}
<div class="alert alert-danger alert-dismissable authorised">
<button type="button" class="close" data-dismiss="alert" onclick="location.href='index.php?module={$MODULE}&amp;action=index'">&times;</button> {* crmv@90004 *}
{'LBL_NOT_AUTHORISED'|getTranslatedString}
</div>