/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.94 2004/09/30 12:49:08 jollytoad Exp $
+ * $Id: Misc.php,v 1.95 2004/11/02 11:46:53 soranzo Exp $
*/
class Misc {
'title' => $lang['strserver'],
'text' => $conf['servers'][$_SESSION['webdbServerID']]['desc'],
'url' => 'redirect.php?section=server',
- 'help' => 'pg.server',
+ 'help' => 'pg.server'
);
if ($subject == 'server') $done = true;
'title' => $lang['strdatabase'],
'text' => $_REQUEST['database'],
'url' => "redirect.php?section=database&{$vars}",
- 'help' => 'pg.database',
+ 'help' => 'pg.database'
);
}
if ($subject == 'database') $done = true;
'title' => $lang['strschema'],
'text' => $_REQUEST['schema'],
'url' => "redirect.php?section=schema&{$vars}",
- 'help' => 'pg.schema',
+ 'help' => 'pg.schema'
);
}
if ($subject == 'schema') $done = true;
'title' => $lang['strtable'],
'text' => $_REQUEST['table'],
'url' => "redirect.php?{$vars}",
- 'help' => 'pg.table',
+ 'help' => 'pg.table'
);
} elseif (isset($_REQUEST['view']) && !$done) {
$vars .= "section=view&view=".urlencode($_REQUEST['view']);
'title' => $lang['strview'],
'text' => $_REQUEST['view'],
'url' => "redirect.php?{$vars}",
- 'help' => 'pg.view',
+ 'help' => 'pg.view'
);
}
if ($subject == 'table' || $subject == 'view') $done = true;
'title' => $lang['str'.$subject],
'text' => $_REQUEST[$subject],
'url' => "redirect.php?{$vars}",
- 'help' => 'pg.'.$subject,
+ 'help' => 'pg.function'
);
break;
default:
$trail[$_REQUEST[$subject]] = array(
'title' => $lang['str'.$subject],
'text' => $_REQUEST[$subject],
+ 'help' => 'pg.'.$subject
);
}
}
/**
* Default style sheet
*
- * $Id: global.css,v 1.30 2004/09/30 12:49:09 jollytoad Exp $
+ * $Id: global.css,v 1.31 2004/11/02 11:46:53 soranzo Exp $
*/
/** ELEMENTS */
background-color: #E6E6CC;
}
-a,a:active
+a:active
{
color: #989973;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
text-decoration: underline;
}
-a:link
+a,a:link
{
color: #336699;
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;