Fix - #14382 "Visualize GIS data" icon missing
Closes: #14382 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
ff4785cbf2
commit
b3379d7700
@ -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
|
||||
)
|
||||
|
||||
@ -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'); ?>'); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user