%@ page import="java.util.Calendar" %>
<%@ page import="java.util.Locale" %>
<%@ page import="com.atlassian.jira.component.ComponentAccessor" %>
<%@ 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" %>
<%--
-- 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=""DISABLEDREADONLYonkeyup=""tabindex=""onchange=""style=""class=""
>
<%
final ApplicationProperties appProperties = ComponentAccessor.getApplicationProperties();
CalendarResourceIncluder calendarResourceIncluder = new CalendarResourceIncluder();
Locale locale = ComponentAccessor.getJiraAuthenticationContext().getI18nHelper().getLocale();
calendarResourceIncluder.includeForLocale(locale);
%>
_trigger_c" class="icon-default aui-icon aui-icon-small aui-iconfont-calendar" title="">