Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2011-02-08 17:28:29 +0300
committerMichal Čihař <mcihar@novell.com>2011-02-08 17:30:15 +0300
commit72165d9c9dd38b6c5775c9418e2999a291442e5c (patch)
treebdb9c2b28a3f05c815dbc6739c447844c69f455d /server_binlog.php
parentae44d8b1133298ec5f9fd0142492c15c41713ded (diff)
Use same icon as is used in links
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_binlog.php b/server_binlog.php
index a499daba02..df41b977e5 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -92,7 +92,7 @@ if (empty($_REQUEST['dontlimitchars'])) {
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
+ . ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_tbl.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
. ' ' . __('Binary log') . "\n"
. '</h2>' . "\n";