bobdell
05-23-2005, 10:29 AM
Having finished my admin interface, I'm using PHPMagic to generate code for user pages.
I don't need an option to change Tables, so to eliminate this I commented out the code that calls the NavMenus() function in datalist.php. You'll find the code in the Render() function. It's prefaced with the comment:
// display tables navigator menu
// display tables navigator menu
/*
if(!$Print_x)
$this->HTML .= " " . NavMenus();
*/
I don't need an option to change Tables, so to eliminate this I commented out the code that calls the NavMenus() function in datalist.php. You'll find the code in the Render() function. It's prefaced with the comment:
// display tables navigator menu
// display tables navigator menu
/*
if(!$Print_x)
$this->HTML .= " " . NavMenus();
*/