%@ page import="com.atlassian.jira.util.BrowserUtils"%>
<%@ page import="org.apache.commons.lang.StringUtils"%>
<%@ taglib uri="webwork" prefix="webwork" %>
<%@ taglib uri="sitemesh-decorator" prefix="decorator" %>
<%--
PARAMETERS: (all are optional)
action - the URI to submit this form too
submitName - the name of the submit button
cancelURI - the location to redirect to for the cancel button (no cancel button if this isn't present)
leftButtons - any other buttons to put to the left of the submit button
buttons - any other buttons to put next to the submit button
autoSelectFirst - unless this is present and "false", the first element of the form will be selected automatically using JavaScript
title - a title for this form (HTML)
notable - if this is specified, JIRA form will not output a border table (HTML)
width - the width of the border table (HTML)
multipart - if this parameter is present, the form will be a multipart form
helpURL - the URL of a help link related to this form
helpURLFragment - the #fragment identifier to append to the helpURL. Value must include the #
columns - the number of columns the underlying form will have
method - the method of the form to submit (get or post)
--%>