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@suse.cz>2011-07-21 17:51:05 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-21 17:51:05 +0400
commit9730a6b3d78e28ef365010384556983f6864db02 (patch)
treebba395f52bdd26265a03aec388b2a9a228d3949b /tbl_tracking.php
parentbb3cb6d99cbba59caef8e91e621c282b192704c9 (diff)
parent97b1375605f241481a953e2c78eb42d43f84fa9d (diff)
Merge commit '97b1375605f241481a953e2c78eb42d43f84fa9d'
Conflicts: js/functions.js libraries/common.lib.php libraries/header.inc.php server_status.php
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 29cf83a487..edfc237ef5 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -429,7 +429,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
// Prepare delete link content here
$drop_image_or_text = '';
if (true == $GLOBALS['cfg']['PropertiesIconic']) {
- $drop_image_or_text .= '<img class="icon" width="16" height="16" src="' . $pmaThemeImage . 'b_drop.png" alt="' . __('Delete tracking data row from report') . '" title="' . __('Delete tracking data row from report') . '" />';
+ $drop_image_or_text .= '<img class="icon ic_b_drop" src="themes/dot.gif" alt="' . __('Delete tracking data row from report') . '" title="' . __('Delete tracking data row from report') . '" />';
}
if ('both' === $GLOBALS['cfg']['PropertiesIconic'] || false === $GLOBALS['cfg']['PropertiesIconic']) {
$drop_image_or_text .= __('Delete');