mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
28 lines
658 B
Smarty
28 lines
658 B
Smarty
{*
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
*}
|
|
|
|
{include file='Buttons_List1.tpl'}
|
|
|
|
{*<!-- Contents -->*}
|
|
<table border=0 cellspacing=0 cellpadding=0 width=100% align=center> <!-- crmv@30683 -->
|
|
<tr>
|
|
<td valign=top>
|
|
|
|
</td>
|
|
<td class="showPanelBg" valign=top width=100% style="padding:5px"> <!-- crmv@30683 -->
|
|
<div class="small" style="padding:20px">
|
|
<hr noshade size=1>
|
|
<br>
|
|
<h2>
|
|
{$APP.LBL_OPERATION_NOT_SUPPORTED}
|
|
</h2>
|
|
</div>
|
|
</td>
|
|
<br>
|
|
</tr>
|
|
</table>
|
|
</form> |