mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
20 lines
599 B
Smarty
20 lines
599 B
Smarty
{*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************}
|
|
<script type="text/javascript">
|
|
(function() {ldelim}
|
|
var blockid = '{$BLOCK.blockid}';
|
|
{literal}
|
|
window.calculateButtonsList3 = function() {
|
|
// do nothing
|
|
}
|
|
{/literal}
|
|
{rdelim})();
|
|
|
|
</script>
|
|
<div id="Buttons_List_ModHome_{$BLOCK.blockid}" class="level3Bg" style="display:none;"></div>
|
|
|
|
<!-- div id="ListViewContents" style="width:100%;position:relative;" -->
|
|
{$LISTVIEWHTML}
|
|
<!-- /div --> |