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

Author: Lars Michelsen <[email protected]>
Date:   Tue Sep  8 20:22:23 2009 +0200

#8 Fixed paths in js frontend

---

 share/frontend/nagvis-js/css/style.css         |    8 ++++----
 share/frontend/nagvis-js/js/frontendMessage.js |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/share/frontend/nagvis-js/css/style.css 
b/share/frontend/nagvis-js/css/style.css
index cf2578a..f0d3210 100644
--- a/share/frontend/nagvis-js/css/style.css
+++ b/share/frontend/nagvis-js/css/style.css
@@ -263,26 +263,26 @@ table.infopage_hover_table label {
 }
 
 #statusMessage div.notice {
-  background: url(../../images/internal/info.png) 6px 3px no-repeat;
+  background: url(../images/internal/info.png) 6px 3px no-repeat;
   background-color: #F7FDCB;
   border: 1px solid #C2D071;
 }
 
 #statusMessage div.error,
 #statusMessage div.warning {
-  background: url(../../images/internal/warning.png) 6px 3px no-repeat;
+  background: url(../images/internal/warning.png) 6px 3px no-repeat;
   background-color: #EF9398;
   border: 1px solid #DC5757;
 }
 
 #statusMessage div.confirmation {
-  background: url(../../images/internal/confirm.png) 6px 3px no-repeat;
+  background: url(../images/internal/confirm.png) 6px 3px no-repeat;
   background-color: #A6EF7B;
   border: 1px solid #76C83F;
 }
 
 #statusMessage div.loading {
-  background: url(../../images/internal/loading.gif) 6px 3px no-repeat;
+  background: url(../images/internal/loading.gif) 6px 3px no-repeat;
   background-color: #EBEBEB;
   border: 1px solid #CCCCCC;
 }
diff --git a/share/frontend/nagvis-js/js/frontendMessage.js 
b/share/frontend/nagvis-js/js/frontendMessage.js
index 0d08f31..385d1e2 100644
--- a/share/frontend/nagvis-js/js/frontendMessage.js
+++ b/share/frontend/nagvis-js/js/frontendMessage.js
@@ -90,7 +90,7 @@ function frontendMessage(oMessage) {
        oCell.style.width = '60px';
        
        oImg = document.createElement('img');
-       oImg.src = 
oGeneralProperties.path_htmlbase+'/nagvis/images/internal/msg_'+sBoxType+'.png';
+       oImg.src = 
oGeneralProperties.path_htmlimages+'internal/msg_'+sBoxType+'.png';
        
        oCell.appendChild(oImg);
        oImg = null;
@@ -112,7 +112,7 @@ function frontendMessage(oMessage) {
        oCell.style.width = '60px';
        
        oImg = document.createElement('img');
-       oImg.src = 
oGeneralProperties.path_htmlbase+'/nagvis/images/internal/msg_'+sBoxType+'.png';
+       oImg.src = 
oGeneralProperties.path_htmlimages+'internal/msg_'+sBoxType+'.png';
        
        oCell.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