Author: dpillot
Date: Wed Aug 9 11:48:33 2006
New Revision: 14871
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14871&repname=jahia
Log:
fix position of refresh esi icon
Modified:
trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc
Modified: trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc&rev=14871&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc (original)
+++ trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc Wed Aug 9 11:48:33 2006
@@ -131,7 +131,9 @@
}
%>
- <% if
(jData.getProcessingContext().settings().isEsiCacheActivated()) {
%><span>|</span><a href="javascript:esiGeneratePageInvalidationUrl()"><img
src="<content:serverHttpPath
/>/jsp/jahia/engines/images/esi_invalidate_page.gif"
alt="<content:resourceBundle resourceBundle='jahiatemplates.common'
resourceName='esiInvalidatePage' defaultValue='Regenerate the current page in
the ESI Cache Server'/>" border="0"/></a>
+ <% if
(jData.getProcessingContext().settings().isEsiCacheActivated()) { %>
+<span>|</span>
+<img src="<content:serverHttpPath
/>/jsp/jahia/engines/images/esi_invalidate_page.gif"
alt="<content:resourceBundle resourceBundle='jahiatemplates.common'
resourceName='esiInvalidatePage' defaultValue='Regenerate the current page in
the ESI Cache Server'/>" border="0" onClick="esiGeneratePageInvalidationUrl()"/>
<%
}
if (jData.gui().isEditMode() &&
request.getSession().getAttribute("clipboard_key")!=null) {