CMS MADE SIMPLE FORGE

CGGoogleMaps

 

[#8414] Missing icons in "Edit Points for Map..." page

avatar
Created By: blast blast (blast)
Date Submitted: Wed Sep 19 04:24:14 -0400 2012

Assigned To: Robert Campbell (calguy1000)
Version: 2.4.2
CMSMS Version: 1.11.2
Severity: Minor
Resolution: Works For Me
State: Open
Summary:
Missing icons in "Edit Points for Map..." page
Detailed Description:
In this list all icons are missing. You can see only icon description but not
the icon itself.

Solved editing template "editmappoints.tpl"

changing line 25 from
<td>{if !empty($point->icon)}<img
src="../modules/CGGoogleMaps/icons/{$point->icon}" alt="{$point->icon}"
width="16" height="16">{/if

to

<td>{if !empty($point->icon)}<img
src="../modules/CGGoogleMaps/icons/{$point->icon}.png" alt="{$point->icon}"
width="16" height="16">{/if


History

Comments
avatar
Date: 2012-09-28 10:33
Posted By: Robert Campbell (calguy1000)

no problems here.
      
Updates

Updated: 2012-09-28 10:33
resolution_id: => 11