%--
* 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$
--%>
<%--
Popup page list reference types (dynamic choices), and allows editing/creating them
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%-- CSS used only on this page --%>
Choose Reference Type for Field ${trackerLabel.label} in ${tracker.name} ${tracker.trackerTypeName}
${referenceTypeGroup}
<%-- the reference-types for this group: are AssociationTypeDtos --%>
${referenceType.name}
${referenceType.description} <%-- TODO: render as wiki if format is wiki! --%>
${filter}
TODO: fix the render for filters!