Hi,
I would like to hide "Leads Tab" and use just "Home tab" then but I need full content of "Leads Tab" page on "Home tab". I have changed code in modules/Home/index.php file to:
if(array_key_exists('Leads', $modListHeader))
$panels['MYLEADS'] = "modules/Leads/ListView.php";
But I am missing a lot of needed things then. I am trying to get at least checkboxes for selecting leads (which are in the beginning of every row under "Leads Tab") and "update panel" (which is at the bottom of the "Leads tab" page) in Home Tab now...
I stuck with this for a long time. I believe there is some really easy way but I am not able to find it in the codeDo you guys know what else I have to change yet to get those fields in there or how to fix it to get neede result? Thank you for any ideas!
Pavel


LinkBack URL
About LinkBacks
Do you guys know what else I have to change yet to get those fields in there or how to fix it to get neede result? Thank you for any ideas!



Reply With Quote
Bookmarks