rfe #2127983 Readd documentation link, it does not protect against anything.

This commit is contained in:
Michal Čihař
2009-03-03 13:30:49 +00:00
parent 07c590fdac
commit 8e607841f9
2 changed files with 9 additions and 2 deletions

View File

@@ -236,8 +236,14 @@ if (top != self) {
<legend>
<?php
echo $GLOBALS['strLogin'];
// no real need to put a link to doc here, and it would reveal the
// version number
echo '<a href="./Documentation.html" target="documentation" ' .
'title="' . $GLOBALS['strPmaDocumentation'] . '">';
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
echo '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_help.png" width="11" height="11" alt="' . $GLOBALS['strPmaDocumentation'] . '" />';
} else {
echo '(*)';
}
echo '</a>';
?>
</legend>