hello everyone, I have one little problem at time of hide / display custom panels
I have devtoolkit, and I have tested it with default panels, and it works fine, but now, I have created custom panels that I need hide / display, but look like that I am doing something wrong, because it doesn't work
this is toggle_panel_fields.php
<?php
I have tested language.php and lbl_biomasa is properly defined...PHP Code:$toggle_panel_fields = array(
'departamento_c' => array(
'termica' => array(
'lbl_email_addresses' => 1,
),
'fotovoltaica' => array(
'lbl_address_information' => 1,
),
'biomasa' => array(
'lbl_biomasa' => 1, //CUSTOM PANEL THAT DOESN'T WORK
),
'ifa' => array(
'lbl_contact_information' => 1,
),
'iluminacion' => array(
'lbl_portal_information' => 1,
),
'auditoria' => array(
'lbl_portal_information' => 1,
),
),
);
?>
can anyone help me?
thanks
Daniel


LinkBack URL
About LinkBacks



Reply With Quote




Bookmarks