Author: dpillot
Date: Mon Aug 7 16:41:49 2006
New Revision: 14855
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14855&repname=jahia
Log:
fix for pix
Modified:
trunk/core/src/webapp/jsp/jahia/topbar/processing.inc
Modified: trunk/core/src/webapp/jsp/jahia/topbar/processing.inc
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/jsp/jahia/topbar/processing.inc&rev=14855&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/topbar/processing.inc (original)
+++ trunk/core/src/webapp/jsp/jahia/topbar/processing.inc Mon Aug 7 16:41:49
2006
@@ -140,7 +140,7 @@
document.getElementById('mx').innerHTML = stringmx;
} else {
if (count > 3) {
- document.getElementById('mx').innerHTML = "<img
src=\"<content:contextURL/>/images/pix.gif\" width=\"100\" height=\"5\"/>";
+ document.getElementById('mx').innerHTML = "<img
src=\"<content:serverHttpPath />/jsp/jahia/engines/images/pix.gif\"
width=\"100\" height=\"5\"/>";
count = 0;
}
count++;