<%@ page import="com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.config.properties.APKeys" %> <%@ page import="com.atlassian.jira.config.properties.ApplicationProperties" %> <%@ page import="com.atlassian.jira.web.action.util.CalendarResourceIncluder" %> <%@ page import="java.util.Calendar" %> <%@ page import="java.util.Locale" %> <%-- -- WebWork, Web Application Framework -- -- Distributable under LGPL license. -- See terms of license at opensource.org -- -- -- textlabel.jsp -- -- Required Parameters: -- * label - The description that will be used to identfy the control. -- * name - The name of the attribute to put and pull the result from. -- -- Optional Parameters: -- * labelposition - determines were the label will be place in relation -- to the control. Default is to the left of the control. -- --%> <%@ taglib uri="webwork" prefix="ww" %> ' type="text" name="" size="" maxlength="" value="" DISABLED READONLY onkeyup="" tabindex="" onchange="" style="" class="" > <% final ApplicationProperties appProperties = ComponentManager.getComponentInstanceOfType(ApplicationProperties.class); CalendarResourceIncluder calendarResourceIncluder = new CalendarResourceIncluder(); Locale locale = ComponentManager.getInstance().getJiraAuthenticationContext().getI18nHelper().getLocale(); calendarResourceIncluder.includeForLocale(locale); %> _trigger_c" src="<%= request.getContextPath() %>/images/icons/cal.gif" width="16" height="16" border="0" alt="Pick a date">