Correct ALT attribute for image (bug #1232124).

This commit is contained in:
Michal Čihař
2005-07-10 18:58:37 +00:00
parent 3e733e9a81
commit 22d486cd17
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ $Source$
libraries/header_meta_style.inc.php, libraries/select_theme.lib.php: libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
User can now have different theme per server (RFE #1231599). User can now have different theme per server (RFE #1231599).
* config.inc.php: Add OLD_PASSWORD (bug #1216178). * config.inc.php: Add OLD_PASSWORD (bug #1216178).
* main.php: Correct ALT attribute for image (bug #1232124).
2005-07-10 Marc Delisle <lem9@users.sourceforge.net> 2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php, * libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,

View File

@@ -625,7 +625,7 @@ if (isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
. ' </tr>' . "\n" . ' </tr>' . "\n"
. ' <!-- MySQL Connection Collation -->' . "\n" . ' <!-- MySQL Connection Collation -->' . "\n"
. ' <tr>' . "\n" . ' <tr>' . "\n"
.' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLCharset,'') : $str_normal_list) . "\n" .' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLConnectionCollation,'') : $str_normal_list) . "\n"
. ' <td>' . "\n" . ' <td>' . "\n"
. ' <form method="post" action="index.php" target="_parent">' . "\n" . ' <form method="post" action="index.php" target="_parent">' . "\n"
. PMA_generate_common_hidden_inputs(NULL, NULL, 4, 'collation_connection') . PMA_generate_common_hidden_inputs(NULL, NULL, 4, 'collation_connection')