Module: nagvis
Branch: master
Commit: 64f78f2858a6bccfacc4fb04b0bb94937d04598f
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=64f78f2858a6bccfacc4fb04b0bb94937d04598f

Author: Lars Michelsen <[email protected]>
Date:   Wed Sep  9 18:20:37 2009 +0200

Fixed paths to geomap images

---

 share/frontend/nagvis-js/js/frontend.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/frontend/nagvis-js/js/frontend.js 
b/share/frontend/nagvis-js/js/frontend.js
index aca085a..c4332b3 100755
--- a/share/frontend/nagvis-js/js/frontend.js
+++ b/share/frontend/nagvis-js/js/frontend.js
@@ -1093,7 +1093,7 @@ function parseOverviewGeomap() {
                // Status image
                var oImg = document.createElement('img');
                oImg.align="right";
-               
oImg.src=oGeneralProperties['path_htmlimages']+'/iconsets/std_small_unknown.png';
+               
oImg.src=oGeneralProperties['path_htmlimages']+'iconsets/std_small_unknown.png';
                oImg.alt = 'geomap';
                
                oLink.appendChild(oImg);
@@ -1114,7 +1114,7 @@ function parseOverviewGeomap() {
                        oImg = document.createElement('img');
                        oImg.style.width = '200px';
                        oImg.style.height = '150px';
-                       
oImg.src=oGeneralProperties['path_htmlimages']+'/maps/geomap-thumb.png';
+                       
oImg.src=oGeneralProperties['path_htmlimages']+'maps/geomap-thumb.png';
                        oLink.appendChild(oImg);
                        oImg = null;
                }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to