PDA

View Full Version : Hide Select Table option box


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();
*/

Jenn
06-03-2005, 02:23 PM
Good point bobdell

OR

If you have a separate project file for your visitors you can simply tic the checkbox 'Hide Tables Navigation Menu' and regenerate your files.