Author: xlawrence
Date: Tue Aug 8 15:40:16 2006
New Revision: 14862
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14862&repname=jahia
Log:
remove refresh main page 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=14862&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc (original)
+++ trunk/core/src/webapp/jsp/jahia/topbar/topmenu.inc Tue Aug 8 15:40:16 2006
@@ -1,18 +1,18 @@
<%--
Copyright 2002-2006 Jahia Ltd
-Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL),
-Version 1.0 (the "License"), or (at your option) any later version; you may
-not use this file except in compliance with the License. You should have
-received a copy of the License along with this program; if not, you may obtain
-a copy of the License at
+Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDDL),
+Version 1.0 (the "License"), or (at your option) any later version; you may
+not use this file except in compliance with the License. You should have
+received a copy of the License along with this program; if not, you may obtain
+a copy of the License at
http://www.jahia.org/license/
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
limitations under the License.
--%><%!
public String getCommonResource(String resourceKey, String defaultValue,
JahiaData jData){
@@ -32,7 +32,7 @@
}
%><div class="topmenus">
-<span><%=getCommonResource("user","user",jData)%> :
+<span><%=getCommonResource("user","user",jData)%> :
<script type="text/javascript">
document.write(readCookie('<%=JesiConst.TEMPLATE_USERNAME_COOKIE%>'))
</script></span>
@@ -140,7 +140,6 @@
<% } 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>
<% } %>
- <a href="javascript:window.location.reload()"><img onload="fixPNG(this)"
border="0" src="<content:serverHttpPath
/>/jsp/jahia/engines/images/refresh.gif" alt="Refresh main page" title="Refresh
main page"/></a>
</div>
<%