Fix for trails.
authorsoranzo <soranzo>
Tue, 2 Nov 2004 11:46:53 +0000 (11:46 +0000)
committersoranzo <soranzo>
Tue, 2 Nov 2004 11:46:53 +0000 (11:46 +0000)
classes/Misc.php
themes/default/global.css

index e391f6ad878772b0522294bb6a01f397f4a94a6f..8815844e6e76d5291fd2c7f26c0f585766f2cb53 100644 (file)
@@ -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 {
                                '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       
                                                        );
                                                }
                                }
index 302fb6244242474276922fa1030572a4e73f288e..1e0dbb63a8e179e49e477bd3356fe0330470dba2 100644 (file)
@@ -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;