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

45 lines
3.0 KiB
PHP

<?php /* Smarty version Smarty-3.1.7, created on 2020-12-20 19:57:33
compiled from "/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/PriceBooks/ListPriceUpdate.tpl" */ ?>
<?php /*%%SmartyHeaderCode:20288072245fdfacad63fb58-17946292%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ac9606633dccadb5bf67007182e48135dbe8832c' =>
array (
0 => '/home/sophalnexs/www/sophalcrm/includes/runtime/../../layouts/v7/modules/PriceBooks/ListPriceUpdate.tpl',
1 => 1583050114,
2 => 'file',
),
),
'nocache_hash' => '20288072245fdfacad63fb58-17946292',
'function' =>
array (
),
'variables' =>
array (
'MODULE' => 0,
'HEADER_TITLE' => 0,
'PRICEBOOK_ID' => 0,
'REL_ID' => 0,
'CURRENT_PRICE' => 0,
'USER_MODEL' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.7',
'unifunc' => 'content_5fdfacad8bdb9',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5fdfacad8bdb9')) {function content_5fdfacad8bdb9($_smarty_tpl) {?>
<div class="modal-dialog modelContainer modal-content modal-md" id="listPriceUpdateContainer"><?php ob_start();?><?php echo vtranslate('LBL_EDIT_LIST_PRICE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<?php $_tmp1=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['HEADER_TITLE'] = new Smarty_variable($_tmp1, null, 0);?><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModalHeader.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array('TITLE'=>$_smarty_tpl->tpl_vars['HEADER_TITLE']->value), 0);?>
<form class="form-horizontal" id="listPriceUpdate" method="post" action="index.php"><div class="modal-body"><input type="hidden" name="module" value="<?php echo $_smarty_tpl->tpl_vars['MODULE']->value;?>
" /><input type="hidden" name="action" value="RelationAjax" /><input type="hidden" name="src_record" value="<?php echo $_smarty_tpl->tpl_vars['PRICEBOOK_ID']->value;?>
" /><input type="hidden" name="relid" value="<?php echo $_smarty_tpl->tpl_vars['REL_ID']->value;?>
" /><div class="form-group"><label class="col-sm-4 control-label"><?php echo vtranslate('LBL_EDIT_LIST_PRICE',$_smarty_tpl->tpl_vars['MODULE']->value);?>
<span class="redColor">*</span>&nbsp;</label><div class="controls col-sm-4"><input type="text" name="currentPrice" value="<?php echo $_smarty_tpl->tpl_vars['CURRENT_PRICE']->value;?>
" data-rule-required="true" class="inputElement" data-rule-currency="true"data-decimal-separator='<?php echo $_smarty_tpl->tpl_vars['USER_MODEL']->value->get('currency_decimal_separator');?>
' data-group-separator='<?php echo $_smarty_tpl->tpl_vars['USER_MODEL']->value->get('currency_grouping_separator');?>
' /></div></div></div><?php echo $_smarty_tpl->getSubTemplate (vtemplate_path("ModalFooter.tpl",$_smarty_tpl->tpl_vars['MODULE']->value), $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
</form></div></div><?php }} ?>