Files
CRM/test/templates_c/v7/9bc20930021cb8137d1b6e2cd4dd95e0667f8bbd.file.DetailHeader.tpl.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

77 lines
3.4 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2020-02-02 11:20:13
compiled from "C:\inetpub\wwwroot\sophalcrm\includes\runtime/../../layouts/v7\modules\SPFunnelCharts\DetailHeader.tpl" */ ?>
<?php /*%%SmartyHeaderCode:7799616925e36b06dbf08b1-98031404%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'9bc20930021cb8137d1b6e2cd4dd95e0667f8bbd' =>
array (
0 => 'C:\\inetpub\\wwwroot\\sophalcrm\\includes\\runtime/../../layouts/v7\\modules\\SPFunnelCharts\\DetailHeader.tpl',
1 => 1580642335,
2 => 'file',
),
),
'nocache_hash' => '7799616925e36b06dbf08b1-98031404',
'function' =>
array (
),
'variables' =>
array (
'MODULE' => 0,
'MODEL' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5e36b06dc5f64',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5e36b06dc5f64')) {function content_5e36b06dc5f64($_smarty_tpl) {?>
<?php echo $_smarty_tpl->getSubTemplate ("modules/Vtiger/partials/Topbar.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
<div class="container-fluid app-nav">
<div class="row">
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("partials/SidebarHeader.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModuleHeader.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
</div>
</div>
</nav>
<div class="container-fluid">
<div id="modnavigator" class="module-nav editViewModNavigator">
<?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("partials/Menubar.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
</div>
<div class="editViewPageDiv viewContent">
<div class="reportHeader row">
<div class="textAlignCenter">
<h3><?php echo $_smarty_tpl->tpl_vars['MODEL']->value->getName();?>
</h3>
</div>
</div>
<div class="row">
<div class="btn-toolbar pull-right padding-right15">
<?php if ($_smarty_tpl->tpl_vars['MODEL']->value->isEditable()==true){?>
<div class="btn-group">
<button onclick="window.location.href=&quot;<?php echo $_smarty_tpl->tpl_vars['MODEL']->value->getEditViewUrl();?>
&quot;" type="button" class="cursorPointer btn btn-default">
<strong><?php echo vtranslate('LBL_EDIT',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</strong>&nbsp;
<i class="icon-pencil"></i>
</button>
</div>
<?php }?>
<div class="btn-group">
<button onclick="window.location.href=&quot;<?php echo $_smarty_tpl->tpl_vars['MODEL']->value->getDuplicateRecordUrl();?>
&quot;" type="button" class="cursorPointer btn btn-default">
<strong><?php echo vtranslate('LBL_DUPLICATE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
</strong>
</button>
</div>
</div>
</div>
</div>
</div>
<?php }} ?>