{namespace JIRA.Templates.JiraDialog} /** * Render the chrome of a JIRA dialog. * * @param bodyContent the HTML of the dialog's body. * @param? footerContent the HTML of the dialog's footer, should it need one. It's preferable to use this rather than just pushing it in to content. * @param? titleText the title of the dialog. */ {template .dialogChrome} {call .abstractDialogChrome data="all" /} {/template} /** * Render the chrome of a JIRA form dialog. * * @param formActionUrl the location the form will submit to. * @param? formMethod GET, POST, etc., default is POST. * @param bodyContent the HTML of the dialog's body. * @param footerContent the HTML of the dialog's footer. Place all buttons, links and actions to submit/cancel the form here. * @param? titleText the title of the dialog. */ {template .formDialogChrome} {call .abstractDialogChrome data="all"/} {/template} /** * Renders the title of dialog * @param titleText */ {template .dialogTitle}