Added a tooltip for the new documenation link.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-06-30 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* user_details.php3: Added a tooltip for the new documenation link.
|
||||||
|
|
||||||
2002-06-29 Marc Delisle <lem9@users.sourceforge.net>
|
2002-06-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_qbe.php3: show upper links
|
* tbl_qbe.php3: show upper links
|
||||||
* Documentation.html, user_details.php3: link to document what happens
|
* Documentation.html, user_details.php3: link to document what happens
|
||||||
|
@@ -500,7 +500,7 @@ function PMA_grantOperations($grants)
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<td>
|
<td>
|
||||||
<input type="radio" name="anydb" value="0" id="radio_anydb0"<?php echo ($dbgrant) ? ' checked="checked"' : ''; ?> />
|
<input type="radio" name="anydb" value="0" id="radio_anydb0"<?php echo ($dbgrant) ? ' checked="checked"' : ''; ?> />
|
||||||
<label for="radio_anydb0"><?php echo $GLOBALS['strDatabase']; ?></label><a href="./Documentation.html#underscore" target="documentation">(*)</a> :
|
<label for="radio_anydb0"><?php echo $GLOBALS['strDatabase']; ?></label><a href="./Documentation.html#underscore" target="documentation" title="<?php echo $strDocu; ?>">(*)</a> :
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="dbgrant" onchange="change(this)">
|
<select name="dbgrant" onchange="change(this)">
|
||||||
|
Reference in New Issue
Block a user