Files
CRM/layouts/vlayout/modules/Calendar/SharedCalendarView.tpl
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

29 lines
1.2 KiB
Smarty

{*<!--
/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
********************************************************************************/
-->*}
{strip}
{literal}<style type="text/css">
</style>{/literal}
<input type="hidden" id="currentView" value="{getPurifiedSmartyParameters('view')}" />
<input type="hidden" id="activity_view" value="{$CURRENT_USER->get('activity_view')}" />
<input type="hidden" id="time_format" value="{$CURRENT_USER->get('hour_format')}" />
<input type="hidden" id="start_hour" value="{$CURRENT_USER->get('start_hour')}" />
<input type="hidden" id="date_format" value="{$CURRENT_USER->get('date_format')}" />
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<p><!-- Divider --></p>
<div id="calendarview"></div>
</div>
</div>
</div>
{/strip}