assign("SESSION_WHERE",$_SESSION['export_where']); $smarty->assign('APP',$app_strings); $smarty->assign('MOD',$mod_strings); $smarty->assign("THEME", $theme_path); $smarty->assign("IMAGE_PATH", $image_path); $smarty->assign("CATEGORY",$category); $smarty->assign("MODULE",$currentModule); $smarty->assign("MODULELABEL",getTranslatedString($currentModule)); $smarty->assign("IDSTRING",$idstring); $smarty->assign("PERPAGE",$list_max_entries_per_page); if(!is_admin($current_user) && (isPermitted($currentModule, 'Export') != 'yes')) { $smarty->display(vtlib_getModuleTemplate('Vtiger','OperationNotPermitted.tpl')); } else { $smarty->display('ExportRecords.tpl'); } ?>