/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.78 2004/07/19 08:06:02 jollytoad Exp $
+ * $Id: Misc.php,v 1.79 2004/07/21 07:44:43 jollytoad Exp $
*/
class Misc {
'title' => $lang['strdatabases'],
'url' => "all_db.php",
),
+ 'tablespaces' => array (
+ 'title' => $lang['strtablespaces'],
+ 'url' => "tablespaces.php",
+ 'hide' => (!$data->hasTablespaces()),
+ ),
'users' => array (
'title' => $lang['strusers'],
'url' => "users.php",
/**
* Manage tablespaces in a database cluster
*
- * $Id: tablespaces.php,v 1.3 2004/07/10 08:51:01 chriskl Exp $
+ * $Id: tablespaces.php,v 1.4 2004/07/21 07:44:44 jollytoad Exp $
*/
// Include application functions
$misc->printHeader($lang['strtablespaces']);
$misc->printBody();
+ $misc->printNav('server','tablespaces');
switch ($action) {
case 'save_create':