Fix - #14382 "Visualize GIS data" icon missing

Closes: #14382
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2018-06-21 02:02:47 +02:00
parent ff4785cbf2
commit b3379d7700
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 2 additions and 1 deletions

View File

@ -5282,7 +5282,7 @@ class Results
'tbl_gis_visualization.php'
. Url::getCommon($_url_params),
Util::getIcon(
'b_globe.gif',
'b_globe',
__('Visualize GIS data'),
true
)

View File

@ -45,6 +45,7 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
.ic_b_find_replace { background-image: url('<?= $theme->getImgPath('b_find_replace.png'); ?>'); }
.ic_b_firstpage { background-image: url('<?= $theme->getImgPath('b_firstpage.png'); ?>'); }
.ic_b_ftext { background-image: url('<?= $theme->getImgPath('b_ftext.png'); ?>'); }
.ic_b_globe { background-image: url('<?= $theme->getImgPath('b_globe.gif'); ?>'); }
.ic_b_group { background-image: url('<?= $theme->getImgPath('b_group.png'); ?>'); }
.ic_b_help { background-image: url('<?= $theme->getImgPath('b_help.png'); ?>'); }
.ic_b_home { background-image: url('<?= $theme->getImgPath('b_home.png'); ?>'); }