patch #1249363, remove unneeded wordwrap(), table width should be limited by the template if needed
This commit is contained in:
@@ -5,7 +5,12 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-07-26 Michal Čihař <michal@cihar.com>
|
||||
2005-08-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_privileges.php: patch #1249363, remove unneeded wordwrap(),
|
||||
table width should be limited by template if necessary,
|
||||
thanks to Sebastian Mendel - cybot_tm
|
||||
|
||||
2005-08-01 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Fix bad translation (is was translated to is not :-)),
|
||||
update.
|
||||
|
||||
|
@@ -1132,7 +1132,7 @@ if (empty($adduser) && empty($checkprivs)) {
|
||||
. ' </label></td></tr>' . "\n"
|
||||
. ' <tr bgcolor="' . $cfg['BgcolorOne'] . '"><td width="16" class="nowrap"> </td><td valign="top"><input type="radio" title="' . $strRevokeAndDelete . ' ' . $strRevokeAndDeleteDescr . '" name="mode" id="radio_mode_2" value="2" /></td>' . "\n"
|
||||
. ' <td><label for="radio_mode_2" title="' . $strRevokeAndDelete . ' ' . $strRevokeAndDeleteDescr . '">' . "\n"
|
||||
. ' ' . wordwrap($strRevokeAndDelete,75,'<br />') . "\n"
|
||||
. ' ' . $strRevokeAndDelete . "\n"
|
||||
. ' </label></td></tr>' . "\n"
|
||||
. ' <tr bgcolor="' . $cfg['BgcolorOne'] . '"><td width="16" class="nowrap"> </td><td valign="top"><input type="radio" title="' . $strDeleteAndFlush . ' ' . $strDeleteAndFlushDescr . '" name="mode" id="radio_mode_3" value="3" /></td>' . "\n"
|
||||
. ' <td><label for="radio_mode_3" title="' . $strDeleteAndFlush . ' ' . $strDeleteAndFlushDescr . '">' . "\n"
|
||||
|
Reference in New Issue
Block a user