From 1902fb61a06f2054e2ccdee396f668aeed0d3fac Mon Sep 17 00:00:00 2001 From: jollytoad Date: Wed, 21 Jul 2004 07:44:43 +0000 Subject: [PATCH] Added tab for tablespaces. --- classes/Misc.php | 7 ++++++- tablespaces.php | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/classes/Misc.php b/classes/Misc.php index cfa183b4..e3f0ded6 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * 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 { @@ -408,6 +408,11 @@ '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", diff --git a/tablespaces.php b/tablespaces.php index 7e58f778..5ad9864a 100755 --- a/tablespaces.php +++ b/tablespaces.php @@ -3,7 +3,7 @@ /** * 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 @@ -227,6 +227,7 @@ $misc->printHeader($lang['strtablespaces']); $misc->printBody(); + $misc->printNav('server','tablespaces'); switch ($action) { case 'save_create': -- 2.39.5