Correct ALT attribute for image (bug #1232124).
This commit is contained in:
@@ -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,
|
||||||
|
2
main.php
2
main.php
@@ -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')
|
||||||
|
Reference in New Issue
Block a user