vtenext/Smarty/templates/modules/VteCore/OperationNotPermitted.tpl
2021-04-28 20:10:26 +02:00

26 lines
967 B
Smarty

{*
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
*}
<table border='0' cellpadding='5' cellspacing='0' width='100%' height='450px'>
<tr><td align='center'>
<div style='border: 3px solid rgb(153, 153, 153); background-color: rgb(255, 255, 255); width: 55%; position: relative; z-index: 100000020;'>
<table border='0' cellpadding='5' cellspacing='0' width='98%'>
<tr>
<td rowspan='2' width='11%'><img src="{'denied.gif'|resourcever}" ></td>
<td style='border-bottom: 1px solid rgb(204, 204, 204);' nowrap='nowrap' width='70%'><span class='genHeaderSmall'>{$APP.LBL_PERMISSION}</span></td>
</tr>
<tr>
<td class='small' align='right' nowrap='nowrap'>
<a href='javascript:window.history.back();'>{$APP.LBL_GO_BACK}</a><br>
</td>
</tr>
</table>
</div>
</td></tr>
</table>