%PDF- %PDF-
| Direktori : /var/www/crm/cache/smarty/templates_c/ |
| Current File : /var/www/crm/cache/smarty/templates_c/%%DE^DEC^DECE2057%%SearchFormFooter.tpl.php |
<?php /* Smarty version 2.6.11, created on 2024-01-30 10:31:13
compiled from cache/modules/Accounts/SearchFormFooter.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'sugar_getimagepath', 'cache/modules/Accounts/SearchFormFooter.tpl', 11, false),array('function', 'sugar_translate', 'cache/modules/Accounts/SearchFormFooter.tpl', 12, false),)), $this); ?>
</form>
<?php echo '
<script>
function toggleInlineSearch()
{
if (document.getElementById(\'inlineSavedSearch\').style.display == \'none\'){
document.getElementById(\'showSSDIV\').value = \'yes\'
document.getElementById(\'inlineSavedSearch\').style.display = \'\';
'; ?>
document.getElementById('up_down_img').src='<?php echo smarty_function_sugar_getimagepath(array('file' => "basic_search.gif"), $this);?>
';
document.getElementById('up_down_img').setAttribute('alt',"<?php echo smarty_function_sugar_translate(array('label' => 'LBL_ALT_HIDE_OPTIONS'), $this);?>
");
<?php echo '
}else{
'; ?>
document.getElementById('up_down_img').src='<?php echo smarty_function_sugar_getimagepath(array('file' => "advanced_search.gif"), $this);?>
';
document.getElementById('up_down_img').setAttribute('alt',"<?php echo smarty_function_sugar_translate(array('label' => 'LBL_ALT_SHOW_OPTIONS'), $this);?>
");
<?php echo '
document.getElementById(\'showSSDIV\').value = \'no\';
document.getElementById(\'inlineSavedSearch\').style.display = \'none\';
}
}
</script>
'; ?>