/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.89 2004/09/01 16:35:57 jollytoad Exp $
+ * $Id: Misc.php,v 1.90 2004/09/02 14:03:06 jollytoad Exp $
*/
class Misc {
if (!is_null($help) && isset($data->help_page[$help])) {
echo "<a class=\"help\" href=\"";
echo htmlspecialchars($data->help_base . $data->help_page[$help]);
- echo "\" title=\"{$lang['strhelp']}\" target=\"phppgadminhelp\">?</a>";
+ echo "\" title=\"{$lang['strhelp']}\" target=\"phppgadminhelp\">{$lang['strhelpicon']}</a>";
}
}
* English language file for phpPgAdmin. Use this as a basis
* for new translations.
*
- * $Id: english.php,v 1.163 2004/08/30 11:50:32 soranzo Exp $
+ * $Id: english.php,v 1.164 2004/09/02 14:03:06 jollytoad Exp $
*/
// Language and character set
$lang['strtopbar'] = '%s running on %s:%s -- You are logged in as user "%s", %s';
$lang['strtimefmt'] = 'jS M, Y g:iA';
$lang['strhelp'] = 'Help';
+ $lang['strhelpicon'] = '?';
?>
* English language file for phpPgAdmin. Use this as a basis
* for new translations.
*
- * $Id: english.php,v 1.116 2004/08/30 11:50:32 soranzo Exp $
+ * $Id: english.php,v 1.117 2004/09/02 14:03:06 jollytoad Exp $
*/
// Language and character set
$lang['strtopbar'] = '%s running on %s:%s -- You are logged in as user "%s", %s';
$lang['strtimefmt'] = 'jS M, Y g:iA';
$lang['strhelp'] = 'Help';
+ $lang['strhelpicon'] = '?';
?>