Author: xlawrence
Date: Fri Aug 18 11:32:16 2006
New Revision: 14934
URL: https://svndev.jahia.net/websvn/listing.php?sc=1&rev=14934&repname=jahia
Log:
don't display apply button if import screen is selected as it is not supported
and creates a flow of Exceptions
Modified:
trunk/core/src/webapp/jsp/jahia/engines/buttons.jsp
Modified: trunk/core/src/webapp/jsp/jahia/engines/buttons.jsp
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/core/src/webapp/jsp/jahia/engines/buttons.jsp&rev=14934&repname=jahia
==============================================================================
--- trunk/core/src/webapp/jsp/jahia/engines/buttons.jsp (original)
+++ trunk/core/src/webapp/jsp/jahia/engines/buttons.jsp Fri Aug 18 11:32:16 2006
@@ -60,8 +60,8 @@
<% } %>
<% if (showButtons) { %>
- <% if (!"logs".equals(theScreen) && !"workflow".equals(engineName) &&
!"deletecontainer".equals(engineName) &&
- !"".equals(noApply)) { %>
+ <% if (!"logs".equals(theScreen) && !"import".equals(theScreen) &&
!"workflow".equals(engineName) &&
+ !"deletecontainer".equals(engineName) && !"".equals(noApply)) { %>
<div class="button" id="applyButton">
<a href="javascript:sendFormApply();"
title="<jahia:engineResourceBundle
resourceName="org.jahia.altApplyWithoutClose.label"/>"