mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
11 lines
561 B
Smarty
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}&action=index'">×</button> {* crmv@90004 *}
|
|
{'LBL_NOT_AUTHORISED'|getTranslatedString}
|
|
</div>
|