<#include "managegrudata_tabs.html" /> <@tabs tab="demand" /> <@rowBoxHeader i18nTitleKey="grustoragedb.modify_demand.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelIdCustomer" inputName="id_customer" mandatory=true value="${demand.idCustomer}" i18nHelpBlockKey="grustoragedb.modify_demand.labelIdCustomer.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelDemandId" inputName="demand_id" mandatory=true value="${demand.demandId}" i18nHelpBlockKey="grustoragedb.modify_demand.labelDemandId.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelDemandTypeId" inputName="demand_type_id" mandatory=true value="${demand.demandTypeId}" i18nHelpBlockKey="grustoragedb.modify_demand.labelDemandTypeId.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelDemandState" inputName="demand_status" value="${demand.demandState}" i18nHelpBlockKey="grustoragedb.modify_demand.labelDemandState.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelMaxSteps" inputName="max_steps" value="${demand.maxSteps}" i18nHelpBlockKey="grustoragedb.modify_demand.labelMaxSteps.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_demand.labelCurrentStep" inputName="current_step" value="${demand.currentStep}" i18nHelpBlockKey="grustoragedb.modify_demand.labelCurrentStep.help" /> <@actionButtons button1Name="action_modifyDemand" button2Name="view_manageDemands"/>