Author: xlawrence
Date: Mon Aug  7 13:27:38 2006
New Revision: 14851

URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14851&repname=jahia
Log:
Add a refresh main page button in the topmenu

Added:
    trunk/core/src/webapp/jsp/jahia/engines/images/refresh.png   (with props)
Modified:
    trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc

Added: trunk/core/src/webapp/jsp/jahia/engines/images/refresh.png
URL: 
https://svndev.jahia.net/websvn/filedetails.php?path=/trunk/core/src/webapp/jsp/jahia/engines/images/refresh.png&rev=14851&repname=jahia
==============================================================================
Binary file - no diff available.

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=14851&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc (original)
+++ trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc Mon Aug  7 13:27:38 2006
@@ -138,8 +138,9 @@
         %>
 <span>|</span><span><img id="clipboard" name="<%= 
request.getSession().getAttribute("clipboard_key")%>" 
src="<content:serverHttpPath />/jsp/jahia/engines/images/clipboard_next.png" 
width="16" height="16" alt="Clipboard :<%= 
request.getSession().getAttribute("clipboard_key")%>" /></span>
 <% } else { %>
-  <span><img id="clipboard" name="" src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/pix.gif" width="16" height="16" alt="Clipboard 
:vide" border="0"/></span>
-        <% } %></div>
+  <span><img id="clipboard" name="" src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/pix.gif" width="16" height="16" alt="Clipboard 
:vide" border="0"/></span><a href="javascript:window.location.reload()"><img 
border="0" src="<content:serverHttpPath 
/>/jsp/jahia/engines/images/refresh.png" alt="Refresh main page" title="Refresh 
main page"/></a>
+        <% } %>
+</div>
 
         <%
 if(jData.gui().isEditMode()){

Reply via email to