From: soranzo Date: Tue, 2 Nov 2004 11:46:53 +0000 (+0000) Subject: Fix for trails. X-Git-Tag: REL_3-5-1~29 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bcc888b13c4f1231a881993837f21b7bbed1cc64;p=phppgadmin.git Fix for trails. --- diff --git a/classes/Misc.php b/classes/Misc.php index e391f6ad..8815844e 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.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 { @@ -777,7 +777,7 @@ '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; @@ -787,7 +787,7 @@ 'title' => $lang['strdatabase'], 'text' => $_REQUEST['database'], 'url' => "redirect.php?section=database&{$vars}", - 'help' => 'pg.database', + 'help' => 'pg.database' ); } if ($subject == 'database') $done = true; @@ -798,7 +798,7 @@ 'title' => $lang['strschema'], 'text' => $_REQUEST['schema'], 'url' => "redirect.php?section=schema&{$vars}", - 'help' => 'pg.schema', + 'help' => 'pg.schema' ); } if ($subject == 'schema') $done = true; @@ -809,7 +809,7 @@ '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']); @@ -817,7 +817,7 @@ 'title' => $lang['strview'], 'text' => $_REQUEST['view'], 'url' => "redirect.php?{$vars}", - 'help' => 'pg.view', + 'help' => 'pg.view' ); } if ($subject == 'table' || $subject == 'view') $done = true; @@ -831,7 +831,7 @@ 'title' => $lang['str'.$subject], 'text' => $_REQUEST[$subject], 'url' => "redirect.php?{$vars}", - 'help' => 'pg.'.$subject, + 'help' => 'pg.function' ); break; default: @@ -839,6 +839,7 @@ $trail[$_REQUEST[$subject]] = array( 'title' => $lang['str'.$subject], 'text' => $_REQUEST[$subject], + 'help' => 'pg.'.$subject ); } } diff --git a/themes/default/global.css b/themes/default/global.css index 302fb624..1e0dbb63 100644 --- a/themes/default/global.css +++ b/themes/default/global.css @@ -1,7 +1,7 @@ /** * 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 */ @@ -221,7 +221,7 @@ td.opbutton2 background-color: #E6E6CC; } -a,a:active +a:active { color: #989973; font-family: arial, tahoma, verdana, helvetica, sans-serif, serif; @@ -229,7 +229,7 @@ a,a:active text-decoration: underline; } -a:link +a,a:link { color: #336699; font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;