<#include "managedemand_tabs.html" /> <@tabs> <@tabHeader tab="demandtypeaction" /> <@tabContent tab="demandtypeaction"> <@rowBoxHeader i18nTitleKey="gru.create_demandtypeaction.pageTitle">
<@messages errors=errors /> <@fieldInputCombo i18nLabelKey="gru.create_demandtypeaction.labelIdDemandType" inputName="id_demand_type" items=demand_types_list value="${demandtypeaction.idDemandType!''}" i18nHelpBlockKey="gru.create_demandtypeaction.labelIdDemandType.help" cssClass='form-control' /> <@fieldInputText i18nLabelKey="gru.create_demandtypeaction.labelActionLabel" inputName="label" mandatory=true value="${demandtypeaction.label!''}" i18nHelpBlockKey="gru.create_demandtypeaction.labelActionLabel.help" /> <@fieldInputText i18nLabelKey="gru.create_demandtypeaction.labelActionLink" inputName="link" mandatory=true value="${demandtypeaction.link!''}" i18nHelpBlockKey="gru.create_demandtypeaction.labelActionLink.help" /> <@actionButtons button1Name="action_createDemandTypeAction" button2Name="view_manageDemandTypeActions"/>