<%-- * 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$ --%> <%@ page language="java" %> <%@ taglib uri="struts-logic" prefix="logic" %> <%@ taglib uri="struts-html" prefix="html" %> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fn" prefix="fn" %> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ taglib uri="bugstaglib" prefix="bugs" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto"%> <%@ page import="com.intland.codebeamer.servlet.Utils"%> <%@ page import="com.intland.codebeamer.taglib.TableCellCounter"%> <%@ page import="com.intland.codebeamer.servlet.bugs.MassUpdateTaskForm"%> <% final int MAXCOLUMNS = 3; TableCellCounter tableCellCounter = new TableCellCounter(out, pageContext, MAXCOLUMNS, 2); %> <% String thisUrl = "/proj/tracker/massUpdateTrackerItem.do" + Utils.getFilteredQueryString(request); pageContext.setAttribute("targetURL", thisUrl); %> ${tracker.trackerTypeName}: ${tracker.shortDescription} - Mass Edit <%-- //////// showing selected tracker-items /////// do not move this part outside of html:form, because its data is populated within the MassUpdateTaskForm form bean's reset() method :-( --%> Mass editing following ${fn:length(massUpdateTaskForm.selectedTasks)} ${tracker.itemName}(s). <%--
--%> <%--
--%> <%-- //////// end-of showing selected tracker-items /////// --%>
         
<%-- colspan/breakRow used by tableCellCounter too to count cells, and break rows when necessary --%> Do not modify this field <%-- member choice fields --%> <% tableCellCounter.insertNewRow(); %> <%-- dynamic choice fields --%> <% tableCellCounter.insertNewRow(); %> <%-- static choice fields --%> <% tableCellCounter.insertNewRow(); %> <%-- user defined fields --%> <% tableCellCounter.insertNewRow(); %> <%-- Estimated Hours--%> <% tableCellCounter.insertNewRow(); %> <%-- Spent Hours--%> <% tableCellCounter.insertNewRow(); %> <%-- Start Date--%> <% tableCellCounter.insertNewRow(); %> <%-- Close Date--%> <% tableCellCounter.insertNewRow(); %> <%-- Dependency --%> <% tableCellCounter.insertNewRow(); %> <% tableCellCounter.finishRow(); %>
        " COLSPAN=""> calendarCell " COLSPAN="">              
 Comment:* 
 * The comment text (if not empty) will be added to all modified items.