Fix - #14382 "Visualize GIS data" icon missing
Closes: #14382
Signed-off-by: William Desportes <williamdes@wdes.fr>
(cherry picked from commit b3379d7700)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
863badfdc2
commit
93ec29933b
@ -5019,7 +5019,9 @@ class Results
|
||||
'tbl_gis_visualization.php'
|
||||
. Url::getCommon($_url_params),
|
||||
Util::getIcon(
|
||||
'b_globe.gif', __('Visualize GIS data'), true
|
||||
'b_globe',
|
||||
__('Visualize GIS data'),
|
||||
true
|
||||
)
|
||||
)
|
||||
. "\n";
|
||||
|
||||
@ -44,6 +44,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'); ?>'); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user