<#include "managereportlauncher_tabs.html" /> <@tabs tab="report" /> <@rowBoxHeader i18nTitleKey="reportlauncher.modify_report.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="reportlauncher.modify_report.labelName" inputName="name" mandatory=true value="${report.name}" i18nHelpBlockKey="reportlauncher.modify_report.labelName.help" />
<#assign default_value= report.page!"" /> #i18n{reportlauncher.create_report.labelPage.help}
Parametre :
<#if report.parameter?? && report.parameter?has_content>
Parametres
<#list report.parameter as param >
${param.name}:   ${param.value}
<@actionButtons button1Name="action_modifyReport" button2Name="view_manageReports"/>