#204 Only show crosshair if location is enabled
This commit is contained in:
parent
795419e819
commit
480067381c
@ -870,8 +870,11 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||
{
|
||||
$locationText = $hesklang['location_unavailable'];
|
||||
}
|
||||
if ($modsForHesk_settings['request_location'])
|
||||
{
|
||||
echo '<i class="fa fa-crosshairs" data-toggle="tooltip" title="'.$locationText.'"></i> ';
|
||||
// TODO ADD LOCATION CROSSHAIR
|
||||
}
|
||||
echo $ticket['subject'];
|
||||
?></h3>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user