Ejemplo n.º 1
0
        if (document.prefs.selected_search_sources[i].selected) {
            document.prefs.unselected_search_sources[document.prefs.unselected_search_sources.length] = new Option(document.prefs.selected_search_sources[i].text, document.prefs.selected_search_sources[i].value)
            document.prefs.selected_search_sources[i] = null;
            i--;
        }
    }

    resetHidden();
}
// -->
</script>

<?php 
//echo $CC_help_import_ratecard;
// #### CREATE SEARCH FORM
$HD_Form->create_search_form();
?>
<br/>
<div align="center">
        <table width="95%" border="0" cellspacing="2" align="center" class="editform_table1">
              <form name="prefs" action="<?php 
echo filter_input(INPUT_SERVER, 'PHP_SELF', FILTER_SANITIZE_URL);
?>
" method="post">
                <?php 
if ($HD_Form->FG_CSRF_STATUS == true) {
    ?>
                    <INPUT type="hidden" name="<?php 
    echo $HD_Form->FG_FORM_UNIQID_FIELD;
    ?>
" value="<?php