/**
* Manage databases within a server
*
- * $Id: all_db.php,v 1.51 2007/05/03 17:01:03 ioguix Exp $
+ * $Id: all_db.php,v 1.52 2007/05/16 17:03:51 ioguix Exp $
*/
// Include application functions
$misc->printTabs('server','databases');
$misc->printMsg($msg);
- echo "<script src=\"multiactionform.js\" type=\"text/javascript\"></script>";
-
$databases = $data->getDatabases();
$multiactions = array(
/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.151 2007/05/05 02:21:06 soranzo Exp $
+ * $Id: Misc.php,v 1.152 2007/05/16 17:03:51 ioguix Exp $
*/
class Misc {
}
if (isset($multiactions)) {
+ echo "<script src=\"multiactionform.js\" type=\"text/javascript\"></script>\n";
echo "<form id=\"multi_form\" action=\"{$multiactions['url']}\" method=\"post\" enctype=\"multipart/form-data\">\n";
if (isset($multiactions['vars']))
foreach ($multiactions['vars'] as $k => $v)
/**
* List tables in a database
*
- * $Id: tables.php,v 1.95 2007/05/03 17:01:03 ioguix Exp $
+ * $Id: tables.php,v 1.96 2007/05/16 17:03:51 ioguix Exp $
*/
// Include application functions
$misc->printTabs('schema','tables');
$misc->printMsg($msg);
- echo "<script src=\"multiactionform.js\" type=\"text/javascript\"></script>";
-
$tables = $data->getTables();
$multiactions = array(