patch #1249363, remove unneeded wordwrap(), table width should be limited by the template if needed

This commit is contained in:
Marc Delisle
2005-08-02 12:04:08 +00:00
parent 8974a45484
commit a710cb1df8
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -1132,7 +1132,7 @@ if (empty($adduser) && empty($checkprivs)) {
. ' </label></td></tr>' . "\n"
. ' <tr bgcolor="' . $cfg['BgcolorOne'] . '"><td width="16" class="nowrap">&nbsp;</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">&nbsp;</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"