<%@page session="true" import="com.edeal.frontline.*"%> <%@ page isELIgnored="false"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@page import="com.edeal.frontline.controller.actions.SaveActionbarCssAction"%><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% String actionsPage = request.getParameter("actionsPageURL"); if (actionsPage == null) { actionsPage = (String)request.getAttribute("action"); } isABDeployed = (Boolean)session.getAttribute(SaveActionbarCssAction.ACTIONBAR_DEPLOYED_ATTR); if (isABDeployed == null) { isABDeployed = true; } %>
>
<%-- The "panel hiding" button. Taken out for right now, but we hope to put it in soon. "> --%>
> <%-- The "panel hiding" button. Taken out for right now, but we hope to put it in soon. --%> <%-- DONT UNCOMMENT THIS PART OTHERWISE, WORKFLOW WILL BE APPLY ON ALL OBJECT LIKE PERSON, ENTERPRISE, OPP ... PREFER TO CUSTOMIZE WF ON EACH TRULY DESIRED OBJECT IF IS NECESSARY <%//workflow Vector wkfs = context.getWorkflowManager().getWorkflowFromObject(objType); if(wkfs != null){ for(String wkf: wkfs){ %><% } }%> %--> <%-- Here we include any needed sidebar windows --%> <%-- FullTextSearch --%> <%--LOTOCTOBRE2017--%> <%-- <%@include file="/navigation/sidebar/searchbox.jsp" %> --%> <%-- !FullTextSearch --%>