}
?>

            jQuery(document).ready(function()
            {
              jQuery("tr:even").css("background-color", "#f9f9f9");
              jQuery('#click,.remove_file').live('click',function(){
                  jQuery("tr:even").css("background-color", "#f9f9f9");
                  jQuery("tr:odd").css("background-color", "#ffffff");
              });
              
            });
</script>
<?php 
$form = RGFormsModel::get_form_meta($config["form_id"]);
$showform_ids = TemplateData::show_forms_id();
$listsoftpl = TemplateData::get_invoices_feeds();
foreach ($listsoftpl as $ltpl) {
    if (($key = array_search($ltpl['form_id'], $showform_ids)) !== false) {
        if ($config["form_id"] != $ltpl['form_id']) {
            unset($showform_ids[$key]);
        }
    }
}
?>

<div class="wrap">
    <h2><?php 
_e("Form Template Settings", "invoices");
?>
</h2>