{* /************************************* * SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. * SPDX-License-Identifier: AGPL-3.0-only ************************************/ *} {* crmv@140887 *} {include file="ThemeHeader.tpl"}
{if $HIDE_MENUS neq true} {include file="header/MenuPanel.tpl"} {include file="header/FastPanel.tpl"} {/if}
{if $HIDE_MENUS neq true}
{else} {if $smarty.request.fastmode neq 1} {if $smarty.request.useical eq 'true'} {assign var="PAGE_TITLE" value='LBL_PREVIEW_INVITATION'|@getTranslatedString:$MODULE} {assign var="CAL_MODE" value='on'} {assign var="OP_MODE" value='calendar_preview_buttons'} {include file='SmallHeader.tpl' SKIP_HTML_STRUCTURE=true HEADER_Z_INDEX=100} {else} {if isset($smarty.request.page_title)} {assign var="PAGE_TITLE" value=$smarty.request.page_title|@getTranslatedString:$MODULE} {assign var="OP_MODE" value=$smarty.request.op_mode} {else} {if $smarty.request.activity_mode eq 'Events'} {assign var="PAGE_TITLE" value='LBL_ADD'|@getTranslatedString:$MODULE} {else} {assign var="PAGE_TITLE" value='LBL_ADD_TODO'|@getTranslatedString:$MODULE} {/if} {assign var="CAL_MODE" value='on'} {assign var="OP_MODE" value='calendar_buttons'} {/if} {include file='SmallHeader.tpl' SKIP_HTML_STRUCTURE=true HEADER_Z_INDEX=100} {include file='Buttons_List4.tpl'} {/if} {/if} {/if}