typos
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-08-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* bug 448737 user_details.php typos
|
||||
|
||||
2001-08-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lib.inc.php3, new code from Loic to avoid showing BLOB
|
||||
when displaying a TEXT field
|
||||
|
@@ -106,7 +106,7 @@ function normal_operations()
|
||||
<li><a href="<?php echo "$self?server=$server&lang=$lang&db=mysql&table=user&mode=reload"; ?>"><?php echo $strReloadMySQL; ?></a> <?php print show_docu("manual_Reference.html#FLUSH"); ?></li>
|
||||
|
||||
<li><form name=userForm1 method="POST" action="<?php echo $self; ?>"><?php echo $strCheckDbPriv; ?>
|
||||
<table with="100%"><tr>
|
||||
<table width="100%"><tr>
|
||||
<td><?php echo $strDatabase; ?>: <select name="db">
|
||||
<?php
|
||||
$result = mysql_query("SHOW DATABASES");
|
||||
@@ -270,7 +270,7 @@ function grant_operations()
|
||||
<li><a href="<?php echo "$self?server=$server&lang=$lang&db=mysql&table=user"; ?>"><?php echo $strBack; ?></a></li>
|
||||
|
||||
<li><form name=userForm3 onsubmit ="return false"><?php echo $strAddPriv; ?>
|
||||
<table with="100%"><tr>
|
||||
<table width="100%"><tr>
|
||||
<td><input type="radio" name="anydb"<?php echo ($dbgrant) ? "": " checked"; ?>><?php echo $strAnyDatabase; ?></td>
|
||||
<td> </td>
|
||||
<td><input type="radio" name="anydb"<?php echo ($dbgrant) ? " checked":""; ?>><?php echo $strDatabase; ?>:
|
||||
@@ -287,7 +287,7 @@ function grant_operations()
|
||||
</select></td>
|
||||
</tr></table>
|
||||
|
||||
<table with="100%"><tr>
|
||||
<table width="100%"><tr>
|
||||
<td><input type="radio" name="anytable"<?php echo ($tablegrant) ? "":" checked"; ?>><?php echo $strAnyTable; ?></td>
|
||||
<td> </td>
|
||||
<td><input type="radio" name="anytable"<?php echo ($tablegrant) ? " checked":""; ?>><?php echo $strTable; ?>:
|
||||
@@ -307,7 +307,7 @@ function grant_operations()
|
||||
</select></td>
|
||||
</tr></table>
|
||||
|
||||
<table with="100%"><tr>
|
||||
<table width="100%"><tr>
|
||||
<td VALIGN=TOP><input type="radio" name="anycolumn" checked><?php echo $strAnyColumn; ?></td>
|
||||
<td> </td>
|
||||
<td VALIGN=TOP><input type="radio" name="anycolumn"><?php echo $strColumn; ?>:</td>
|
||||
|
Reference in New Issue
Block a user