<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%@ taglib uri="jstl-fn" prefix="fn" %> <%@ taglib uri="struts-logic" prefix="logic" %> <%@ taglib uri="struts-html" prefix="html" %> <%@ taglib uri="http://displaytag.sf.net" prefix="display" %> <%@ taglib uri="acltaglib" prefix="acl" %> <%@ taglib uri="log" prefix="log" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ taglib uri="bugstaglib" prefix="bugs" %> <%@ page import="com.intland.codebeamer.servlet.bugs.CopyToClipboard" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto"%> <%@ page import="com.intland.codebeamer.servlet.bugs.BrowseTrackerAction"%> <%@ page import="com.intland.codebeamer.servlet.bugs.TrackerBrowseForm"%> <%@ page import="java.util.Map"%> <%@ page import="java.util.HashMap"%> <%@ page import="com.intland.codebeamer.taglib.TableCellCounter"%> <%-- Assure that the value is a valid integer. --%> <%-- set different parameter values between Tracker and Category-type trackers --%> ${trackerLabel}: ${trackerName} <%-- show tracker view selector --%>
 »    Edit | New view Filter     ${trackerBrowseForm.advancedView ? 'Advanced »' : '« Basic'}
<% Map labelMap = new HashMap(4); labelMap.put(TrackerBrowseForm.ANY_VALUE, TrackerBrowseForm.ANY_LABEL); labelMap.put(TrackerBrowseForm.UNSET_VALUE, TrackerBrowseForm.UNSET_LABEL); final int MAXCOLUMNS = 3; TableCellCounter tableCellCounter = new TableCellCounter(out, pageContext, MAXCOLUMNS, 2); %>
<% tableCellCounter.insertNewRow(1, false); %> <%-- dynamic choice fields does not appear in the filter, because would have too many values...? --%> <% tableCellCounter.insertNewRow(1, false); %> <% tableCellCounter.insertNewRow(1, false); %> <% tableCellCounter.insertNewRow(1, false); %> <% tableCellCounter.finishRow(); %>
    Set Any    
<%-- javascript called by actions for combo box --%> <%-- the combo box action is sent back using this hidden field --%>
<%-- the selection of TrackerItem is only allowed if not yet on clipboard or it is copied --%>